Pull request #41593 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 8cc0fd811eb48e7c3cec935a84f5988743b9881a+837ee91cb9295a86dec176da07ee598304535dbb (f9ddb8e81234d7ee6eb68adb30e432f3a1009245) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-41593@libs/jps # timeout=10 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 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > 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 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" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-10-27T03:19:58.900Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-10-27T03:19:58.905Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-10-27T03:19:59.075Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-086162d931f8b74f7) in /home/ubuntu/workspace/moby_PR-41593 [Pipeline] { [Pipeline] checkout [2020-10-27T03:19:59.117Z] using credential docker-jenkins-github-credentials [2020-10-27T03:19:59.124Z] Cloning the remote Git repository [2020-10-27T03:19:59.124Z] Cloning with configured refspecs honoured and without tags [2020-10-27T03:19:59.156Z] Cloning repository https://github.com/moby/moby.git [2020-10-27T03:19:59.158Z] > git init /home/ubuntu/workspace/moby_PR-41593 # timeout=10 [2020-10-27T03:19:59.174Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:19:59.174Z] > git --version # timeout=10 [2020-10-27T03:19:59.184Z] > git --version # 'git version 2.17.1' [2020-10-27T03:19:59.184Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:19:59.185Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:15.104Z] Fetching without tags [2020-10-27T03:20:15.347Z] Merging remotes/origin/master commit 837ee91cb9295a86dec176da07ee598304535dbb into PR head commit 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:16.018Z] Merge succeeded, producing 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:16.018Z] Checking out Revision 8cc0fd811eb48e7c3cec935a84f5988743b9881a (PR-41593) [2020-10-27T03:20:16.616Z] Commit message: "docs: fix builder-version swagger" [2020-10-27T03:20:16.616Z] First time build. Skipping changelog. [2020-10-27T03:20:16.666Z] > git --version # timeout=10 [2020-10-27T03:20:16.673Z] > git --version # 'git version 2.17.1' [2020-10-27T03:20:16.680Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-10-27T03:20:15.105Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:15.108Z] > git config --add remote.origin.fetch +refs/pull/41593/head:refs/remotes/origin/PR-41593 # timeout=10 [2020-10-27T03:20:15.123Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:15.129Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:15.139Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:15.139Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:15.139Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:15.379Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:15.384Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:15.950Z] > git remote # timeout=10 [2020-10-27T03:20:15.963Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T03:20:15.988Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:15.988Z] > git merge 837ee91cb9295a86dec176da07ee598304535dbb # timeout=10 [2020-10-27T03:20:16.009Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T03:20:16.051Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:16.073Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T03:20:17.346Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41593:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2020-10-27T03:20:17.346Z] Unable to find image 'alpine:latest' locally [2020-10-27T03:20:17.346Z] latest: Pulling from library/alpine [2020-10-27T03:20:17.346Z] 188c0c94c7c5: Pulling fs layer [2020-10-27T03:20:17.605Z] 188c0c94c7c5: Verifying Checksum [2020-10-27T03:20:17.605Z] 188c0c94c7c5: Download complete [2020-10-27T03:20:17.605Z] 188c0c94c7c5: Pull complete [2020-10-27T03:20:17.605Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T03:20:17.605Z] Status: Downloaded newer image for alpine:latest [2020-10-27T03:20:20.143Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2020-10-27T03:20:20.945Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-086162d931f8b74f7) in /home/ubuntu/workspace/moby_PR-41593 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2020-10-27T03:20:20.959Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04fc62d9fbefbe460) in /home/ubuntu/workspace/moby_PR-41593 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2020-10-27T03:20:20.978Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-022907e1990bc5f61) in /home/ubuntu/workspace/moby_PR-41593 [Pipeline] { [Pipeline] { [2020-10-27T03:20:21.023Z] Running on s390x-ubuntu-03 in /home/jenkins/workspace/moby_PR-41593 [Pipeline] checkout [Pipeline] checkout [2020-10-27T03:20:21.040Z] using credential docker-jenkins-github-credentials [2020-10-27T03:20:21.049Z] using credential docker-jenkins-github-credentials [2020-10-27T03:20:21.054Z] Running on ppc64le-ubuntu-28 in /home/docker/workspace/moby_PR-41593 [2020-10-27T03:20:21.055Z] Cloning the remote Git repository [2020-10-27T03:20:21.055Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2020-10-27T03:20:21.056Z] Fetching changes from the remote Git repository [2020-10-27T03:20:21.065Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [2020-10-27T03:20:21.139Z] using credential docker-jenkins-github-credentials [Pipeline] { [2020-10-27T03:20:21.147Z] Cloning the remote Git repository [2020-10-27T03:20:21.147Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [2020-10-27T03:20:21.209Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-10-27T03:20:21.224Z] using credential docker-jenkins-github-credentials [2020-10-27T03:20:21.224Z] Cloning the remote Git repository [2020-10-27T03:20:21.225Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2020-10-27T03:20:21.239Z] Cloning the remote Git repository [2020-10-27T03:20:21.239Z] Cloning with configured refspecs honoured and without tags Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T03:20:21.263Z] Running on azwin-2-d8e6d0 in d:\jenkins\workspace\moby_PR-41593 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-10-27T03:20:21.305Z] Merging remotes/origin/master commit 837ee91cb9295a86dec176da07ee598304535dbb into PR head commit 8cc0fd811eb48e7c3cec935a84f5988743b9881a [Pipeline] { [2020-10-27T03:20:21.057Z] Cloning repository https://github.com/moby/moby.git [2020-10-27T03:20:21.059Z] > git init /home/ubuntu/workspace/moby_PR-41593 # timeout=10 [2020-10-27T03:20:21.072Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:21.073Z] > git --version # timeout=10 [2020-10-27T03:20:21.075Z] > git --version # 'git version 2.17.1' [2020-10-27T03:20:21.075Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:21.076Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] ws [2020-10-27T03:20:21.347Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-10-27T03:20:21.371Z] Merge succeeded, producing 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:21.371Z] Checking out Revision 8cc0fd811eb48e7c3cec935a84f5988743b9881a (PR-41593) [2020-10-27T03:20:21.419Z] Commit message: "docs: fix builder-version swagger" [2020-10-27T03:20:21.461Z] > git --version # timeout=10 [2020-10-27T03:20:21.464Z] > git --version # 'git version 2.17.1' [2020-10-27T03:20:21.473Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-10-27T03:20:21.659Z] using credential docker-jenkins-github-credentials [2020-10-27T03:20:21.736Z] Cloning the remote Git repository [2020-10-27T03:20:21.736Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T03:20:21.077Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-10-27T03:20:21.088Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:21.097Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:21.097Z] > git --version # timeout=10 [2020-10-27T03:20:21.101Z] > git --version # 'git version 2.17.1' [2020-10-27T03:20:21.101Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:21.102Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:21.338Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:21.340Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:21.383Z] > git remote # timeout=10 [2020-10-27T03:20:21.386Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T03:20:21.388Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:21.389Z] > git merge 837ee91cb9295a86dec176da07ee598304535dbb # timeout=10 [2020-10-27T03:20:21.398Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T03:20:21.403Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:21.405Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:21.147Z] Cloning repository https://github.com/moby/moby.git [2020-10-27T03:20:21.147Z] > git init /home/ubuntu/workspace/moby_PR-41593 # timeout=10 [2020-10-27T03:20:21.188Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:21.188Z] > git --version # timeout=10 [2020-10-27T03:20:21.191Z] > git --version # 'git version 2.7.4' [2020-10-27T03:20:21.192Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:21.193Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:22.155Z] + [ PR != PR ] [2020-10-27T03:20:22.155Z] + [ master != master ] [2020-10-27T03:20:22.155Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [2020-10-27T03:20:21.230Z] Cloning repository https://github.com/moby/moby.git [2020-10-27T03:20:21.231Z] > git init /home/jenkins/workspace/moby_PR-41593 # timeout=10 [2020-10-27T03:20:21.234Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:21.234Z] > git --version # timeout=10 [2020-10-27T03:20:21.235Z] > git --version # 'git version 2.17.1' [2020-10-27T03:20:21.235Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:21.236Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:21.251Z] Cloning repository https://github.com/moby/moby.git [2020-10-27T03:20:21.251Z] > git init /home/docker/workspace/moby_PR-41593 # timeout=10 [2020-10-27T03:20:21.260Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:21.260Z] > git --version # timeout=10 [2020-10-27T03:20:21.263Z] > git --version # 'git version 2.7.4' [2020-10-27T03:20:21.263Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:21.264Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-27T03:20:22.492Z] + docker version [2020-10-27T03:20:22.492Z] Client: Docker Engine - Community [2020-10-27T03:20:22.492Z] Version: 19.03.13 [2020-10-27T03:20:22.492Z] API version: 1.40 [2020-10-27T03:20:22.492Z] Go version: go1.13.15 [2020-10-27T03:20:22.492Z] Git commit: 4484c46d9d [2020-10-27T03:20:22.492Z] Built: Wed Sep 16 17:02:36 2020 [2020-10-27T03:20:22.492Z] OS/Arch: linux/amd64 [2020-10-27T03:20:22.492Z] Experimental: false [2020-10-27T03:20:22.492Z] [2020-10-27T03:20:22.492Z] Server: Docker Engine - Community [2020-10-27T03:20:22.492Z] Engine: [2020-10-27T03:20:22.492Z] Version: 19.03.13 [2020-10-27T03:20:22.492Z] API version: 1.40 (minimum version 1.12) [2020-10-27T03:20:22.492Z] Go version: go1.13.15 [2020-10-27T03:20:22.492Z] Git commit: 4484c46d9d [2020-10-27T03:20:22.492Z] Built: Wed Sep 16 17:01:06 2020 [2020-10-27T03:20:22.492Z] OS/Arch: linux/amd64 [2020-10-27T03:20:22.492Z] Experimental: true [2020-10-27T03:20:22.492Z] containerd: [2020-10-27T03:20:22.492Z] Version: 1.3.7 [2020-10-27T03:20:22.492Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-27T03:20:22.492Z] runc: [2020-10-27T03:20:22.492Z] Version: 1.0.0-rc10 [2020-10-27T03:20:22.492Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-27T03:20:22.492Z] docker-init: [2020-10-27T03:20:22.492Z] Version: 0.18.0 [2020-10-27T03:20:22.492Z] GitCommit: fec3683 [Pipeline] sh [2020-10-27T03:20:21.770Z] Cloning repository https://github.com/moby/moby.git [2020-10-27T03:20:21.771Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-10-27T03:20:21.849Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:21.850Z] > git --version # timeout=10 [2020-10-27T03:20:21.910Z] > git --version # 'git version 2.24.1.windows.2' [2020-10-27T03:20:21.910Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:21.913Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:22.781Z] + docker info [2020-10-27T03:20:23.351Z] Client: [2020-10-27T03:20:23.351Z] Debug Mode: false [2020-10-27T03:20:23.351Z] [2020-10-27T03:20:23.351Z] Server: [2020-10-27T03:20:23.351Z] Containers: 0 [2020-10-27T03:20:23.351Z] Running: 0 [2020-10-27T03:20:23.351Z] Paused: 0 [2020-10-27T03:20:23.351Z] Stopped: 0 [2020-10-27T03:20:23.351Z] Images: 3 [2020-10-27T03:20:23.351Z] Server Version: 19.03.13 [2020-10-27T03:20:23.351Z] Storage Driver: overlay2 [2020-10-27T03:20:23.351Z] Backing Filesystem: extfs [2020-10-27T03:20:23.351Z] Supports d_type: true [2020-10-27T03:20:23.351Z] Native Overlay Diff: true [2020-10-27T03:20:23.351Z] Logging Driver: json-file [2020-10-27T03:20:23.351Z] Cgroup Driver: cgroupfs [2020-10-27T03:20:23.351Z] Plugins: [2020-10-27T03:20:23.351Z] Volume: local [2020-10-27T03:20:23.351Z] Network: bridge host ipvlan macvlan null overlay [2020-10-27T03:20:23.351Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-10-27T03:20:23.351Z] Swarm: inactive [2020-10-27T03:20:23.351Z] Runtimes: runc [2020-10-27T03:20:23.351Z] Default Runtime: runc [2020-10-27T03:20:23.351Z] Init Binary: docker-init [2020-10-27T03:20:23.351Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-27T03:20:23.351Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-27T03:20:23.351Z] init version: fec3683 [2020-10-27T03:20:23.351Z] Security Options: [2020-10-27T03:20:23.351Z] apparmor [2020-10-27T03:20:23.351Z] seccomp [2020-10-27T03:20:23.351Z] Profile: default [2020-10-27T03:20:23.351Z] Kernel Version: 5.4.0-1025-aws [2020-10-27T03:20:23.351Z] Operating System: Ubuntu 18.04.5 LTS [2020-10-27T03:20:23.351Z] OSType: linux [2020-10-27T03:20:23.351Z] Architecture: x86_64 [2020-10-27T03:20:23.351Z] CPUs: 2 [2020-10-27T03:20:23.351Z] Total Memory: 7.569GiB [2020-10-27T03:20:23.351Z] Name: ip-10-100-118-142 [2020-10-27T03:20:23.351Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-10-27T03:20:23.351Z] Docker Root Dir: /var/lib/docker [2020-10-27T03:20:23.351Z] Debug Mode: false [2020-10-27T03:20:23.351Z] Registry: https://index.docker.io/v1/ [2020-10-27T03:20:23.351Z] Labels: [2020-10-27T03:20:23.351Z] Experimental: true [2020-10-27T03:20:23.351Z] Insecure Registries: [2020-10-27T03:20:23.351Z] 127.0.0.0/8 [2020-10-27T03:20:23.351Z] Live Restore Enabled: true [2020-10-27T03:20:23.351Z] [2020-10-27T03:20:23.351Z] WARNING: No swap limit support [Pipeline] sh [2020-10-27T03:20:23.637Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:20:23.637Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:20:23.637Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41593/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-27T03:20:23.637Z] + bash /home/ubuntu/workspace/moby_PR-41593/check-config.sh [2020-10-27T03:20:23.637Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-27T03:20:23.637Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-10-27T03:20:23.637Z] [2020-10-27T03:20:23.637Z] Generally Necessary: [2020-10-27T03:20:23.637Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-27T03:20:23.637Z] - apparmor: enabled and tools installed [2020-10-27T03:20:23.637Z] - CONFIG_NAMESPACES: enabled [2020-10-27T03:20:23.637Z] - CONFIG_NET_NS: enabled [2020-10-27T03:20:23.637Z] - CONFIG_PID_NS: enabled [2020-10-27T03:20:23.637Z] - CONFIG_IPC_NS: enabled [2020-10-27T03:20:23.637Z] - CONFIG_UTS_NS: enabled [2020-10-27T03:20:23.896Z] - CONFIG_CGROUPS: enabled [2020-10-27T03:20:23.896Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-27T03:20:23.896Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-27T03:20:23.896Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-27T03:20:23.896Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-27T03:20:23.896Z] - CONFIG_CPUSETS: enabled [2020-10-27T03:20:23.896Z] - CONFIG_MEMCG: enabled [2020-10-27T03:20:23.896Z] - CONFIG_KEYS: enabled [2020-10-27T03:20:23.896Z] - CONFIG_VETH: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_NF_NAT_IPV4: missing [2020-10-27T03:20:23.896Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_NF_NAT_NEEDED: missing [2020-10-27T03:20:23.896Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-27T03:20:23.896Z] [2020-10-27T03:20:23.896Z] Optional Features: [2020-10-27T03:20:23.896Z] - CONFIG_USER_NS: enabled [2020-10-27T03:20:23.896Z] - CONFIG_SECCOMP: enabled [2020-10-27T03:20:23.896Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-27T03:20:23.896Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-27T03:20:23.896Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-27T03:20:23.896Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-10-27T03:20:23.896Z] - CONFIG_BLK_CGROUP: enabled [2020-10-27T03:20:23.896Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-27T03:20:23.896Z] - CONFIG_IOSCHED_CFQ: missing [2020-10-27T03:20:23.896Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-10-27T03:20:23.896Z] - CONFIG_CGROUP_PERF: enabled [2020-10-27T03:20:23.896Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-27T03:20:23.896Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-27T03:20:23.896Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-27T03:20:23.896Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-27T03:20:23.896Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-27T03:20:23.896Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_IP_VS: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-27T03:20:23.896Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-27T03:20:23.896Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-27T03:20:23.896Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_EXT4_FS: enabled [2020-10-27T03:20:23.896Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-27T03:20:23.896Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-27T03:20:23.896Z] - Network Drivers: [2020-10-27T03:20:23.896Z] - "overlay": [2020-10-27T03:20:23.896Z] - CONFIG_VXLAN: enabled (as module) [2020-10-27T03:20:23.896Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-27T03:20:23.896Z] Optional (for encrypted networks): [2020-10-27T03:20:24.156Z] - CONFIG_CRYPTO: enabled [2020-10-27T03:20:24.156Z] - CONFIG_CRYPTO_AEAD: enabled [2020-10-27T03:20:24.156Z] - CONFIG_CRYPTO_GCM: enabled [2020-10-27T03:20:24.156Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-10-27T03:20:24.156Z] - CONFIG_CRYPTO_GHASH: enabled [2020-10-27T03:20:24.156Z] - CONFIG_XFRM: enabled [2020-10-27T03:20:24.156Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-27T03:20:24.156Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-27T03:20:24.156Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-27T03:20:24.156Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-10-27T03:20:24.156Z] - "ipvlan": [2020-10-27T03:20:24.156Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-27T03:20:24.156Z] - "macvlan": [2020-10-27T03:20:24.156Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-27T03:20:24.156Z] - CONFIG_DUMMY: enabled (as module) [2020-10-27T03:20:24.156Z] - "ftp,tftp client in container": [2020-10-27T03:20:24.156Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-27T03:20:24.156Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-27T03:20:24.156Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-27T03:20:24.156Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-27T03:20:24.156Z] - Storage Drivers: [2020-10-27T03:20:24.156Z] - "aufs": [2020-10-27T03:20:24.156Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-27T03:20:24.156Z] - "btrfs": [2020-10-27T03:20:24.156Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-27T03:20:24.156Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-27T03:20:24.156Z] - "devicemapper": [2020-10-27T03:20:24.156Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-27T03:20:24.156Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-27T03:20:24.156Z] - "overlay": [2020-10-27T03:20:24.156Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-27T03:20:24.156Z] - "zfs": [2020-10-27T03:20:24.156Z] - /dev/zfs: present [2020-10-27T03:20:24.156Z] - zfs command: missing [2020-10-27T03:20:24.156Z] - zpool command: missing [2020-10-27T03:20:24.156Z] [2020-10-27T03:20:24.156Z] Limits: [2020-10-27T03:20:24.156Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-27T03:20:24.156Z] [2020-10-27T03:20:24.156Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-27T03:20:24.508Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a . [2020-10-27T03:20:24.508Z] #2 [internal] load build definition from Dockerfile [2020-10-27T03:20:24.508Z] #2 transferring dockerfile: 16.58kB done [2020-10-27T03:20:24.508Z] #2 DONE 0.0s [2020-10-27T03:20:24.508Z] [2020-10-27T03:20:24.508Z] #1 [internal] load .dockerignore [2020-10-27T03:20:24.508Z] #1 transferring context: 87B done [2020-10-27T03:20:24.508Z] #1 DONE 0.0s [2020-10-27T03:20:24.508Z] [2020-10-27T03:20:24.508Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-27T03:20:24.768Z] #3 DONE 0.1s [2020-10-27T03:20:24.768Z] [2020-10-27T03:20:24.768Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-27T03:20:24.768Z] #4 CACHED [2020-10-27T03:20:24.768Z] [2020-10-27T03:20:24.768Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-27T03:20:24.768Z] #6 DONE 0.1s [2020-10-27T03:20:24.768Z] [2020-10-27T03:20:24.768Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-27T03:20:25.029Z] #7 DONE 0.1s [2020-10-27T03:20:25.029Z] [2020-10-27T03:20:25.029Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-27T03:20:25.029Z] #5 DONE 0.2s [2020-10-27T03:20:25.029Z] [2020-10-27T03:20:25.029Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-27T03:20:25.029Z] #60 DONE 0.0s [2020-10-27T03:20:25.029Z] [2020-10-27T03:20:25.029Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:20:25.029Z] #8 DONE 0.0s [2020-10-27T03:20:25.029Z] [2020-10-27T03:20:25.029Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-10-27T03:20:25.029Z] #24 DONE 0.0s [2020-10-27T03:20:25.029Z] [2020-10-27T03:20:25.029Z] #21 [internal] load build context [2020-10-27T03:20:26.425Z] #21 transferring context: 52.01MB 1.4s done [2020-10-27T03:20:26.425Z] #21 DONE 1.4s [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:20:26.425Z] #34 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:26.425Z] #56 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #33 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:26.425Z] #45 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:26.425Z] #32 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:20:26.425Z] #35 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:20:26.425Z] #40 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-27T03:20:26.425Z] #28 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-27T03:20:26.425Z] #9 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #63 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #50 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:26.425Z] #54 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:20:26.425Z] #38 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-27T03:20:26.425Z] #13 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-27T03:20:26.425Z] #25 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-27T03:20:26.425Z] #15 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:26.425Z] #22 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-27T03:20:26.425Z] #14 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #44 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-27T03:20:26.425Z] #42 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-27T03:20:26.425Z] #57 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-27T03:20:26.425Z] #29 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-27T03:20:26.425Z] #10 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-27T03:20:26.425Z] #23 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:20:26.425Z] #51 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:26.425Z] #62 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #48 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-27T03:20:26.425Z] #26 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-27T03:20:26.425Z] #16 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-27T03:20:26.425Z] #20 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:20:26.425Z] #53 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:20:26.425Z] #30 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:20:26.425Z] #18 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:26.425Z] #47 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-27T03:20:26.425Z] #17 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:20:26.425Z] #43 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #31 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #52 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #59 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:20:26.425Z] #11 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #55 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-27T03:20:26.425Z] #19 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #46 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #39 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-27T03:20:26.425Z] #36 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-27T03:20:26.425Z] #58 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:26.425Z] #49 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-27T03:20:26.425Z] #12 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-27T03:20:26.425Z] #37 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:20:26.425Z] #27 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:20:26.425Z] #41 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-27T03:20:26.425Z] #61 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-27T03:20:26.425Z] #64 CACHED [2020-10-27T03:20:26.425Z] [2020-10-27T03:20:26.425Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-27T03:20:27.363Z] #65 DONE 1.0s [2020-10-27T03:20:27.363Z] [2020-10-27T03:20:27.363Z] #66 exporting to image [2020-10-27T03:20:27.363Z] #66 exporting layers [2020-10-27T03:20:28.301Z] #66 exporting layers 0.8s done [2020-10-27T03:20:28.301Z] #66 writing image sha256:df3ebc6760f78a06c55cd76634f5d9cee5aca2076b7298b8ae7063f0d95351a7 done [2020-10-27T03:20:28.301Z] #66 naming to docker.io/library/docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a done [2020-10-27T03:20:28.301Z] #66 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-10-27T03:20:28.642Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41593/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/validate/default [2020-10-27T03:20:29.580Z] Congratulations! All commits are properly signed with the DCO! [2020-10-27T03:20:29.580Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-10-27T03:20:30.307Z] Fetching without tags [2020-10-27T03:20:30.597Z] Merging remotes/origin/master commit 837ee91cb9295a86dec176da07ee598304535dbb into PR head commit 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:30.282Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:30.284Z] > git config --add remote.origin.fetch +refs/pull/41593/head:refs/remotes/origin/PR-41593 # timeout=10 [2020-10-27T03:20:30.289Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:30.301Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:30.313Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:30.313Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:30.313Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:30.603Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:30.607Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:31.097Z] Merge succeeded, producing 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:31.097Z] Checking out Revision 8cc0fd811eb48e7c3cec935a84f5988743b9881a (PR-41593) [2020-10-27T03:20:31.171Z] Commit message: "docs: fix builder-version swagger" [2020-10-27T03:20:31.218Z] > git --version # timeout=10 [2020-10-27T03:20:31.220Z] > git --version # 'git version 2.17.1' [2020-10-27T03:20:31.221Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-27T03:20:32.046Z] + docker version [2020-10-27T03:20:32.046Z] Client: Docker Engine - Community [2020-10-27T03:20:32.046Z] Version: 19.03.7 [2020-10-27T03:20:32.046Z] API version: 1.40 [2020-10-27T03:20:32.046Z] Go version: go1.12.17 [2020-10-27T03:20:32.046Z] Git commit: 7141c199a2 [2020-10-27T03:20:32.046Z] Built: Sat Mar 7 16:48:47 2020 [2020-10-27T03:20:32.046Z] OS/Arch: linux/s390x [2020-10-27T03:20:32.046Z] Experimental: false [2020-10-27T03:20:32.046Z] [2020-10-27T03:20:32.046Z] Server: Docker Engine - Community [2020-10-27T03:20:32.046Z] Engine: [2020-10-27T03:20:32.046Z] Version: 19.03.7 [2020-10-27T03:20:32.046Z] API version: 1.40 (minimum version 1.12) [2020-10-27T03:20:32.046Z] Go version: go1.12.17 [2020-10-27T03:20:32.046Z] Git commit: 7141c199a2 [2020-10-27T03:20:32.046Z] Built: Sat Mar 7 16:47:46 2020 [2020-10-27T03:20:32.046Z] OS/Arch: linux/s390x [2020-10-27T03:20:32.046Z] Experimental: true [2020-10-27T03:20:32.046Z] containerd: [2020-10-27T03:20:32.046Z] Version: 1.2.13 [2020-10-27T03:20:32.046Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-10-27T03:20:32.046Z] runc: [2020-10-27T03:20:32.046Z] Version: 1.0.0-rc10 [2020-10-27T03:20:32.046Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-27T03:20:32.046Z] docker-init: [2020-10-27T03:20:32.046Z] Version: 0.18.0 [2020-10-27T03:20:32.046Z] GitCommit: fec3683 [Pipeline] sh [2020-10-27T03:20:31.071Z] > git remote # timeout=10 [2020-10-27T03:20:31.076Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T03:20:31.078Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:31.078Z] > git merge 837ee91cb9295a86dec176da07ee598304535dbb # timeout=10 [2020-10-27T03:20:31.091Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T03:20:31.103Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:31.107Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:32.421Z] + docker info [2020-10-27T03:20:32.421Z] Client: [2020-10-27T03:20:32.421Z] Debug Mode: false [2020-10-27T03:20:32.421Z] [2020-10-27T03:20:32.421Z] Server: [2020-10-27T03:20:32.421Z] Containers: 0 [2020-10-27T03:20:32.421Z] Running: 0 [2020-10-27T03:20:32.421Z] Paused: 0 [2020-10-27T03:20:32.421Z] Stopped: 0 [2020-10-27T03:20:32.421Z] Images: 0 [2020-10-27T03:20:32.421Z] Server Version: 19.03.7 [2020-10-27T03:20:32.421Z] Storage Driver: overlay2 [2020-10-27T03:20:32.421Z] Backing Filesystem: [2020-10-27T03:20:32.421Z] Supports d_type: true [2020-10-27T03:20:32.421Z] Native Overlay Diff: true [2020-10-27T03:20:32.421Z] Logging Driver: json-file [2020-10-27T03:20:32.421Z] Cgroup Driver: cgroupfs [2020-10-27T03:20:32.421Z] Plugins: [2020-10-27T03:20:32.421Z] Volume: local [2020-10-27T03:20:32.421Z] Network: bridge host ipvlan macvlan null overlay [2020-10-27T03:20:32.421Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-10-27T03:20:32.421Z] Swarm: inactive [2020-10-27T03:20:32.421Z] Runtimes: runc [2020-10-27T03:20:32.421Z] Default Runtime: runc [2020-10-27T03:20:32.421Z] Init Binary: docker-init [2020-10-27T03:20:32.421Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-10-27T03:20:32.421Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-27T03:20:32.421Z] init version: fec3683 [2020-10-27T03:20:32.421Z] Security Options: [2020-10-27T03:20:32.421Z] apparmor [2020-10-27T03:20:32.421Z] seccomp [2020-10-27T03:20:32.421Z] Profile: default [2020-10-27T03:20:32.421Z] Kernel Version: 4.15.0-91-generic [2020-10-27T03:20:32.421Z] Operating System: Ubuntu 18.04.4 LTS [2020-10-27T03:20:32.421Z] OSType: linux [2020-10-27T03:20:32.422Z] Architecture: s390x [2020-10-27T03:20:32.422Z] CPUs: 2 [2020-10-27T03:20:32.422Z] Total Memory: 7.861GiB [2020-10-27T03:20:32.422Z] Name: s390x-ubuntu-03 [2020-10-27T03:20:32.422Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-10-27T03:20:32.422Z] Docker Root Dir: /var/lib/docker [2020-10-27T03:20:32.422Z] Debug Mode: false [2020-10-27T03:20:32.422Z] Username: dockerbuildbot [2020-10-27T03:20:32.422Z] Registry: https://index.docker.io/v1/ [2020-10-27T03:20:32.422Z] Labels: [2020-10-27T03:20:32.422Z] Experimental: true [2020-10-27T03:20:32.422Z] Insecure Registries: [2020-10-27T03:20:32.422Z] 127.0.0.0/8 [2020-10-27T03:20:32.422Z] Live Restore Enabled: false [2020-10-27T03:20:32.422Z] [2020-10-27T03:20:32.422Z] WARNING: No swap limit support [Pipeline] sh [2020-10-27T03:20:32.798Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:20:32.798Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:20:32.798Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41593/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-27T03:20:32.798Z] + bash /home/jenkins/workspace/moby_PR-41593/check-config.sh [2020-10-27T03:20:32.798Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-27T03:20:32.798Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-10-27T03:20:32.798Z] [2020-10-27T03:20:32.798Z] Generally Necessary: [2020-10-27T03:20:32.798Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-27T03:20:32.798Z] - apparmor: enabled and tools installed [2020-10-27T03:20:32.798Z] - CONFIG_NAMESPACES: enabled [2020-10-27T03:20:32.798Z] - CONFIG_NET_NS: enabled [2020-10-27T03:20:32.798Z] - CONFIG_PID_NS: enabled [2020-10-27T03:20:32.798Z] - CONFIG_IPC_NS: enabled [2020-10-27T03:20:32.798Z] - CONFIG_UTS_NS: enabled [2020-10-27T03:20:32.798Z] - CONFIG_CGROUPS: enabled [2020-10-27T03:20:32.798Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-27T03:20:32.798Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-27T03:20:32.798Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-27T03:20:32.798Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-27T03:20:32.798Z] - CONFIG_CPUSETS: enabled [2020-10-27T03:20:32.798Z] - CONFIG_MEMCG: enabled [2020-10-27T03:20:32.798Z] - CONFIG_KEYS: enabled [2020-10-27T03:20:32.798Z] - CONFIG_VETH: enabled (as module) [2020-10-27T03:20:32.798Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-10-27T03:20:33.090Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-27T03:20:33.090Z] [2020-10-27T03:20:33.090Z] Optional Features: [2020-10-27T03:20:33.090Z] - CONFIG_USER_NS: enabled [2020-10-27T03:20:33.090Z] - CONFIG_SECCOMP: enabled [2020-10-27T03:20:33.090Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-27T03:20:33.090Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-27T03:20:33.090Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-27T03:20:33.090Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-10-27T03:20:33.090Z] - CONFIG_BLK_CGROUP: enabled [2020-10-27T03:20:33.090Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-27T03:20:33.090Z] - CONFIG_IOSCHED_CFQ: enabled [2020-10-27T03:20:33.090Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-10-27T03:20:33.090Z] - CONFIG_CGROUP_PERF: enabled [2020-10-27T03:20:33.090Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-27T03:20:33.090Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-27T03:20:33.090Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-27T03:20:33.090Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-27T03:20:33.090Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-27T03:20:33.090Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_IP_VS: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-27T03:20:33.090Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-27T03:20:33.090Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-27T03:20:33.090Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_EXT4_FS: enabled [2020-10-27T03:20:33.090Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-27T03:20:33.090Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-27T03:20:33.090Z] - Network Drivers: [2020-10-27T03:20:33.090Z] - "overlay": [2020-10-27T03:20:33.090Z] - CONFIG_VXLAN: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-27T03:20:33.090Z] Optional (for encrypted networks): [2020-10-27T03:20:33.090Z] - CONFIG_CRYPTO: enabled [2020-10-27T03:20:33.090Z] - CONFIG_CRYPTO_AEAD: enabled [2020-10-27T03:20:33.090Z] - CONFIG_CRYPTO_GCM: enabled [2020-10-27T03:20:33.090Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-10-27T03:20:33.090Z] - CONFIG_CRYPTO_GHASH: enabled [2020-10-27T03:20:33.090Z] - CONFIG_XFRM: enabled [2020-10-27T03:20:33.090Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-10-27T03:20:33.090Z] - "ipvlan": [2020-10-27T03:20:33.090Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-27T03:20:33.090Z] - "macvlan": [2020-10-27T03:20:33.090Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_DUMMY: enabled (as module) [2020-10-27T03:20:33.090Z] - "ftp,tftp client in container": [2020-10-27T03:20:33.090Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-27T03:20:33.090Z] - Storage Drivers: [2020-10-27T03:20:33.090Z] - "aufs": [2020-10-27T03:20:33.090Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-27T03:20:33.090Z] - "btrfs": [2020-10-27T03:20:33.090Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-27T03:20:33.090Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-27T03:20:33.090Z] - "devicemapper": [2020-10-27T03:20:33.090Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-27T03:20:33.090Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-27T03:20:33.090Z] - "overlay": [2020-10-27T03:20:33.090Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-27T03:20:33.090Z] - "zfs": [2020-10-27T03:20:33.090Z] - /dev/zfs: missing [2020-10-27T03:20:33.090Z] - zfs command: missing [2020-10-27T03:20:33.090Z] - zpool command: missing [2020-10-27T03:20:33.090Z] [2020-10-27T03:20:33.090Z] Limits: [2020-10-27T03:20:33.090Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-27T03:20:33.090Z] [2020-10-27T03:20:33.090Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-27T03:20:33.516Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a . [2020-10-27T03:20:33.516Z] #1 [internal] load .dockerignore [2020-10-27T03:20:33.516Z] #1 transferring context: 87B done [2020-10-27T03:20:33.516Z] #1 DONE 0.0s [2020-10-27T03:20:33.516Z] [2020-10-27T03:20:33.516Z] #2 [internal] load build definition from Dockerfile [2020-10-27T03:20:33.516Z] #2 transferring dockerfile: 16.58kB done [2020-10-27T03:20:33.516Z] #2 DONE 0.0s [2020-10-27T03:20:33.516Z] [2020-10-27T03:20:33.516Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-27T03:20:33.815Z] #3 DONE 0.2s [2020-10-27T03:20:33.815Z] [2020-10-27T03:20:33.815Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-27T03:20:33.815Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-10-27T03:20:33.815Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-10-27T03:20:33.815Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-10-27T03:20:33.815Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-10-27T03:20:34.106Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 6.80MB / 8.88MB 0.1s [2020-10-27T03:20:34.106Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-10-27T03:20:34.106Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 [2020-10-27T03:20:34.397Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-10-27T03:20:34.397Z] #4 DONE 0.6s [2020-10-27T03:20:34.466Z] Fetching without tags [2020-10-27T03:20:34.688Z] [2020-10-27T03:20:34.688Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-27T03:20:34.701Z] Merging remotes/origin/master commit 837ee91cb9295a86dec176da07ee598304535dbb into PR head commit 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:34.978Z] #7 DONE 0.3s [2020-10-27T03:20:34.979Z] [2020-10-27T03:20:34.979Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-27T03:20:34.979Z] #6 DONE 0.3s [2020-10-27T03:20:34.979Z] [2020-10-27T03:20:34.979Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-27T03:20:34.434Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:34.440Z] > git config --add remote.origin.fetch +refs/pull/41593/head:refs/remotes/origin/PR-41593 # timeout=10 [2020-10-27T03:20:34.450Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:34.458Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:34.467Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:34.467Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:34.468Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:34.703Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:34.708Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:35.252Z] Merge succeeded, producing 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:35.253Z] Checking out Revision 8cc0fd811eb48e7c3cec935a84f5988743b9881a (PR-41593) [2020-10-27T03:20:35.278Z] #5 DONE 0.6s [2020-10-27T03:20:35.278Z] [2020-10-27T03:20:35.278Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:20:35.278Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-10-27T03:20:35.278Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-10-27T03:20:35.278Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2020-10-27T03:20:35.278Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2020-10-27T03:20:35.501Z] Commit message: "docs: fix builder-version swagger" [2020-10-27T03:20:35.509Z] > git --version # timeout=10 [2020-10-27T03:20:35.514Z] > git --version # 'git version 2.17.1' [2020-10-27T03:20:35.519Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-10-27T03:20:35.587Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0B / 102.23MB 0.1s [2020-10-27T03:20:35.587Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0B / 156B 0.1s [2020-10-27T03:20:35.587Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 0.2s done [2020-10-27T03:20:35.885Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 28.57MB / 102.23MB 0.4s [2020-10-27T03:20:35.885Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 35.63MB / 102.23MB 0.5s [2020-10-27T03:20:35.885Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 41.71MB / 102.23MB 0.6s [Pipeline] withEnv [Pipeline] { [2020-10-27T03:20:35.949Z] Still waiting to schedule task [2020-10-27T03:20:35.949Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-27T03:20:36.179Z] #8 ... [2020-10-27T03:20:36.179Z] [2020-10-27T03:20:36.179Z] #21 [internal] load build context [2020-10-27T03:20:36.179Z] #21 transferring context: 52.01MB 0.9s done [2020-10-27T03:20:36.179Z] #21 DONE 0.9s [2020-10-27T03:20:36.179Z] [2020-10-27T03:20:36.179Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:20:36.179Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 49.56MB / 102.23MB 0.8s [2020-10-27T03:20:36.179Z] #8 ... [2020-10-27T03:20:36.179Z] [2020-10-27T03:20:36.179Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-27T03:20:36.179Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-10-27T03:20:36.179Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-10-27T03:20:36.179Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-10-27T03:20:36.179Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.2s done [2020-10-27T03:20:36.179Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.6s done [2020-10-27T03:20:36.179Z] #60 DONE 1.1s [2020-10-27T03:20:36.179Z] [2020-10-27T03:20:36.179Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:20:36.181Z] Fetching without tags [2020-10-27T03:20:36.289Z] + docker version [2020-10-27T03:20:36.289Z] Client: Docker Engine - Community [2020-10-27T03:20:36.289Z] Version: 19.03.13 [2020-10-27T03:20:36.289Z] API version: 1.40 [2020-10-27T03:20:36.289Z] Go version: go1.13.15 [2020-10-27T03:20:36.289Z] Git commit: 4484c46d9d [2020-10-27T03:20:36.289Z] Built: Wed Sep 16 17:02:36 2020 [2020-10-27T03:20:36.289Z] OS/Arch: linux/amd64 [2020-10-27T03:20:36.289Z] Experimental: false [2020-10-27T03:20:36.289Z] [2020-10-27T03:20:36.289Z] Server: Docker Engine - Community [2020-10-27T03:20:36.289Z] Engine: [2020-10-27T03:20:36.289Z] Version: 19.03.13 [2020-10-27T03:20:36.289Z] API version: 1.40 (minimum version 1.12) [2020-10-27T03:20:36.289Z] Go version: go1.13.15 [2020-10-27T03:20:36.289Z] Git commit: 4484c46d9d [2020-10-27T03:20:36.289Z] Built: Wed Sep 16 17:01:06 2020 [2020-10-27T03:20:36.289Z] OS/Arch: linux/amd64 [2020-10-27T03:20:36.289Z] Experimental: true [2020-10-27T03:20:36.289Z] containerd: [2020-10-27T03:20:36.289Z] Version: 1.3.7 [2020-10-27T03:20:36.289Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-27T03:20:36.289Z] runc: [2020-10-27T03:20:36.289Z] Version: 1.0.0-rc10 [2020-10-27T03:20:36.289Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-27T03:20:36.289Z] docker-init: [2020-10-27T03:20:36.289Z] Version: 0.18.0 [2020-10-27T03:20:36.289Z] GitCommit: fec3683 [Pipeline] sh [2020-10-27T03:20:36.477Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 58.83MB / 102.23MB 1.0s [2020-10-27T03:20:36.477Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 70.11MB / 102.23MB 1.2s [2020-10-27T03:20:36.561Z] + docker info [2020-10-27T03:20:36.592Z] Merging remotes/origin/master commit 837ee91cb9295a86dec176da07ee598304535dbb into PR head commit 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:36.778Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 76.14MB / 102.23MB 1.3s [2020-10-27T03:20:36.778Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 82.28MB / 102.23MB 1.4s [2020-10-27T03:20:35.230Z] > git remote # timeout=10 [2020-10-27T03:20:35.235Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T03:20:35.237Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:35.238Z] > git merge 837ee91cb9295a86dec176da07ee598304535dbb # timeout=10 [2020-10-27T03:20:35.246Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T03:20:35.254Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:35.257Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:36.158Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:36.161Z] > git config --add remote.origin.fetch +refs/pull/41593/head:refs/remotes/origin/PR-41593 # timeout=10 [2020-10-27T03:20:36.165Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:36.173Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:36.180Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:36.181Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:36.182Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:36.591Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:36.595Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:37.071Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 91.09MB / 102.23MB 1.5s [2020-10-27T03:20:37.072Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 1.7s [2020-10-27T03:20:37.072Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 1.8s done [2020-10-27T03:20:37.123Z] Client: [2020-10-27T03:20:37.123Z] Debug Mode: false [2020-10-27T03:20:37.123Z] [2020-10-27T03:20:37.123Z] Server: [2020-10-27T03:20:37.123Z] Containers: 0 [2020-10-27T03:20:37.123Z] Running: 0 [2020-10-27T03:20:37.123Z] Paused: 0 [2020-10-27T03:20:37.123Z] Stopped: 0 [2020-10-27T03:20:37.123Z] Images: 30 [2020-10-27T03:20:37.123Z] Server Version: 19.03.13 [2020-10-27T03:20:37.123Z] Storage Driver: overlay2 [2020-10-27T03:20:37.123Z] Backing Filesystem: extfs [2020-10-27T03:20:37.123Z] Supports d_type: true [2020-10-27T03:20:37.123Z] Native Overlay Diff: true [2020-10-27T03:20:37.123Z] Logging Driver: json-file [2020-10-27T03:20:37.123Z] Cgroup Driver: cgroupfs [2020-10-27T03:20:37.123Z] Plugins: [2020-10-27T03:20:37.123Z] Volume: local [2020-10-27T03:20:37.123Z] Network: bridge host ipvlan macvlan null overlay [2020-10-27T03:20:37.123Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-10-27T03:20:37.123Z] Swarm: inactive [2020-10-27T03:20:37.123Z] Runtimes: runc [2020-10-27T03:20:37.123Z] Default Runtime: runc [2020-10-27T03:20:37.123Z] Init Binary: docker-init [2020-10-27T03:20:37.123Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-27T03:20:37.123Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-27T03:20:37.123Z] init version: fec3683 [2020-10-27T03:20:37.123Z] Security Options: [2020-10-27T03:20:37.123Z] apparmor [2020-10-27T03:20:37.123Z] seccomp [2020-10-27T03:20:37.123Z] Profile: default [2020-10-27T03:20:37.123Z] Kernel Version: 5.4.0-1025-aws [2020-10-27T03:20:37.123Z] Operating System: Ubuntu 18.04.5 LTS [2020-10-27T03:20:37.123Z] OSType: linux [2020-10-27T03:20:37.123Z] Architecture: x86_64 [2020-10-27T03:20:37.123Z] CPUs: 2 [2020-10-27T03:20:37.123Z] Total Memory: 7.569GiB [2020-10-27T03:20:37.123Z] Name: ip-10-100-93-243 [2020-10-27T03:20:37.123Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-10-27T03:20:37.123Z] Docker Root Dir: /var/lib/docker [2020-10-27T03:20:37.123Z] Debug Mode: false [2020-10-27T03:20:37.123Z] Registry: https://index.docker.io/v1/ [2020-10-27T03:20:37.123Z] Labels: [2020-10-27T03:20:37.123Z] Experimental: true [2020-10-27T03:20:37.123Z] Insecure Registries: [2020-10-27T03:20:37.123Z] 127.0.0.0/8 [2020-10-27T03:20:37.123Z] Live Restore Enabled: true [2020-10-27T03:20:37.123Z] [2020-10-27T03:20:37.123Z] WARNING: No swap limit support [Pipeline] sh [2020-10-27T03:20:37.362Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 [2020-10-27T03:20:37.403Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:20:37.403Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:20:37.403Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41593/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-27T03:20:37.576Z] Merge succeeded, producing 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:37.577Z] Checking out Revision 8cc0fd811eb48e7c3cec935a84f5988743b9881a (PR-41593) [2020-10-27T03:20:37.658Z] + bash /home/ubuntu/workspace/moby_PR-41593/check-config.sh [2020-10-27T03:20:37.658Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-27T03:20:37.658Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-10-27T03:20:37.658Z] [2020-10-27T03:20:37.658Z] Generally Necessary: [2020-10-27T03:20:37.658Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-27T03:20:37.658Z] - apparmor: enabled and tools installed [2020-10-27T03:20:37.658Z] - CONFIG_NAMESPACES: enabled [2020-10-27T03:20:37.658Z] - CONFIG_NET_NS: enabled [2020-10-27T03:20:37.658Z] - CONFIG_PID_NS: enabled [2020-10-27T03:20:37.658Z] - CONFIG_IPC_NS: enabled [2020-10-27T03:20:37.658Z] - CONFIG_UTS_NS: enabled [2020-10-27T03:20:37.658Z] - CONFIG_CGROUPS: enabled [2020-10-27T03:20:37.658Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-27T03:20:37.658Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-27T03:20:37.658Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-27T03:20:37.658Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-27T03:20:37.658Z] - CONFIG_CPUSETS: enabled [2020-10-27T03:20:37.658Z] - CONFIG_MEMCG: enabled [2020-10-27T03:20:37.658Z] - CONFIG_KEYS: enabled [2020-10-27T03:20:37.658Z] - CONFIG_VETH: enabled (as module) [2020-10-27T03:20:37.658Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-27T03:20:37.658Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-27T03:20:37.658Z] - CONFIG_NF_NAT_IPV4: missing [2020-10-27T03:20:37.658Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-27T03:20:37.658Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-27T03:20:37.658Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-27T03:20:37.658Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-27T03:20:37.658Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-27T03:20:37.658Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-27T03:20:37.658Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-27T03:20:37.658Z] - CONFIG_NF_NAT_NEEDED: missing [2020-10-27T03:20:37.658Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-27T03:20:37.658Z] [2020-10-27T03:20:37.658Z] Optional Features: [2020-10-27T03:20:37.658Z] - CONFIG_USER_NS: enabled [2020-10-27T03:20:37.658Z] - CONFIG_SECCOMP: enabled [2020-10-27T03:20:37.710Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2020-10-27T03:20:37.915Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-27T03:20:37.915Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-27T03:20:37.915Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-27T03:20:37.915Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-10-27T03:20:37.915Z] - CONFIG_BLK_CGROUP: enabled [2020-10-27T03:20:37.915Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-27T03:20:37.915Z] - CONFIG_IOSCHED_CFQ: missing [2020-10-27T03:20:37.915Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-10-27T03:20:37.915Z] - CONFIG_CGROUP_PERF: enabled [2020-10-27T03:20:37.915Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-27T03:20:37.915Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-27T03:20:37.915Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-27T03:20:37.915Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-27T03:20:37.915Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-27T03:20:37.915Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_IP_VS: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-27T03:20:37.915Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-27T03:20:37.915Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-27T03:20:37.915Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_EXT4_FS: enabled [2020-10-27T03:20:37.915Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-27T03:20:37.915Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-27T03:20:37.915Z] - Network Drivers: [2020-10-27T03:20:37.915Z] - "overlay": [2020-10-27T03:20:37.915Z] - CONFIG_VXLAN: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-27T03:20:37.915Z] Optional (for encrypted networks): [2020-10-27T03:20:37.915Z] - CONFIG_CRYPTO: enabled [2020-10-27T03:20:37.915Z] - CONFIG_CRYPTO_AEAD: enabled [2020-10-27T03:20:37.915Z] - CONFIG_CRYPTO_GCM: enabled [2020-10-27T03:20:37.915Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-10-27T03:20:37.915Z] - CONFIG_CRYPTO_GHASH: enabled [2020-10-27T03:20:37.915Z] - CONFIG_XFRM: enabled [2020-10-27T03:20:37.915Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-10-27T03:20:37.915Z] - "ipvlan": [2020-10-27T03:20:37.915Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-27T03:20:37.915Z] - "macvlan": [2020-10-27T03:20:37.915Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_DUMMY: enabled (as module) [2020-10-27T03:20:37.915Z] - "ftp,tftp client in container": [2020-10-27T03:20:37.915Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-27T03:20:37.915Z] - Storage Drivers: [2020-10-27T03:20:37.915Z] - "aufs": [2020-10-27T03:20:37.915Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-27T03:20:37.915Z] - "btrfs": [2020-10-27T03:20:37.915Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-27T03:20:37.915Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-27T03:20:37.915Z] - "devicemapper": [2020-10-27T03:20:38.056Z] Commit message: "docs: fix builder-version swagger" [2020-10-27T03:20:38.068Z] > git --version # timeout=10 [2020-10-27T03:20:38.075Z] > git --version # 'git version 2.7.4' [2020-10-27T03:20:38.080Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-10-27T03:20:38.170Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-27T03:20:38.170Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-27T03:20:38.170Z] - "overlay": [2020-10-27T03:20:38.170Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-27T03:20:38.170Z] - "zfs": [2020-10-27T03:20:38.170Z] - /dev/zfs: present [2020-10-27T03:20:38.170Z] - zfs command: missing [2020-10-27T03:20:38.170Z] - zpool command: missing [2020-10-27T03:20:38.170Z] [2020-10-27T03:20:38.170Z] Limits: [2020-10-27T03:20:38.170Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-27T03:20:38.170Z] [2020-10-27T03:20:38.170Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-27T03:20:38.500Z] + sudo modprobe ip_vs [2020-10-27T03:20:38.500Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a . [2020-10-27T03:20:38.500Z] #1 [internal] load build definition from Dockerfile [2020-10-27T03:20:38.500Z] #1 transferring dockerfile: 16.58kB done [2020-10-27T03:20:38.500Z] #1 DONE 0.0s [2020-10-27T03:20:38.500Z] [2020-10-27T03:20:38.500Z] #2 [internal] load .dockerignore [2020-10-27T03:20:38.500Z] #2 transferring context: 87B done [2020-10-27T03:20:38.500Z] #2 DONE 0.0s [2020-10-27T03:20:38.500Z] [2020-10-27T03:20:38.500Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-27T03:20:38.500Z] #3 DONE 0.1s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [2020-10-27T03:20:38.726Z] Fetching without tags [Pipeline] { (Print info) [Pipeline] sh [2020-10-27T03:20:38.756Z] [2020-10-27T03:20:38.756Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-27T03:20:38.756Z] #4 CACHED [2020-10-27T03:20:38.756Z] [2020-10-27T03:20:38.756Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-27T03:20:38.756Z] #6 DONE 0.1s [2020-10-27T03:20:38.756Z] [2020-10-27T03:20:38.756Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-10-27T03:20:37.531Z] > git remote # timeout=10 [2020-10-27T03:20:37.546Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T03:20:37.552Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:37.553Z] > git merge 837ee91cb9295a86dec176da07ee598304535dbb # timeout=10 [2020-10-27T03:20:37.567Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T03:20:37.576Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:37.580Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:39.012Z] #7 DONE 0.1s [2020-10-27T03:20:39.012Z] [2020-10-27T03:20:39.012Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-27T03:20:39.012Z] #5 DONE 0.1s [2020-10-27T03:20:39.012Z] [2020-10-27T03:20:39.012Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-27T03:20:39.012Z] #60 DONE 0.0s [2020-10-27T03:20:39.012Z] [2020-10-27T03:20:39.012Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-10-27T03:20:39.012Z] #24 DONE 0.0s [2020-10-27T03:20:39.012Z] [2020-10-27T03:20:39.012Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:20:39.012Z] #8 DONE 0.0s [2020-10-27T03:20:39.012Z] [2020-10-27T03:20:39.012Z] #21 [internal] load build context [2020-10-27T03:20:39.027Z] + docker version [2020-10-27T03:20:39.027Z] Client: Docker Engine - Community [2020-10-27T03:20:39.027Z] Version: 19.03.13 [2020-10-27T03:20:39.027Z] API version: 1.40 [2020-10-27T03:20:39.027Z] Go version: go1.13.15 [2020-10-27T03:20:39.027Z] Git commit: 4484c46 [2020-10-27T03:20:39.027Z] Built: Wed Sep 16 17:03:45 2020 [2020-10-27T03:20:39.027Z] OS/Arch: linux/arm64 [2020-10-27T03:20:39.027Z] Experimental: false [2020-10-27T03:20:39.027Z] [2020-10-27T03:20:39.027Z] Server: Docker Engine - Community [2020-10-27T03:20:39.027Z] Engine: [2020-10-27T03:20:39.027Z] Version: 19.03.13 [2020-10-27T03:20:39.027Z] API version: 1.40 (minimum version 1.12) [2020-10-27T03:20:39.027Z] Go version: go1.13.15 [2020-10-27T03:20:39.027Z] Git commit: 4484c46 [2020-10-27T03:20:39.027Z] Built: Wed Sep 16 17:02:17 2020 [2020-10-27T03:20:39.027Z] OS/Arch: linux/arm64 [2020-10-27T03:20:39.027Z] Experimental: true [2020-10-27T03:20:39.027Z] containerd: [2020-10-27T03:20:39.027Z] Version: 1.3.7 [2020-10-27T03:20:39.027Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-27T03:20:39.027Z] runc: [2020-10-27T03:20:39.027Z] Version: 1.0.0-rc10 [2020-10-27T03:20:39.027Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-27T03:20:39.027Z] docker-init: [2020-10-27T03:20:39.027Z] Version: 0.18.0 [2020-10-27T03:20:39.027Z] GitCommit: fec3683 [Pipeline] sh [2020-10-27T03:20:38.370Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:38.444Z] > git config --add remote.origin.fetch +refs/pull/41593/head:refs/remotes/origin/PR-41593 # timeout=10 [2020-10-27T03:20:38.500Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:38.630Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:38.759Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:38.759Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:38.761Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:39.318Z] + docker info [2020-10-27T03:20:39.423Z] #8 ... [2020-10-27T03:20:39.423Z] [2020-10-27T03:20:39.423Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-10-27T03:20:39.423Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-10-27T03:20:39.423Z] #24 sha256:f4f8457fd057d0744bbd01d994e9ad1229f0bee5d063f1ab7a8568ef18c8ddf8 529B / 529B done [2020-10-27T03:20:39.423Z] #24 sha256:85991a508dae9b547fed5d7702ba645164a47b8d92598304c4b465bbad0bc7b2 1.50kB / 1.50kB done [2020-10-27T03:20:39.423Z] #24 sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 48.97MB / 48.97MB 1.2s done [2020-10-27T03:20:39.423Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-10-27T03:20:39.423Z] #24 extracting sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 2.2s done [2020-10-27T03:20:39.423Z] #24 DONE 4.0s [2020-10-27T03:20:39.423Z] [2020-10-27T03:20:39.423Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:20:39.619Z] Congratulations! All API changes are done the right way. [2020-10-27T03:20:39.619Z] Congratulations! All TOML source files changed here have valid syntax. [2020-10-27T03:20:39.619Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-10-27T03:20:39.619Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-10-27T03:20:39.619Z] Congratulations! No new tests were added to integration-cli. [2020-10-27T03:20:39.619Z] [2020-10-27T03:20:39.619Z] INFO Start validation with golang-ci-lint [2020-10-27T03:20:39.619Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-10-27T03:20:39.619Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-10-27T03:20:39.619Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-10-27T03:20:40.053Z] Merging remotes/origin/master commit 837ee91cb9295a86dec176da07ee598304535dbb into PR head commit 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:40.260Z] Client: [2020-10-27T03:20:40.260Z] Debug Mode: false [2020-10-27T03:20:40.260Z] [2020-10-27T03:20:40.260Z] Server: [2020-10-27T03:20:40.260Z] Containers: 0 [2020-10-27T03:20:40.260Z] Running: 0 [2020-10-27T03:20:40.260Z] Paused: 0 [2020-10-27T03:20:40.260Z] Stopped: 0 [2020-10-27T03:20:40.260Z] Images: 2 [2020-10-27T03:20:40.260Z] Server Version: 19.03.13 [2020-10-27T03:20:40.260Z] Storage Driver: overlay2 [2020-10-27T03:20:40.260Z] Backing Filesystem: extfs [2020-10-27T03:20:40.260Z] Supports d_type: true [2020-10-27T03:20:40.260Z] Native Overlay Diff: true [2020-10-27T03:20:40.260Z] Logging Driver: json-file [2020-10-27T03:20:40.260Z] Cgroup Driver: cgroupfs [2020-10-27T03:20:40.260Z] Plugins: [2020-10-27T03:20:40.260Z] Volume: local [2020-10-27T03:20:40.260Z] Network: bridge host ipvlan macvlan null overlay [2020-10-27T03:20:40.260Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-10-27T03:20:40.260Z] Swarm: inactive [2020-10-27T03:20:40.260Z] Runtimes: runc [2020-10-27T03:20:40.260Z] Default Runtime: runc [2020-10-27T03:20:40.260Z] Init Binary: docker-init [2020-10-27T03:20:40.260Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-27T03:20:40.260Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-27T03:20:40.260Z] init version: fec3683 [2020-10-27T03:20:40.260Z] Security Options: [2020-10-27T03:20:40.260Z] apparmor [2020-10-27T03:20:40.260Z] seccomp [2020-10-27T03:20:40.260Z] Profile: default [2020-10-27T03:20:40.260Z] Kernel Version: 4.15.0-1083-aws [2020-10-27T03:20:40.260Z] Operating System: Ubuntu 16.04.7 LTS [2020-10-27T03:20:40.261Z] OSType: linux [2020-10-27T03:20:40.261Z] Architecture: aarch64 [2020-10-27T03:20:40.261Z] CPUs: 4 [2020-10-27T03:20:40.261Z] Total Memory: 7.525GiB [2020-10-27T03:20:40.261Z] Name: ip-10-100-107-212 [2020-10-27T03:20:40.261Z] ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW [2020-10-27T03:20:40.261Z] Docker Root Dir: /var/lib/docker [2020-10-27T03:20:40.261Z] Debug Mode: false [2020-10-27T03:20:40.261Z] Registry: https://index.docker.io/v1/ [2020-10-27T03:20:40.261Z] Labels: [2020-10-27T03:20:40.261Z] Experimental: true [2020-10-27T03:20:40.261Z] Insecure Registries: [2020-10-27T03:20:40.261Z] 127.0.0.0/8 [2020-10-27T03:20:40.261Z] Live Restore Enabled: true [2020-10-27T03:20:40.261Z] [2020-10-27T03:20:40.261Z] WARNING: No swap limit support [Pipeline] sh [2020-10-27T03:20:40.385Z] #21 transferring context: 52.01MB 1.2s done [2020-10-27T03:20:40.385Z] #21 DONE 1.3s [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #31 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #55 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-27T03:20:40.385Z] #57 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:20:40.385Z] #11 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:40.385Z] #47 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #39 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:40.385Z] #62 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-27T03:20:40.385Z] #17 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-27T03:20:40.385Z] #14 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-27T03:20:40.385Z] #61 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-27T03:20:40.385Z] #12 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:20:40.385Z] #35 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #48 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:20:40.385Z] #27 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:40.385Z] #45 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:40.385Z] #56 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-27T03:20:40.385Z] #19 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:20:40.385Z] #40 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-27T03:20:40.385Z] #23 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #52 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:20:40.385Z] #18 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #50 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:40.385Z] #54 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #44 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:20:40.385Z] #53 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:40.385Z] #22 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:20:40.385Z] #38 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-27T03:20:40.385Z] #37 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:20:40.385Z] #43 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-27T03:20:40.385Z] #15 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-27T03:20:40.385Z] #16 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:20:40.385Z] #51 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #63 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #59 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #33 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:20:40.385Z] #41 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-27T03:20:40.385Z] #29 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-27T03:20:40.385Z] #25 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:40.385Z] #32 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #36 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-27T03:20:40.385Z] #10 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-27T03:20:40.385Z] #46 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-27T03:20:40.385Z] #28 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:40.385Z] #49 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:20:40.385Z] #34 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:20:40.385Z] #30 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-27T03:20:40.385Z] #42 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-27T03:20:40.385Z] #26 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-27T03:20:40.385Z] #58 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-27T03:20:40.385Z] #13 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-27T03:20:40.385Z] #20 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-27T03:20:40.385Z] #9 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.385Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-27T03:20:40.385Z] #64 CACHED [2020-10-27T03:20:40.385Z] [2020-10-27T03:20:40.386Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-27T03:20:40.549Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:20:40.549Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:20:40.549Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41593/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-27T03:20:40.811Z] + bash /home/ubuntu/workspace/moby_PR-41593/check-config.sh [2020-10-27T03:20:40.811Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-27T03:20:40.811Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ... [2020-10-27T03:20:40.811Z] [2020-10-27T03:20:40.811Z] Generally Necessary: [2020-10-27T03:20:40.811Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-27T03:20:40.811Z] - apparmor: enabled and tools installed [2020-10-27T03:20:40.811Z] - CONFIG_NAMESPACES: enabled [2020-10-27T03:20:40.811Z] - CONFIG_NET_NS: enabled [2020-10-27T03:20:40.811Z] - CONFIG_PID_NS: enabled [2020-10-27T03:20:40.811Z] - CONFIG_IPC_NS: enabled [2020-10-27T03:20:40.811Z] - CONFIG_UTS_NS: enabled [2020-10-27T03:20:40.811Z] - CONFIG_CGROUPS: enabled [2020-10-27T03:20:40.811Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-27T03:20:40.811Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-27T03:20:40.811Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-27T03:20:40.811Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-27T03:20:40.811Z] - CONFIG_CPUSETS: enabled [2020-10-27T03:20:40.811Z] - CONFIG_MEMCG: enabled [2020-10-27T03:20:40.811Z] - CONFIG_KEYS: enabled [2020-10-27T03:20:40.811Z] - CONFIG_VETH: enabled (as module) [2020-10-27T03:20:40.811Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-27T03:20:40.811Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-27T03:20:40.811Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-10-27T03:20:40.811Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-27T03:20:40.811Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-27T03:20:40.811Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-27T03:20:40.811Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-27T03:20:41.072Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-27T03:20:41.072Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-27T03:20:41.072Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-27T03:20:41.072Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-10-27T03:20:41.072Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-27T03:20:41.072Z] [2020-10-27T03:20:41.072Z] Optional Features: [2020-10-27T03:20:41.072Z] - CONFIG_USER_NS: enabled [2020-10-27T03:20:41.072Z] - CONFIG_SECCOMP: enabled [2020-10-27T03:20:41.072Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-27T03:20:41.072Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-27T03:20:41.072Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-27T03:20:41.072Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-10-27T03:20:41.072Z] - CONFIG_BLK_CGROUP: enabled [2020-10-27T03:20:41.072Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-27T03:20:41.072Z] - CONFIG_IOSCHED_CFQ: enabled [2020-10-27T03:20:41.072Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-10-27T03:20:41.072Z] - CONFIG_CGROUP_PERF: enabled [2020-10-27T03:20:41.072Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-27T03:20:41.072Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-27T03:20:41.072Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-27T03:20:41.072Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-27T03:20:41.072Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-27T03:20:41.072Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-27T03:20:41.072Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-27T03:20:41.072Z] - CONFIG_IP_VS: enabled (as module) [2020-10-27T03:20:41.072Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-27T03:20:41.072Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-27T03:20:41.072Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-27T03:20:41.072Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-27T03:20:40.087Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:40.145Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:41.315Z] #65 DONE 0.9s [2020-10-27T03:20:41.315Z] [2020-10-27T03:20:41.315Z] #66 exporting to image [2020-10-27T03:20:41.315Z] #66 exporting layers [2020-10-27T03:20:41.333Z] - CONFIG_EXT4_FS: enabled [2020-10-27T03:20:41.333Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-27T03:20:41.333Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-27T03:20:41.333Z] - Network Drivers: [2020-10-27T03:20:41.333Z] - "overlay": [2020-10-27T03:20:41.333Z] - CONFIG_VXLAN: enabled (as module) [2020-10-27T03:20:41.333Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-27T03:20:41.333Z] Optional (for encrypted networks): [2020-10-27T03:20:41.333Z] - CONFIG_CRYPTO: enabled [2020-10-27T03:20:41.333Z] - CONFIG_CRYPTO_AEAD: enabled [2020-10-27T03:20:41.333Z] - CONFIG_CRYPTO_GCM: enabled [2020-10-27T03:20:41.333Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-10-27T03:20:41.333Z] - CONFIG_CRYPTO_GHASH: enabled [2020-10-27T03:20:41.333Z] - CONFIG_XFRM: enabled [2020-10-27T03:20:41.333Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-27T03:20:41.333Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-27T03:20:41.333Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-27T03:20:41.333Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-10-27T03:20:41.333Z] - "ipvlan": [2020-10-27T03:20:41.333Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-27T03:20:41.333Z] - "macvlan": [2020-10-27T03:20:41.333Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-27T03:20:41.333Z] - CONFIG_DUMMY: enabled (as module) [2020-10-27T03:20:41.333Z] - "ftp,tftp client in container": [2020-10-27T03:20:41.333Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-27T03:20:41.333Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-27T03:20:41.333Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-27T03:20:41.333Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-27T03:20:41.333Z] - Storage Drivers: [2020-10-27T03:20:41.333Z] - "aufs": [2020-10-27T03:20:41.333Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-27T03:20:41.333Z] - "btrfs": [2020-10-27T03:20:41.333Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-27T03:20:41.594Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-27T03:20:41.594Z] - "devicemapper": [2020-10-27T03:20:41.594Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-27T03:20:41.594Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-27T03:20:41.594Z] - "overlay": [2020-10-27T03:20:41.594Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-27T03:20:41.594Z] - "zfs": [2020-10-27T03:20:41.594Z] - /dev/zfs: missing [2020-10-27T03:20:41.594Z] - zfs command: missing [2020-10-27T03:20:41.594Z] - zpool command: missing [2020-10-27T03:20:41.594Z] [2020-10-27T03:20:41.594Z] Limits: [2020-10-27T03:20:41.594Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-27T03:20:41.594Z] [2020-10-27T03:20:41.594Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-27T03:20:41.932Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a . [2020-10-27T03:20:41.932Z] #1 [internal] load .dockerignore [2020-10-27T03:20:41.932Z] #1 transferring context: 87B done [2020-10-27T03:20:41.932Z] #1 DONE 0.0s [2020-10-27T03:20:41.932Z] [2020-10-27T03:20:41.932Z] #2 [internal] load build definition from Dockerfile [2020-10-27T03:20:41.932Z] #2 transferring dockerfile: 16.58kB done [2020-10-27T03:20:41.932Z] #2 DONE 0.0s [2020-10-27T03:20:41.932Z] [2020-10-27T03:20:41.932Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-27T03:20:42.152Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 4.3s done [2020-10-27T03:20:42.152Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 [2020-10-27T03:20:42.152Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2020-10-27T03:20:42.152Z] #8 DONE 6.7s [2020-10-27T03:20:42.152Z] [2020-10-27T03:20:42.152Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-27T03:20:42.192Z] #3 DONE 0.1s [2020-10-27T03:20:42.192Z] [2020-10-27T03:20:42.192Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-27T03:20:42.192Z] #4 CACHED [2020-10-27T03:20:42.242Z] Fetching without tags [2020-10-27T03:20:42.242Z] #66 exporting layers 1.0s done [2020-10-27T03:20:42.242Z] #66 writing image sha256:e6e26fe42105a484dacc848b2f92cc8da44724246a3a1ec9597d6f4dcb9e48aa done [2020-10-27T03:20:42.242Z] #66 naming to docker.io/library/docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a done [2020-10-27T03:20:42.242Z] #66 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-10-27T03:20:42.453Z] [2020-10-27T03:20:42.453Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-27T03:20:42.571Z] + trap exit INT TERM [2020-10-27T03:20:42.571Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-10-27T03:20:42.571Z] + CONTAINER_NAME=docker-pr1 [2020-10-27T03:20:42.571Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41593/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/make.sh dynbinary-daemon [2020-10-27T03:20:42.652Z] Merging remotes/origin/master commit 837ee91cb9295a86dec176da07ee598304535dbb into PR head commit 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:42.214Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:42.219Z] > git config --add remote.origin.fetch +refs/pull/41593/head:refs/remotes/origin/PR-41593 # timeout=10 [2020-10-27T03:20:42.224Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:42.239Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:20:42.253Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:20:42.254Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:42.254Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:20:42.663Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:42.665Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:42.718Z] #7 DONE 0.1s [2020-10-27T03:20:42.718Z] [2020-10-27T03:20:42.718Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-27T03:20:42.718Z] #5 DONE 0.1s [2020-10-27T03:20:42.718Z] [2020-10-27T03:20:42.718Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-27T03:20:42.718Z] #6 DONE 0.1s [2020-10-27T03:20:42.718Z] [2020-10-27T03:20:42.718Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-27T03:20:42.718Z] #60 DONE 0.0s [2020-10-27T03:20:42.718Z] [2020-10-27T03:20:42.718Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:20:42.718Z] #8 DONE 0.0s [2020-10-27T03:20:42.718Z] [2020-10-27T03:20:42.718Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-10-27T03:20:42.718Z] #24 DONE 0.0s [2020-10-27T03:20:42.718Z] [2020-10-27T03:20:42.718Z] #21 [internal] load build context [2020-10-27T03:20:42.827Z] [2020-10-27T03:20:43.083Z] Removing bundles/ [2020-10-27T03:20:43.083Z] [2020-10-27T03:20:43.083Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-10-27T03:20:43.083Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:20:43.084Z] GOOS="" GOARCH="" GOARM="" [2020-10-27T03:20:43.496Z] Merge succeeded, producing 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:43.496Z] Checking out Revision 8cc0fd811eb48e7c3cec935a84f5988743b9881a (PR-41593) [2020-10-27T03:20:43.658Z] #9 DONE 1.6s [2020-10-27T03:20:43.658Z] [2020-10-27T03:20:43.658Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-27T03:20:43.658Z] #25 0.540 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:20:43.658Z] #25 0.564 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:20:43.658Z] #25 0.594 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:20:43.658Z] #25 0.667 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-10-27T03:20:43.658Z] #25 0.788 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-10-27T03:20:43.658Z] #25 0.986 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-10-27T03:20:43.658Z] #25 2.008 Fetched 8085 kB in 1s (5440 kB/s) [2020-10-27T03:20:43.658Z] #25 2.008 Reading package lists... [2020-10-27T03:20:43.658Z] #25 2.456 Reading package lists... [2020-10-27T03:20:43.658Z] #25 2.912 Building dependency tree... [2020-10-27T03:20:43.658Z] #25 3.037 The following additional packages will be installed: [2020-10-27T03:20:43.658Z] #25 3.037 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-10-27T03:20:43.658Z] #25 3.038 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-10-27T03:20:43.658Z] #25 3.038 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-10-27T03:20:43.658Z] #25 3.038 Suggested packages: [2020-10-27T03:20:43.658Z] #25 3.038 krb5-doc krb5-user [2020-10-27T03:20:43.658Z] #25 3.038 Recommended packages: [2020-10-27T03:20:43.658Z] #25 3.038 krb5-locales publicsuffix libsasl2-modules [2020-10-27T03:20:43.658Z] #25 3.196 The following NEW packages will be installed: [2020-10-27T03:20:43.658Z] #25 3.198 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-10-27T03:20:43.658Z] #25 3.198 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-10-27T03:20:43.658Z] #25 3.198 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-10-27T03:20:43.658Z] #25 3.198 libssh2-1 libssl1.1 openssl [2020-10-27T03:20:43.658Z] #25 3.232 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-10-27T03:20:43.658Z] #25 3.232 Need to get 4591 kB of archives. [2020-10-27T03:20:43.658Z] #25 3.232 After this operation, 11.9 MB of additional disk space will be used. [2020-10-27T03:20:43.658Z] #25 3.232 Get:1 http://deb.debian.org/debian buster/main s390x libssl1.1 s390x 1.1.1d-0+deb10u3 [1199 kB] [2020-10-27T03:20:43.658Z] #25 3.303 Get:2 http://deb.debian.org/debian buster/main s390x openssl s390x 1.1.1d-0+deb10u3 [827 kB] [2020-10-27T03:20:43.658Z] #25 3.315 Get:3 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u1 [158 kB] [2020-10-27T03:20:43.658Z] #25 3.316 Get:4 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2020-10-27T03:20:43.658Z] #25 3.317 Get:5 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3 [64.6 kB] [2020-10-27T03:20:43.658Z] #25 3.317 Get:6 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3 [120 kB] [2020-10-27T03:20:43.658Z] #25 3.319 Get:7 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3 [346 kB] [2020-10-27T03:20:43.658Z] #25 3.322 Get:8 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3 [146 kB] [2020-10-27T03:20:43.658Z] #25 3.323 Get:9 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2020-10-27T03:20:43.658Z] #25 3.324 Get:10 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2020-10-27T03:20:43.658Z] #25 3.325 Get:11 http://deb.debian.org/debian buster/main s390x libldap-common all 2.4.47+dfsg-3+deb10u2 [89.7 kB] [2020-10-27T03:20:43.658Z] #25 3.326 Get:12 http://deb.debian.org/debian buster/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u2 [213 kB] [2020-10-27T03:20:43.658Z] #25 3.350 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2020-10-27T03:20:43.658Z] #25 3.361 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2020-10-27T03:20:43.658Z] #25 3.363 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2020-10-27T03:20:43.658Z] #25 3.364 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2020-10-27T03:20:43.658Z] #25 3.366 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2020-10-27T03:20:43.658Z] #25 3.370 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2020-10-27T03:20:43.658Z] #25 3.372 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-10-27T03:20:43.658Z] #25 3.375 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-10-27T03:20:43.658Z] #25 3.377 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-10-27T03:20:43.658Z] #25 3.473 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:20:43.658Z] #25 3.483 Fetched 4591 kB in 0s (26.7 MB/s) [2020-10-27T03:20:43.658Z] #25 3.551 Selecting previously unselected package libssl1.1:s390x. [2020-10-27T03:20:43.658Z] #25 3.551 (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 ... 6675 files and directories currently installed.) [2020-10-27T03:20:43.658Z] #25 3.557 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u3_s390x.deb ... [2020-10-27T03:20:43.658Z] #25 3.567 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u3) ... [2020-10-27T03:20:43.658Z] #25 3.849 Selecting previously unselected package openssl. [2020-10-27T03:20:43.658Z] #25 3.850 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u3_s390x.deb ... [2020-10-27T03:20:43.658Z] #25 3.875 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-10-27T03:20:43.658Z] #25 4.182 Selecting previously unselected package ca-certificates. [2020-10-27T03:20:43.658Z] #25 4.183 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-10-27T03:20:43.658Z] #25 4.195 Unpacking ca-certificates (20200601~deb10u1) ... [2020-10-27T03:20:43.658Z] #25 4.302 Selecting previously unselected package libkeyutils1:s390x. [2020-10-27T03:20:43.658Z] #25 4.302 Preparing to unpack .../03-libkeyutils1_1.6-6_s390x.deb ... [2020-10-27T03:20:43.658Z] #25 4.305 Unpacking libkeyutils1:s390x (1.6-6) ... [2020-10-27T03:20:43.658Z] #25 4.337 Selecting previously unselected package libkrb5support0:s390x. [2020-10-27T03:20:43.658Z] #25 4.337 Preparing to unpack .../04-libkrb5support0_1.17-3_s390x.deb ... [2020-10-27T03:20:43.658Z] #25 4.339 Unpacking libkrb5support0:s390x (1.17-3) ... [2020-10-27T03:20:43.658Z] #25 4.364 Selecting previously unselected package libk5crypto3:s390x. [2020-10-27T03:20:43.658Z] #25 4.364 Preparing to unpack .../05-libk5crypto3_1.17-3_s390x.deb ... [2020-10-27T03:20:43.658Z] #25 4.366 Unpacking libk5crypto3:s390x (1.17-3) ... [2020-10-27T03:20:43.658Z] #25 4.430 Selecting previously unselected package libkrb5-3:s390x. [2020-10-27T03:20:43.658Z] #25 4.430 Preparing to unpack .../06-libkrb5-3_1.17-3_s390x.deb ... [2020-10-27T03:20:43.658Z] #25 4.435 Unpacking libkrb5-3:s390x (1.17-3) ... [2020-10-27T03:20:43.658Z] #25 4.515 Selecting previously unselected package libgssapi-krb5-2:s390x. [2020-10-27T03:20:43.658Z] #25 4.516 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3_s390x.deb ... [2020-10-27T03:20:43.658Z] #25 4.518 Unpacking libgssapi-krb5-2:s390x (1.17-3) ... [2020-10-27T03:20:43.658Z] #25 4.545 Selecting previously unselected package libsasl2-modules-db:s390x. [2020-10-27T03:20:43.949Z] #25 4.546 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-10-27T03:20:43.949Z] #25 4.548 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:20:43.949Z] #25 4.572 Selecting previously unselected package libsasl2-2:s390x. [2020-10-27T03:20:43.949Z] #25 4.573 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-10-27T03:20:43.949Z] #25 4.577 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:20:43.949Z] #25 4.605 Selecting previously unselected package libldap-common. [2020-10-27T03:20:43.949Z] #25 4.606 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u2_all.deb ... [2020-10-27T03:20:43.949Z] #25 4.612 Unpacking libldap-common (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:20:43.949Z] #25 4.661 Selecting previously unselected package libldap-2.4-2:s390x. [2020-10-27T03:20:43.949Z] #25 4.661 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u2_s390x.deb ... [2020-10-27T03:20:43.949Z] #25 4.664 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:20:43.949Z] #25 4.716 Selecting previously unselected package libnghttp2-14:s390x. [2020-10-27T03:20:43.949Z] #25 4.717 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2020-10-27T03:20:43.949Z] #25 4.719 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-10-27T03:20:43.949Z] #25 4.756 Selecting previously unselected package libpsl5:s390x. [2020-10-27T03:20:43.949Z] #25 4.756 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2020-10-27T03:20:43.949Z] #25 4.756 Unpacking libpsl5:s390x (0.20.2-2) ... [2020-10-27T03:20:43.949Z] #25 4.783 Selecting previously unselected package librtmp1:s390x. [2020-10-27T03:20:43.949Z] #25 4.783 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2020-10-27T03:20:44.085Z] Merge succeeded, producing 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:20:44.085Z] Checking out Revision 8cc0fd811eb48e7c3cec935a84f5988743b9881a (PR-41593) [2020-10-27T03:20:44.107Z] Commit message: "docs: fix builder-version swagger" [2020-10-27T03:20:44.124Z] #21 transferring context: 52.01MB 1.5s done [2020-10-27T03:20:44.124Z] #21 DONE 1.5s [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:20:44.124Z] #53 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-27T03:20:44.124Z] #28 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:44.124Z] #56 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:20:44.124Z] #34 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-27T03:20:44.124Z] #52 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-27T03:20:44.124Z] #46 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-27T03:20:44.124Z] #33 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-27T03:20:44.124Z] #26 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:20:44.124Z] #51 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-27T03:20:44.124Z] #36 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-27T03:20:44.124Z] #57 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-27T03:20:44.124Z] #15 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-27T03:20:44.124Z] #58 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:20:44.124Z] #35 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-27T03:20:44.124Z] #17 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:44.124Z] #22 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-27T03:20:44.124Z] #12 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-27T03:20:44.124Z] #31 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-27T03:20:44.124Z] #19 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-27T03:20:44.124Z] #44 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-27T03:20:44.124Z] #9 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-27T03:20:44.124Z] #13 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:44.124Z] #47 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:20:44.124Z] #18 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:20:44.124Z] #30 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:44.124Z] #62 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:20:44.124Z] #40 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-27T03:20:44.124Z] #20 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:20:44.124Z] #43 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:20:44.124Z] #41 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:44.124Z] #49 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-27T03:20:44.124Z] #25 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:20:44.124Z] #38 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-27T03:20:44.124Z] #63 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:44.124Z] #45 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-27T03:20:44.124Z] #14 CACHED [2020-10-27T03:20:44.124Z] [2020-10-27T03:20:44.124Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:44.124Z] #32 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-27T03:20:44.125Z] #48 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-27T03:20:44.125Z] #59 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-27T03:20:44.125Z] #61 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-27T03:20:44.125Z] #39 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-27T03:20:44.125Z] #29 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-27T03:20:44.125Z] #16 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-27T03:20:44.125Z] #23 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-27T03:20:44.125Z] #37 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:44.125Z] #54 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-27T03:20:44.125Z] #10 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-27T03:20:44.125Z] #50 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:20:44.125Z] #27 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:20:44.125Z] #11 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-27T03:20:44.125Z] #55 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-27T03:20:44.125Z] #42 CACHED [2020-10-27T03:20:44.125Z] [2020-10-27T03:20:44.125Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-27T03:20:44.125Z] #64 CACHED [2020-10-27T03:20:44.170Z] > git --version # timeout=10 [2020-10-27T03:20:44.173Z] > git --version # 'git version 2.7.4' [2020-10-27T03:20:44.175Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-10-27T03:20:44.239Z] #25 4.786 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-10-27T03:20:44.239Z] #25 4.814 Selecting previously unselected package libssh2-1:s390x. [2020-10-27T03:20:44.239Z] #25 4.814 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2020-10-27T03:20:44.239Z] #25 4.816 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2020-10-27T03:20:44.239Z] #25 4.848 Selecting previously unselected package libcurl4:s390x. [2020-10-27T03:20:44.239Z] #25 4.849 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2020-10-27T03:20:44.239Z] #25 4.851 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-10-27T03:20:44.239Z] #25 4.894 Selecting previously unselected package curl. [2020-10-27T03:20:44.239Z] #25 4.894 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2020-10-27T03:20:44.239Z] #25 4.894 Unpacking curl (7.64.0-4+deb10u1) ... [2020-10-27T03:20:44.239Z] #25 4.927 Selecting previously unselected package libonig5:s390x. [2020-10-27T03:20:44.239Z] #25 4.928 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2020-10-27T03:20:44.239Z] #25 4.930 Unpacking libonig5:s390x (6.9.1-1) ... [2020-10-27T03:20:44.239Z] #25 4.964 Selecting previously unselected package libjq1:s390x. [2020-10-27T03:20:44.239Z] #25 4.964 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-10-27T03:20:44.239Z] #25 4.966 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-10-27T03:20:44.239Z] #25 4.997 Selecting previously unselected package jq. [2020-10-27T03:20:44.239Z] #25 4.998 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-10-27T03:20:44.239Z] #25 5.000 Unpacking jq (1.5+dfsg-2+b1) ... [2020-10-27T03:20:44.239Z] #25 5.026 Setting up libkeyutils1:s390x (1.6-6) ... [2020-10-27T03:20:44.239Z] #25 5.033 Setting up libpsl5:s390x (0.20.2-2) ... [2020-10-27T03:20:44.239Z] #25 5.039 Setting up libssl1.1:s390x (1.1.1d-0+deb10u3) ... [2020-10-27T03:20:44.239Z] #25 5.098 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-10-27T03:20:44.385Z] [2020-10-27T03:20:44.386Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-27T03:20:44.531Z] #25 ... [2020-10-27T03:20:44.531Z] [2020-10-27T03:20:44.531Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-27T03:20:44.531Z] #10 DONE 0.9s [2020-10-27T03:20:44.531Z] [2020-10-27T03:20:44.531Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-27T03:20:44.531Z] #37 DONE 0.0s [2020-10-27T03:20:44.531Z] [2020-10-27T03:20:44.531Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-27T03:20:44.531Z] #25 5.105 Setting up libldap-common (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:20:44.531Z] #25 5.113 Setting up libkrb5support0:s390x (1.17-3) ... [2020-10-27T03:20:44.531Z] #25 5.120 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:20:44.531Z] #25 5.126 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-10-27T03:20:44.531Z] #25 5.132 Setting up libk5crypto3:s390x (1.17-3) ... [2020-10-27T03:20:44.531Z] #25 5.139 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:20:44.531Z] #25 5.145 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2020-10-27T03:20:44.531Z] #25 5.151 Setting up libkrb5-3:s390x (1.17-3) ... [2020-10-27T03:20:44.531Z] #25 5.158 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-10-27T03:20:44.531Z] #25 5.167 Setting up libonig5:s390x (6.9.1-1) ... [2020-10-27T03:20:44.531Z] #25 5.177 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-10-27T03:20:44.531Z] #25 5.184 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:20:44.531Z] #25 5.192 Setting up ca-certificates (20200601~deb10u1) ... [2020-10-27T03:20:44.531Z] #25 ... [2020-10-27T03:20:44.531Z] [2020-10-27T03:20:44.531Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:20:44.531Z] #53 ... [2020-10-27T03:20:44.531Z] [2020-10-27T03:20:44.531Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-27T03:20:44.531Z] #29 DONE 0.1s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-27T03:20:44.764Z] Commit message: "docs: fix builder-version swagger" [2020-10-27T03:20:43.463Z] > git remote # timeout=10 [2020-10-27T03:20:43.468Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T03:20:43.471Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:43.472Z] > git merge 837ee91cb9295a86dec176da07ee598304535dbb # timeout=10 [2020-10-27T03:20:43.493Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T03:20:43.508Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:43.510Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:44.821Z] [2020-10-27T03:20:44.821Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:20:45.072Z] + docker version [2020-10-27T03:20:45.072Z] Client: [2020-10-27T03:20:45.072Z] Version: 18.06.1-ce [2020-10-27T03:20:45.072Z] API version: 1.38 [2020-10-27T03:20:45.072Z] Go version: go1.10.3 [2020-10-27T03:20:45.072Z] Git commit: e68fc7a [2020-10-27T03:20:45.072Z] Built: Tue Aug 21 17:26:10 2018 [2020-10-27T03:20:45.072Z] OS/Arch: linux/ppc64le [2020-10-27T03:20:45.072Z] Experimental: false [2020-10-27T03:20:45.072Z] [2020-10-27T03:20:45.072Z] Server: [2020-10-27T03:20:45.072Z] Engine: [2020-10-27T03:20:45.072Z] Version: 18.06.1-ce [2020-10-27T03:20:45.072Z] API version: 1.38 (minimum version 1.12) [2020-10-27T03:20:45.072Z] Go version: go1.10.3 [2020-10-27T03:20:45.072Z] Git commit: e68fc7a [2020-10-27T03:20:45.072Z] Built: Tue Aug 21 17:24:20 2018 [2020-10-27T03:20:45.072Z] OS/Arch: linux/ppc64le [2020-10-27T03:20:45.072Z] Experimental: true [Pipeline] sh [2020-10-27T03:20:43.710Z] > git remote # timeout=10 [2020-10-27T03:20:43.770Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T03:20:43.827Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:20:43.830Z] > git merge 837ee91cb9295a86dec176da07ee598304535dbb # timeout=10 [2020-10-27T03:20:43.983Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-10-27T03:20:44.119Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:20:44.189Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:20:45.162Z] > git --version # timeout=10 [2020-10-27T03:20:45.239Z] > git --version # 'git version 2.24.1.windows.2' [2020-10-27T03:20:45.302Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-10-27T03:20:45.456Z] + docker info [2020-10-27T03:20:45.456Z] Containers: 0 [2020-10-27T03:20:45.456Z] Running: 0 [2020-10-27T03:20:45.456Z] Paused: 0 [2020-10-27T03:20:45.456Z] Stopped: 0 [2020-10-27T03:20:45.456Z] Images: 0 [2020-10-27T03:20:45.456Z] Server Version: 18.06.1-ce [2020-10-27T03:20:45.456Z] Storage Driver: overlay2 [2020-10-27T03:20:45.456Z] Backing Filesystem: extfs [2020-10-27T03:20:45.456Z] Supports d_type: true [2020-10-27T03:20:45.456Z] Native Overlay Diff: true [2020-10-27T03:20:45.456Z] Logging Driver: json-file [2020-10-27T03:20:45.456Z] Cgroup Driver: cgroupfs [2020-10-27T03:20:45.456Z] Plugins: [2020-10-27T03:20:45.456Z] Volume: local [2020-10-27T03:20:45.456Z] Network: bridge host ipvlan macvlan null overlay [2020-10-27T03:20:45.456Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-10-27T03:20:45.456Z] Swarm: inactive [2020-10-27T03:20:45.456Z] Runtimes: runc [2020-10-27T03:20:45.456Z] Default Runtime: runc [2020-10-27T03:20:45.456Z] Init Binary: docker-init [2020-10-27T03:20:45.456Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-10-27T03:20:45.456Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-10-27T03:20:45.456Z] init version: fec3683 [2020-10-27T03:20:45.456Z] Security Options: [2020-10-27T03:20:45.456Z] apparmor [2020-10-27T03:20:45.456Z] seccomp [2020-10-27T03:20:45.456Z] Profile: default [2020-10-27T03:20:45.456Z] Kernel Version: 4.4.0-139-generic [2020-10-27T03:20:45.456Z] Operating System: Ubuntu 16.04.3 LTS [2020-10-27T03:20:45.456Z] OSType: linux [2020-10-27T03:20:45.456Z] Architecture: ppc64le [2020-10-27T03:20:45.456Z] CPUs: 4 [2020-10-27T03:20:45.456Z] Total Memory: 7.972GiB [2020-10-27T03:20:45.456Z] Name: ppc64le-ubuntu-28 [2020-10-27T03:20:45.456Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-10-27T03:20:45.456Z] Docker Root Dir: /var/lib/docker [2020-10-27T03:20:45.456Z] Debug Mode (client): false [2020-10-27T03:20:45.456Z] Debug Mode (server): false [2020-10-27T03:20:45.456Z] Username: dockerbuildbot [2020-10-27T03:20:45.456Z] Registry: https://index.docker.io/v1/ [2020-10-27T03:20:45.456Z] Labels: [2020-10-27T03:20:45.456Z] Experimental: true [2020-10-27T03:20:45.456Z] Insecure Registries: [2020-10-27T03:20:45.456Z] 127.0.0.0/8 [2020-10-27T03:20:45.456Z] Live Restore Enabled: false [2020-10-27T03:20:45.456Z] [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2020-10-27T03:20:45.839Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:20:45.839Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:20:45.839Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41593/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-27T03:20:45.839Z] + bash /home/docker/workspace/moby_PR-41593/check-config.sh [2020-10-27T03:20:45.839Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-27T03:20:45.839Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-10-27T03:20:45.839Z] [2020-10-27T03:20:45.839Z] Generally Necessary: [2020-10-27T03:20:45.839Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-27T03:20:45.839Z] - apparmor: enabled and tools installed [2020-10-27T03:20:45.839Z] - CONFIG_NAMESPACES: enabled [2020-10-27T03:20:45.839Z] - CONFIG_NET_NS: enabled [2020-10-27T03:20:45.839Z] - CONFIG_PID_NS: enabled [2020-10-27T03:20:45.839Z] - CONFIG_IPC_NS: enabled [2020-10-27T03:20:45.840Z] - CONFIG_UTS_NS: enabled [2020-10-27T03:20:45.840Z] - CONFIG_CGROUPS: enabled [2020-10-27T03:20:45.840Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-27T03:20:45.840Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-27T03:20:45.840Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-27T03:20:45.840Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-27T03:20:45.840Z] - CONFIG_CPUSETS: enabled [2020-10-27T03:20:45.840Z] - CONFIG_MEMCG: enabled [2020-10-27T03:20:45.840Z] - CONFIG_KEYS: enabled [2020-10-27T03:20:45.840Z] - CONFIG_VETH: enabled (as module) [2020-10-27T03:20:45.840Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-27T03:20:45.840Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-27T03:20:45.840Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [Pipeline] sh [2020-10-27T03:20:46.135Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-10-27T03:20:46.135Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-27T03:20:46.135Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-10-27T03:20:46.135Z] [2020-10-27T03:20:46.135Z] Optional Features: [2020-10-27T03:20:46.135Z] - CONFIG_USER_NS: enabled [2020-10-27T03:20:46.135Z] - CONFIG_SECCOMP: enabled [2020-10-27T03:20:46.135Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-27T03:20:46.135Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-27T03:20:46.135Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-27T03:20:46.135Z] (cgroup swap accounting is currently enabled) [2020-10-27T03:20:46.135Z] - CONFIG_MEMCG_KMEM: enabled [2020-10-27T03:20:46.135Z] - CONFIG_BLK_CGROUP: enabled [2020-10-27T03:20:46.135Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-27T03:20:46.135Z] - CONFIG_IOSCHED_CFQ: enabled [2020-10-27T03:20:46.135Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-10-27T03:20:46.135Z] - CONFIG_CGROUP_PERF: enabled [2020-10-27T03:20:46.135Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-27T03:20:46.135Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-27T03:20:46.135Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-27T03:20:46.135Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-27T03:20:46.135Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-27T03:20:46.135Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_IP_VS: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-27T03:20:46.135Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-27T03:20:46.135Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-27T03:20:46.135Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_EXT4_FS: enabled [2020-10-27T03:20:46.135Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-27T03:20:46.135Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-27T03:20:46.135Z] - Network Drivers: [2020-10-27T03:20:46.135Z] - "overlay": [2020-10-27T03:20:46.135Z] - CONFIG_VXLAN: enabled (as module) [2020-10-27T03:20:46.135Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-27T03:20:46.135Z] Optional (for encrypted networks): [2020-10-27T03:20:46.307Z] #65 DONE 2.1s [2020-10-27T03:20:46.307Z] [2020-10-27T03:20:46.307Z] #66 exporting to image [2020-10-27T03:20:46.307Z] #66 exporting layers [2020-10-27T03:20:46.427Z] - CONFIG_CRYPTO: enabled [2020-10-27T03:20:46.427Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_XFRM: enabled [2020-10-27T03:20:46.427Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-10-27T03:20:46.427Z] - "ipvlan": [2020-10-27T03:20:46.427Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-27T03:20:46.427Z] - "macvlan": [2020-10-27T03:20:46.427Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_DUMMY: enabled (as module) [2020-10-27T03:20:46.427Z] - "ftp,tftp client in container": [2020-10-27T03:20:46.427Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-27T03:20:46.427Z] - Storage Drivers: [2020-10-27T03:20:46.427Z] - "aufs": [2020-10-27T03:20:46.427Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-27T03:20:46.427Z] - "btrfs": [2020-10-27T03:20:46.427Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-27T03:20:46.427Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-27T03:20:46.427Z] - "devicemapper": [2020-10-27T03:20:46.427Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-27T03:20:46.427Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-27T03:20:46.427Z] - "overlay": [2020-10-27T03:20:46.427Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-27T03:20:46.427Z] - "zfs": [2020-10-27T03:20:46.427Z] - /dev/zfs: missing [2020-10-27T03:20:46.427Z] - zfs command: missing [2020-10-27T03:20:46.427Z] - zpool command: missing [2020-10-27T03:20:46.427Z] [2020-10-27T03:20:46.427Z] Limits: [2020-10-27T03:20:46.427Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-27T03:20:46.427Z] [2020-10-27T03:20:46.427Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-27T03:20:46.756Z] + docker version [2020-10-27T03:20:46.756Z] Client: Docker Engine - Enterprise [2020-10-27T03:20:46.756Z] Version: 19.03.12 [2020-10-27T03:20:46.756Z] API version: 1.40 [2020-10-27T03:20:46.756Z] Go version: go1.13.13 [2020-10-27T03:20:46.756Z] Git commit: 4306744 [2020-10-27T03:20:46.756Z] Built: 08/05/2020 19:27:53 [2020-10-27T03:20:46.756Z] OS/Arch: windows/amd64 [2020-10-27T03:20:46.756Z] Experimental: false [2020-10-27T03:20:46.756Z] [2020-10-27T03:20:46.756Z] Server: Docker Engine - Enterprise [2020-10-27T03:20:46.756Z] Engine: [2020-10-27T03:20:46.756Z] Version: 19.03.12 [2020-10-27T03:20:46.756Z] API version: 1.40 (minimum version 1.24) [2020-10-27T03:20:46.756Z] Go version: go1.13.13 [2020-10-27T03:20:46.756Z] Git commit: f295753ffd [2020-10-27T03:20:46.756Z] Built: 08/05/2020 19:26:41 [2020-10-27T03:20:46.756Z] OS/Arch: windows/amd64 [2020-10-27T03:20:46.756Z] Experimental: true [2020-10-27T03:20:46.873Z] + make bundles/buildx [Pipeline] sh [2020-10-27T03:20:47.166Z] make: command: Command not found [2020-10-27T03:20:47.166Z] make: command: Command not found [2020-10-27T03:20:47.166Z] mkdir bundles [2020-10-27T03:20:47.166Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-10-27T03:20:47.166Z] --build-arg BUILDX_COMMIT \ [2020-10-27T03:20:47.166Z] --build-arg BUILDX_REPO \ [2020-10-27T03:20:47.166Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-10-27T03:20:47.166Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-10-27T03:20:47.166Z] . [2020-10-27T03:20:47.166Z] /bin/sh: 4: go: not found [2020-10-27T03:20:47.166Z] /bin/sh: 5: go: not found [2020-10-27T03:20:47.571Z] #30 ... [2020-10-27T03:20:47.571Z] [2020-10-27T03:20:47.571Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-27T03:20:47.571Z] #25 5.580 Updating certificates in /etc/ssl/certs... [2020-10-27T03:20:47.571Z] #25 6.863 126 added, 0 removed; done. [2020-10-27T03:20:47.571Z] #25 6.863 Setting up libgssapi-krb5-2:s390x (1.17-3) ... [2020-10-27T03:20:47.571Z] #25 6.863 Setting up jq (1.5+dfsg-2+b1) ... [2020-10-27T03:20:47.571Z] #25 6.863 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-10-27T03:20:47.571Z] #25 6.863 Setting up curl (7.64.0-4+deb10u1) ... [2020-10-27T03:20:47.571Z] #25 6.863 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:20:47.571Z] #25 6.863 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-10-27T03:20:47.571Z] #25 6.863 Updating certificates in /etc/ssl/certs... [2020-10-27T03:20:47.571Z] #25 7.580 0 added, 0 removed; done. [2020-10-27T03:20:47.571Z] #25 7.580 Running hooks in /etc/ca-certificates/update.d... [2020-10-27T03:20:47.571Z] #25 7.587 done. [2020-10-27T03:20:47.571Z] #25 DONE 7.9s [2020-10-27T03:20:47.571Z] [2020-10-27T03:20:47.571Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-27T03:20:47.805Z] + docker info [2020-10-27T03:20:47.864Z] #26 DONE 0.4s [2020-10-27T03:20:47.865Z] [2020-10-27T03:20:47.865Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:20:48.221Z] #66 exporting layers 1.5s done [2020-10-27T03:20:48.221Z] #66 writing image sha256:0fdfce99585433269b38be407fbed2d5f52203b7345b1eec0196fa7925487db0 [2020-10-27T03:20:48.221Z] #66 writing image sha256:0fdfce99585433269b38be407fbed2d5f52203b7345b1eec0196fa7925487db0 done [2020-10-27T03:20:48.221Z] #66 naming to docker.io/library/docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a done [2020-10-27T03:20:48.221Z] #66 DONE 1.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-10-27T03:20:48.562Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/test/unit [2020-10-27T03:20:49.278Z] Sending build context to Docker daemon 56.83MB [2020-10-27T03:20:49.278Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-10-27T03:20:49.278Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-10-27T03:20:49.278Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-10-27T03:20:49.278Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-10-27T03:20:49.278Z] 1.13.15-buster: Pulling from library/golang [2020-10-27T03:20:49.360Z] Client: [2020-10-27T03:20:49.360Z] Debug Mode: false [2020-10-27T03:20:49.360Z] Plugins: [2020-10-27T03:20:49.360Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-10-27T03:20:49.360Z] [2020-10-27T03:20:49.360Z] Server: [2020-10-27T03:20:49.360Z] Containers: 0 [2020-10-27T03:20:49.360Z] Running: 0 [2020-10-27T03:20:49.360Z] Paused: 0 [2020-10-27T03:20:49.360Z] Stopped: 0 [2020-10-27T03:20:49.360Z] Images: 10 [2020-10-27T03:20:49.360Z] Server Version: 19.03.12 [2020-10-27T03:20:49.360Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-10-27T03:20:49.360Z] Windows: [2020-10-27T03:20:49.360Z] LCOW: [2020-10-27T03:20:49.360Z] Logging Driver: json-file [2020-10-27T03:20:49.360Z] Plugins: [2020-10-27T03:20:49.360Z] Volume: local [2020-10-27T03:20:49.360Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-10-27T03:20:49.360Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-10-27T03:20:49.360Z] Swarm: inactive [2020-10-27T03:20:49.360Z] Default Isolation: process [2020-10-27T03:20:49.360Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-10-27T03:20:49.360Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-10-27T03:20:49.360Z] OSType: windows [2020-10-27T03:20:49.360Z] Architecture: x86_64 [2020-10-27T03:20:49.360Z] CPUs: 4 [2020-10-27T03:20:49.360Z] Total Memory: 32GiB [2020-10-27T03:20:49.360Z] Name: azwin-2-d8e6d0 [2020-10-27T03:20:49.360Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-10-27T03:20:49.360Z] Docker Root Dir: D:\docker [2020-10-27T03:20:49.360Z] Debug Mode: false [2020-10-27T03:20:49.360Z] Registry: https://index.docker.io/v1/ [2020-10-27T03:20:49.360Z] Labels: [2020-10-27T03:20:49.360Z] Experimental: true [2020-10-27T03:20:49.360Z] Insecure Registries: [2020-10-27T03:20:49.360Z] 10.0.0.4:5000 [2020-10-27T03:20:49.360Z] 127.0.0.0/8 [2020-10-27T03:20:49.360Z] Registry Mirrors: [2020-10-27T03:20:49.360Z] http://10.0.0.4:5000/ [2020-10-27T03:20:49.360Z] Live Restore Enabled: false [2020-10-27T03:20:49.360Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-10-27T03:20:49.575Z] db4e2d8d5901: Pulling fs layer [2020-10-27T03:20:49.575Z] dfe2d012519c: Pulling fs layer [2020-10-27T03:20:49.575Z] 5d8f1d1f9197: Pulling fs layer [2020-10-27T03:20:49.575Z] 1301750ffb48: Pulling fs layer [2020-10-27T03:20:49.575Z] dc5c6edc9cff: Pulling fs layer [2020-10-27T03:20:49.575Z] 3c370c2e2f82: Pulling fs layer [2020-10-27T03:20:49.575Z] 5ffb2f5886e2: Pulling fs layer [2020-10-27T03:20:49.575Z] dc5c6edc9cff: Waiting [2020-10-27T03:20:49.575Z] 3c370c2e2f82: Waiting [2020-10-27T03:20:49.575Z] 5ffb2f5886e2: Waiting [2020-10-27T03:20:49.575Z] 1301750ffb48: Waiting [2020-10-27T03:20:50.039Z] #27 1.938 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-10-27T03:20:50.039Z] #27 2.256 [2020-10-27T03:20:50.221Z] dfe2d012519c: Verifying Checksum [2020-10-27T03:20:50.221Z] dfe2d012519c: Download complete [2020-10-27T03:20:50.221Z] 5d8f1d1f9197: Verifying Checksum [2020-10-27T03:20:50.221Z] 5d8f1d1f9197: Download complete [2020-10-27T03:20:51.757Z] db4e2d8d5901: Verifying Checksum [2020-10-27T03:20:51.757Z] db4e2d8d5901: Download complete [2020-10-27T03:20:52.082Z] #27 2.434 0.5% ### 5.1% ######## 11.9% ########### 16.4% ################ 23.1% ####################### 32.1% ############################### 43.4% #################################### 50.1% ########################################## 59.1% ############################################### 65.8% #################################################### 72.6% ########################################################## 81.6% ############################################################### 88.4% #################################################################### 95.1% ####################################################################### 99.6% ######################################################################## 100.0% [2020-10-27T03:20:52.774Z] ? github.com/docker/docker/api [no test files] [2020-10-27T03:20:52.837Z] 1301750ffb48: Verifying Checksum [2020-10-27T03:20:52.837Z] 1301750ffb48: Download complete [2020-10-27T03:20:52.837Z] 5ffb2f5886e2: Verifying Checksum [2020-10-27T03:20:52.837Z] 5ffb2f5886e2: Download complete [2020-10-27T03:20:53.826Z] #27 4.599 #=#=# ##O#- # ##O=# # #=#=-# # -#O#- # # -=#=# # # -=O#- # # # -=O=# # # # [2020-10-27T03:20:53.826Z] #27 ... [2020-10-27T03:20:53.826Z] [2020-10-27T03:20:53.826Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:53.826Z] #22 2.816 + RM_GOPATH=0 [2020-10-27T03:20:53.826Z] #22 2.816 + TMP_GOPATH= [2020-10-27T03:20:53.826Z] #22 2.816 + : /build [2020-10-27T03:20:53.826Z] #22 2.816 + '[' -z '' ']' [2020-10-27T03:20:53.826Z] #22 2.816 ++ mktemp -d [2020-10-27T03:20:53.826Z] #22 2.816 + export GOPATH=/tmp/tmp.ISFv1fI88v [2020-10-27T03:20:53.826Z] #22 2.816 + GOPATH=/tmp/tmp.ISFv1fI88v [2020-10-27T03:20:53.826Z] #22 2.816 + RM_GOPATH=1 [2020-10-27T03:20:53.826Z] #22 2.816 + case "$(go env GOARCH)" in [2020-10-27T03:20:53.826Z] #22 2.833 ++ go env GOARCH [2020-10-27T03:20:53.826Z] #22 2.838 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:53.826Z] #22 2.838 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:53.826Z] #22 2.838 ++ dirname /tmp/install/install.sh [2020-10-27T03:20:53.826Z] #22 2.875 + dir=/tmp/install [2020-10-27T03:20:53.826Z] #22 2.875 + bin=dockercli [2020-10-27T03:20:53.826Z] #22 2.875 + shift [2020-10-27T03:20:53.826Z] #22 2.875 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-10-27T03:20:53.826Z] #22 2.875 + . /tmp/install/dockercli.installer [2020-10-27T03:20:53.826Z] #22 2.875 ++ : stable [2020-10-27T03:20:53.826Z] #22 2.875 ++ : 17.06.2-ce [2020-10-27T03:20:53.826Z] #22 2.875 + install_dockercli [2020-10-27T03:20:53.826Z] #22 2.875 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-10-27T03:20:53.826Z] #22 2.875 ++ uname -m [2020-10-27T03:20:53.826Z] #22 2.875 + arch=s390x [2020-10-27T03:20:53.826Z] #22 2.875 + '[' s390x '!=' x86_64 ']' [2020-10-27T03:20:53.826Z] #22 2.875 + '[' s390x '!=' s390x ']' [2020-10-27T03:20:53.826Z] #22 2.875 + url=https://download.docker.com/linux/static [2020-10-27T03:20:53.826Z] #22 2.875 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-10-27T03:20:53.826Z] #22 2.875 + tar -xz docker/docker [2020-10-27T03:20:53.826Z] #22 2.881 Install docker/cli version 17.06.2-ce from stable [2020-10-27T03:20:53.826Z] #22 8.818 + mkdir -p /build [2020-10-27T03:20:53.826Z] #22 8.819 + mv docker/docker /build/ [2020-10-27T03:20:53.826Z] #22 8.826 + rmdir docker [2020-10-27T03:20:53.826Z] #22 DONE 9.3s [2020-10-27T03:20:53.826Z] [2020-10-27T03:20:53.826Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:53.826Z] #47 3.088 + RM_GOPATH=0 [2020-10-27T03:20:53.826Z] #47 3.088 + TMP_GOPATH= [2020-10-27T03:20:53.826Z] #47 3.088 + : /build [2020-10-27T03:20:53.826Z] #47 3.088 + '[' -z '' ']' [2020-10-27T03:20:53.826Z] #47 3.088 ++ mktemp -d [2020-10-27T03:20:53.826Z] #47 3.092 + export GOPATH=/tmp/tmp.ZEkYmlHcHv [2020-10-27T03:20:53.826Z] #47 3.092 + GOPATH=/tmp/tmp.ZEkYmlHcHv [2020-10-27T03:20:53.826Z] #47 3.092 + RM_GOPATH=1 [2020-10-27T03:20:53.826Z] #47 3.092 + case "$(go env GOARCH)" in [2020-10-27T03:20:53.826Z] #47 3.092 ++ go env GOARCH [2020-10-27T03:20:53.826Z] #47 3.116 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:53.826Z] #47 3.116 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:53.826Z] #47 3.116 ++ dirname /tmp/install/install.sh [2020-10-27T03:20:53.826Z] #47 3.116 + dir=/tmp/install [2020-10-27T03:20:53.826Z] #47 3.116 + bin=golangci_lint [2020-10-27T03:20:53.826Z] #47 3.116 + shift [2020-10-27T03:20:53.826Z] #47 3.116 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-10-27T03:20:53.826Z] #47 3.116 + . /tmp/install/golangci_lint.installer [2020-10-27T03:20:53.826Z] #47 3.116 ++ : v1.23.8 [2020-10-27T03:20:53.826Z] #47 3.116 + install_golangci_lint [2020-10-27T03:20:53.826Z] #47 3.116 + set -e [2020-10-27T03:20:53.826Z] #47 3.116 + export GO111MODULE=on [2020-10-27T03:20:53.826Z] #47 3.116 + GO111MODULE=on [2020-10-27T03:20:53.826Z] #47 3.116 + GOBIN=/build [2020-10-27T03:20:53.826Z] #47 3.116 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-10-27T03:20:53.826Z] #47 3.145 go: finding github.com v1.23.8 [2020-10-27T03:20:53.826Z] #47 3.167 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-10-27T03:20:53.826Z] #47 3.167 go: finding github.com/golangci v1.23.8 [2020-10-27T03:20:53.826Z] #47 3.167 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-10-27T03:20:53.826Z] #47 3.167 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-10-27T03:20:53.826Z] #47 3.628 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-10-27T03:20:53.826Z] #47 4.035 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-10-27T03:20:53.826Z] #47 7.174 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-10-27T03:20:53.826Z] #47 7.204 go: downloading github.com/pkg/errors v0.8.1 [2020-10-27T03:20:53.826Z] #47 7.204 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-10-27T03:20:53.826Z] #47 7.218 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-10-27T03:20:53.826Z] #47 7.255 go: downloading github.com/spf13/pflag v1.0.5 [2020-10-27T03:20:53.826Z] #47 7.256 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-10-27T03:20:53.826Z] #47 7.292 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-10-27T03:20:53.826Z] #47 7.294 go: downloading github.com/spf13/cobra v0.0.5 [2020-10-27T03:20:53.826Z] #47 7.302 go: downloading github.com/fatih/color v1.7.0 [2020-10-27T03:20:53.826Z] #47 7.327 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-10-27T03:20:53.826Z] #47 7.340 go: extracting github.com/pkg/errors v0.8.1 [2020-10-27T03:20:53.826Z] #47 7.371 go: downloading github.com/stretchr/testify v1.4.0 [2020-10-27T03:20:53.826Z] #47 7.383 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-10-27T03:20:53.826Z] #47 7.518 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-10-27T03:20:53.826Z] #47 7.524 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-10-27T03:20:53.826Z] #47 7.565 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-10-27T03:20:53.827Z] #47 7.637 go: extracting github.com/spf13/pflag v1.0.5 [2020-10-27T03:20:53.827Z] #47 7.693 go: extracting github.com/fatih/color v1.7.0 [2020-10-27T03:20:53.827Z] #47 7.694 go: downloading github.com/spf13/viper v1.6.1 [2020-10-27T03:20:53.827Z] #47 7.843 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-10-27T03:20:53.827Z] #47 7.894 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-10-27T03:20:53.827Z] #47 7.894 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-10-27T03:20:53.827Z] #47 7.902 go: extracting github.com/stretchr/testify v1.4.0 [2020-10-27T03:20:53.827Z] #47 7.908 go: extracting github.com/spf13/cobra v0.0.5 [2020-10-27T03:20:53.827Z] #47 8.017 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-10-27T03:20:53.827Z] #47 8.086 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-10-27T03:20:53.827Z] #47 8.247 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-10-27T03:20:53.827Z] #47 8.327 go: extracting github.com/spf13/viper v1.6.1 [2020-10-27T03:20:53.827Z] #47 8.336 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-10-27T03:20:53.827Z] #47 8.350 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-10-27T03:20:53.827Z] #47 8.394 go: downloading github.com/stretchr/objx v0.2.0 [2020-10-27T03:20:53.827Z] #47 8.566 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-10-27T03:20:53.827Z] #47 8.606 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-10-27T03:20:53.827Z] #47 8.685 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-10-27T03:20:53.827Z] #47 8.886 go: extracting github.com/stretchr/objx v0.2.0 [2020-10-27T03:20:53.827Z] #47 8.892 go: downloading github.com/subosito/gotenv v1.2.0 [2020-10-27T03:20:53.827Z] #47 8.894 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-10-27T03:20:53.827Z] #47 8.996 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-10-27T03:20:53.827Z] #47 9.016 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-10-27T03:20:53.827Z] #47 9.214 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-10-27T03:20:53.827Z] #47 9.248 go: extracting github.com/subosito/gotenv v1.2.0 [2020-10-27T03:20:53.827Z] #47 9.262 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-10-27T03:20:53.827Z] #47 9.379 go: downloading github.com/spf13/cast v1.3.0 [2020-10-27T03:20:53.827Z] #47 ... [2020-10-27T03:20:53.827Z] [2020-10-27T03:20:53.827Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:20:53.895Z] dc5c6edc9cff: Verifying Checksum [2020-10-27T03:20:53.895Z] dc5c6edc9cff: Download complete [2020-10-27T03:20:54.429Z] #27 4.599 #=#=# ##O#- # ##O=# # #=#=-# # -#O#- # # -=#=# # # -=O#- # # # -=O=# # # # -=O=-# # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # [2020-10-27T03:20:54.429Z] #27 ... [2020-10-27T03:20:54.429Z] [2020-10-27T03:20:54.429Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:54.429Z] #56 2.145 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-27T03:20:54.429Z] #56 2.145 + RM_GOPATH=0 [2020-10-27T03:20:54.429Z] #56 2.145 + TMP_GOPATH= [2020-10-27T03:20:54.429Z] #56 2.145 + : /build [2020-10-27T03:20:54.429Z] #56 2.145 + '[' -z '' ']' [2020-10-27T03:20:54.429Z] #56 2.145 ++ mktemp -d [2020-10-27T03:20:54.429Z] #56 2.145 + export GOPATH=/tmp/tmp.XXmCssRULC [2020-10-27T03:20:54.429Z] #56 2.145 + GOPATH=/tmp/tmp.XXmCssRULC [2020-10-27T03:20:54.429Z] #56 2.145 + RM_GOPATH=1 [2020-10-27T03:20:54.429Z] #56 2.145 + case "$(go env GOARCH)" in [2020-10-27T03:20:54.429Z] #56 2.145 ++ go env GOARCH [2020-10-27T03:20:54.429Z] #56 2.145 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:54.429Z] #56 2.145 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:54.429Z] #56 2.145 ++ dirname /tmp/install/install.sh [2020-10-27T03:20:54.429Z] #56 2.145 + dir=/tmp/install [2020-10-27T03:20:54.429Z] #56 2.145 + bin=rootlesskit [2020-10-27T03:20:54.429Z] #56 2.145 + shift [2020-10-27T03:20:54.429Z] #56 2.145 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-10-27T03:20:54.429Z] #56 2.145 + . /tmp/install/rootlesskit.installer [2020-10-27T03:20:54.429Z] #56 2.145 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-27T03:20:54.429Z] #56 2.145 + install_rootlesskit [2020-10-27T03:20:54.429Z] #56 2.145 + case "$1" in [2020-10-27T03:20:54.429Z] #56 2.145 + export CGO_ENABLED=0 [2020-10-27T03:20:54.429Z] #56 2.145 + CGO_ENABLED=0 [2020-10-27T03:20:54.429Z] #56 2.145 + _install_rootlesskit [2020-10-27T03:20:54.429Z] #56 2.145 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-10-27T03:20:54.429Z] #56 2.145 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.XXmCssRULC/src/github.com/rootless-containers/rootlesskit [2020-10-27T03:20:54.429Z] #56 2.145 Cloning into '/tmp/tmp.XXmCssRULC/src/github.com/rootless-containers/rootlesskit'... [2020-10-27T03:20:54.429Z] #56 4.835 + cd /tmp/tmp.XXmCssRULC/src/github.com/rootless-containers/rootlesskit [2020-10-27T03:20:54.429Z] #56 4.836 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-27T03:20:54.429Z] #56 5.146 + for f in rootlesskit rootlesskit-docker-proxy [2020-10-27T03:20:54.429Z] #56 5.176 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-10-27T03:20:54.720Z] #56 ... [2020-10-27T03:20:54.720Z] [2020-10-27T03:20:54.720Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:20:54.720Z] #43 2.910 + RM_GOPATH=0 [2020-10-27T03:20:54.720Z] #43 2.910 + TMP_GOPATH= [2020-10-27T03:20:54.720Z] #43 2.910 + : /build [2020-10-27T03:20:54.720Z] #43 2.910 + '[' -z '' ']' [2020-10-27T03:20:54.720Z] #43 2.915 ++ mktemp -d [2020-10-27T03:20:54.720Z] #43 2.915 + export GOPATH=/tmp/tmp.aP5YJeadPn [2020-10-27T03:20:54.720Z] #43 2.915 + GOPATH=/tmp/tmp.aP5YJeadPn [2020-10-27T03:20:54.720Z] #43 2.915 + RM_GOPATH=1 [2020-10-27T03:20:54.720Z] #43 2.915 + case "$(go env GOARCH)" in [2020-10-27T03:20:54.720Z] #43 2.915 ++ go env GOARCH [2020-10-27T03:20:54.720Z] #43 2.926 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-10-27T03:20:54.720Z] #43 2.926 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:54.720Z] #43 2.926 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:54.720Z] #43 2.926 ++ dirname /tmp/install/install.sh [2020-10-27T03:20:54.720Z] #43 2.926 + dir=/tmp/install [2020-10-27T03:20:54.720Z] #43 2.926 + bin=vndr [2020-10-27T03:20:54.720Z] #43 2.926 + shift [2020-10-27T03:20:54.720Z] #43 2.926 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-10-27T03:20:54.720Z] #43 2.926 + . /tmp/install/vndr.installer [2020-10-27T03:20:54.720Z] #43 2.926 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-10-27T03:20:54.720Z] #43 2.926 + install_vndr [2020-10-27T03:20:54.720Z] #43 2.926 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-10-27T03:20:54.720Z] #43 2.926 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.aP5YJeadPn/src/github.com/LK4D4/vndr [2020-10-27T03:20:54.720Z] #43 2.940 Cloning into '/tmp/tmp.aP5YJeadPn/src/github.com/LK4D4/vndr'... [2020-10-27T03:20:54.720Z] #43 3.538 + cd /tmp/tmp.aP5YJeadPn/src/github.com/LK4D4/vndr [2020-10-27T03:20:54.721Z] #43 3.538 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-10-27T03:20:54.721Z] #43 3.573 + go build -buildmode=pie -v -o /build/vndr . [2020-10-27T03:20:54.721Z] #43 4.553 internal/race [2020-10-27T03:20:54.721Z] #43 4.665 runtime [2020-10-27T03:20:54.721Z] #43 4.730 sync/atomic [2020-10-27T03:20:54.721Z] #43 5.174 unicode [2020-10-27T03:20:54.721Z] #43 7.922 unicode/utf8 [2020-10-27T03:20:54.721Z] #43 8.283 math [2020-10-27T03:20:54.721Z] #43 ... [2020-10-27T03:20:54.721Z] [2020-10-27T03:20:54.721Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:20:54.721Z] #11 3.785 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:20:54.721Z] #11 3.847 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:20:54.721Z] #11 3.847 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:20:54.721Z] #11 4.646 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-10-27T03:20:54.721Z] #11 5.932 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-10-27T03:20:54.721Z] #11 7.711 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-10-27T03:20:54.721Z] #11 ... [2020-10-27T03:20:54.721Z] [2020-10-27T03:20:54.721Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:20:54.721Z] #40 3.778 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:20:54.721Z] #40 3.823 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:20:54.721Z] #40 3.876 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:20:54.721Z] #40 4.387 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-10-27T03:20:54.721Z] #40 6.247 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-10-27T03:20:54.721Z] #40 8.236 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-10-27T03:20:55.020Z] #40 ... [2020-10-27T03:20:55.020Z] [2020-10-27T03:20:55.020Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:55.020Z] #45 2.697 + RM_GOPATH=0 [2020-10-27T03:20:55.020Z] #45 2.697 + TMP_GOPATH= [2020-10-27T03:20:55.020Z] #45 2.697 + : /build [2020-10-27T03:20:55.020Z] #45 2.697 + '[' -z '' ']' [2020-10-27T03:20:55.020Z] #45 2.697 ++ mktemp -d [2020-10-27T03:20:55.020Z] #45 2.697 + export GOPATH=/tmp/tmp.oLbkB9sQJ9 [2020-10-27T03:20:55.020Z] #45 2.697 + GOPATH=/tmp/tmp.oLbkB9sQJ9 [2020-10-27T03:20:55.020Z] #45 2.697 + RM_GOPATH=1 [2020-10-27T03:20:55.020Z] #45 2.697 + case "$(go env GOARCH)" in [2020-10-27T03:20:55.020Z] #45 2.697 ++ go env GOARCH [2020-10-27T03:20:55.020Z] #45 2.705 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:55.020Z] #45 2.705 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:55.020Z] #45 2.705 ++ dirname /tmp/install/install.sh [2020-10-27T03:20:55.020Z] #45 2.705 + dir=/tmp/install [2020-10-27T03:20:55.020Z] #45 2.705 + bin=gotestsum [2020-10-27T03:20:55.020Z] #45 2.705 + shift [2020-10-27T03:20:55.020Z] #45 2.705 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-10-27T03:20:55.020Z] #45 2.705 + . /tmp/install/gotestsum.installer [2020-10-27T03:20:55.020Z] #45 2.705 ++ : v0.5.3 [2020-10-27T03:20:55.020Z] #45 2.705 + install_gotestsum [2020-10-27T03:20:55.020Z] #45 2.705 + set -e [2020-10-27T03:20:55.020Z] #45 2.705 + export GO111MODULE=on [2020-10-27T03:20:55.020Z] #45 2.705 + GO111MODULE=on [2020-10-27T03:20:55.020Z] #45 2.705 + GOBIN=/build [2020-10-27T03:20:55.020Z] #45 2.705 + go get gotest.tools/gotestsum@v0.5.3 [2020-10-27T03:20:55.020Z] #45 2.712 go: finding gotest.tools/gotestsum v0.5.3 [2020-10-27T03:20:55.020Z] #45 2.712 go: finding gotest.tools v0.5.3 [2020-10-27T03:20:55.020Z] #45 2.896 go: downloading gotest.tools/gotestsum v0.5.3 [2020-10-27T03:20:55.020Z] #45 3.091 go: extracting gotest.tools/gotestsum v0.5.3 [2020-10-27T03:20:55.020Z] #45 5.260 go: downloading github.com/pkg/errors v0.9.1 [2020-10-27T03:20:55.020Z] #45 5.260 go: downloading github.com/spf13/pflag v1.0.3 [2020-10-27T03:20:55.020Z] #45 5.261 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-27T03:20:55.020Z] #45 5.264 go: downloading github.com/fatih/color v1.9.0 [2020-10-27T03:20:55.020Z] #45 5.286 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-27T03:20:55.020Z] #45 5.330 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-27T03:20:55.020Z] #45 5.389 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-27T03:20:55.020Z] #45 5.455 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-27T03:20:55.020Z] #45 5.478 go: extracting github.com/pkg/errors v0.9.1 [2020-10-27T03:20:55.020Z] #45 5.600 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-27T03:20:55.020Z] #45 5.643 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-10-27T03:20:55.020Z] #45 5.644 go: extracting github.com/spf13/pflag v1.0.3 [2020-10-27T03:20:55.020Z] #45 5.655 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-27T03:20:55.020Z] #45 5.660 go: extracting github.com/fatih/color v1.9.0 [2020-10-27T03:20:55.020Z] #45 5.837 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-10-27T03:20:55.020Z] #45 5.837 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-10-27T03:20:55.020Z] #45 6.020 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-10-27T03:20:55.020Z] #45 6.021 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-10-27T03:20:55.020Z] #45 6.197 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-10-27T03:20:55.020Z] #45 7.427 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-27T03:20:55.020Z] #45 8.104 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-27T03:20:55.020Z] #45 8.292 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-27T03:20:55.020Z] #45 ... [2020-10-27T03:20:55.020Z] [2020-10-27T03:20:55.020Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:20:55.020Z] #34 2.759 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:20:55.020Z] #34 2.882 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:20:55.020Z] #34 2.998 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:20:55.020Z] #34 3.628 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-10-27T03:20:55.020Z] #34 4.946 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-10-27T03:20:55.020Z] #34 6.249 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-10-27T03:20:55.020Z] #34 ... [2020-10-27T03:20:55.020Z] [2020-10-27T03:20:55.020Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:55.020Z] #32 2.554 + RM_GOPATH=0 [2020-10-27T03:20:55.020Z] #32 2.554 + TMP_GOPATH= [2020-10-27T03:20:55.020Z] #32 2.554 + : /build [2020-10-27T03:20:55.020Z] #32 2.554 + '[' -z '' ']' [2020-10-27T03:20:55.020Z] #32 2.554 ++ mktemp -d [2020-10-27T03:20:55.020Z] #32 2.554 + export GOPATH=/tmp/tmp.jB0UqkrixR [2020-10-27T03:20:55.020Z] #32 2.554 + GOPATH=/tmp/tmp.jB0UqkrixR [2020-10-27T03:20:55.020Z] #32 2.554 + RM_GOPATH=1 [2020-10-27T03:20:55.020Z] #32 2.554 + case "$(go env GOARCH)" in [2020-10-27T03:20:55.020Z] #32 2.554 ++ go env GOARCH [2020-10-27T03:20:55.020Z] #32 2.554 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:55.020Z] #32 2.554 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:55.020Z] #32 2.554 ++ dirname /tmp/install/install.sh [2020-10-27T03:20:55.020Z] #32 2.554 + dir=/tmp/install [2020-10-27T03:20:55.020Z] #32 2.554 + bin=tomlv [2020-10-27T03:20:55.020Z] #32 2.554 + shift [2020-10-27T03:20:55.020Z] #32 2.554 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-10-27T03:20:55.020Z] #32 2.554 + . /tmp/install/tomlv.installer [2020-10-27T03:20:55.020Z] #32 2.554 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-27T03:20:55.020Z] #32 2.554 + install_tomlv [2020-10-27T03:20:55.020Z] #32 2.554 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-10-27T03:20:55.020Z] #32 2.554 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.jB0UqkrixR/src/github.com/BurntSushi/toml [2020-10-27T03:20:55.020Z] #32 2.554 Cloning into '/tmp/tmp.jB0UqkrixR/src/github.com/BurntSushi/toml'... [2020-10-27T03:20:55.020Z] #32 2.554 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-27T03:20:55.020Z] #32 3.168 + cd /tmp/tmp.jB0UqkrixR/src/github.com/BurntSushi/toml [2020-10-27T03:20:55.020Z] #32 3.168 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-27T03:20:55.020Z] #32 3.168 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-10-27T03:20:55.020Z] #32 3.537 runtime/internal/atomic [2020-10-27T03:20:55.020Z] #32 3.539 internal/cpu [2020-10-27T03:20:55.020Z] #32 3.732 runtime/internal/sys [2020-10-27T03:20:55.020Z] #32 3.949 runtime/internal/math [2020-10-27T03:20:55.020Z] #32 4.024 internal/bytealg [2020-10-27T03:20:55.020Z] #32 4.024 math/bits [2020-10-27T03:20:55.020Z] #32 4.336 runtime [2020-10-27T03:20:55.020Z] #32 4.375 math [2020-10-27T03:20:55.020Z] #32 8.740 internal/testlog [2020-10-27T03:20:55.020Z] #32 8.988 encoding [2020-10-27T03:20:55.020Z] #32 9.185 runtime/cgo [2020-10-27T03:20:55.318Z] #32 ... [2020-10-27T03:20:55.318Z] [2020-10-27T03:20:55.318Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:20:55.318Z] #38 3.484 + git clone https://github.com/docker/distribution.git . [2020-10-27T03:20:55.318Z] #38 3.484 Cloning into '.'... [2020-10-27T03:20:55.318Z] #38 ... [2020-10-27T03:20:55.318Z] [2020-10-27T03:20:55.318Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:55.318Z] #62 2.998 + RM_GOPATH=0 [2020-10-27T03:20:55.318Z] #62 2.998 + TMP_GOPATH= [2020-10-27T03:20:55.318Z] #62 2.998 + : /build [2020-10-27T03:20:55.318Z] #62 2.998 + '[' -z '' ']' [2020-10-27T03:20:55.318Z] #62 2.998 ++ mktemp -d [2020-10-27T03:20:55.318Z] #62 2.998 + export GOPATH=/tmp/tmp.4aT3Zfqb5p [2020-10-27T03:20:55.318Z] #62 2.998 + GOPATH=/tmp/tmp.4aT3Zfqb5p [2020-10-27T03:20:55.318Z] #62 2.998 + RM_GOPATH=1 [2020-10-27T03:20:55.318Z] #62 2.998 + case "$(go env GOARCH)" in [2020-10-27T03:20:55.318Z] #62 2.998 ++ go env GOARCH [2020-10-27T03:20:55.318Z] #62 2.998 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:55.318Z] #62 2.998 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:55.318Z] #62 2.998 ++ dirname /tmp/install/install.sh [2020-10-27T03:20:55.318Z] #62 3.003 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-27T03:20:55.318Z] #62 3.003 + dir=/tmp/install [2020-10-27T03:20:55.318Z] #62 3.003 + bin=proxy [2020-10-27T03:20:55.318Z] #62 3.003 + shift [2020-10-27T03:20:55.318Z] #62 3.003 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-10-27T03:20:55.318Z] #62 3.003 + . /tmp/install/proxy.installer [2020-10-27T03:20:55.318Z] #62 3.003 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-27T03:20:55.318Z] #62 3.003 + install_proxy [2020-10-27T03:20:55.318Z] #62 3.003 + case "$1" in [2020-10-27T03:20:55.318Z] #62 3.003 + export CGO_ENABLED=0 [2020-10-27T03:20:55.318Z] #62 3.003 + CGO_ENABLED=0 [2020-10-27T03:20:55.318Z] #62 3.003 + _install_proxy [2020-10-27T03:20:55.319Z] #62 3.003 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-10-27T03:20:55.319Z] #62 3.003 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.4aT3Zfqb5p/src/github.com/docker/libnetwork [2020-10-27T03:20:55.319Z] #62 3.004 Cloning into '/tmp/tmp.4aT3Zfqb5p/src/github.com/docker/libnetwork'... [2020-10-27T03:20:55.613Z] #62 ... [2020-10-27T03:20:55.613Z] [2020-10-27T03:20:55.613Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:20:55.613Z] #49 3.168 + RM_GOPATH=0 [2020-10-27T03:20:55.613Z] #49 3.168 + TMP_GOPATH= [2020-10-27T03:20:55.613Z] #49 3.168 + : /build [2020-10-27T03:20:55.613Z] #49 3.168 + '[' -z '' ']' [2020-10-27T03:20:55.613Z] #49 3.168 ++ mktemp -d [2020-10-27T03:20:55.613Z] #49 3.168 + export GOPATH=/tmp/tmp.0TzSmPJtjb [2020-10-27T03:20:55.613Z] #49 3.168 + GOPATH=/tmp/tmp.0TzSmPJtjb [2020-10-27T03:20:55.613Z] #49 3.168 + RM_GOPATH=1 [2020-10-27T03:20:55.613Z] #49 3.168 + case "$(go env GOARCH)" in [2020-10-27T03:20:55.613Z] #49 3.168 ++ go env GOARCH [2020-10-27T03:20:55.613Z] #49 3.198 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-27T03:20:55.613Z] #49 3.199 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:55.613Z] #49 3.199 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:20:55.613Z] #49 3.199 ++ dirname /tmp/install/install.sh [2020-10-27T03:20:55.613Z] #49 3.199 + dir=/tmp/install [2020-10-27T03:20:55.613Z] #49 3.199 + bin=shfmt [2020-10-27T03:20:55.613Z] #49 3.199 + shift [2020-10-27T03:20:55.613Z] #49 3.199 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-10-27T03:20:55.613Z] #49 3.199 + . /tmp/install/shfmt.installer [2020-10-27T03:20:55.613Z] #49 3.199 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-27T03:20:55.613Z] #49 3.199 + install_shfmt [2020-10-27T03:20:55.613Z] #49 3.199 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-10-27T03:20:55.613Z] #49 3.199 + git clone https://github.com/mvdan/sh.git /tmp/tmp.0TzSmPJtjb/src/github.com/mvdan/sh [2020-10-27T03:20:55.613Z] #49 3.199 Cloning into '/tmp/tmp.0TzSmPJtjb/src/github.com/mvdan/sh'... [2020-10-27T03:20:55.613Z] #49 9.351 + cd /tmp/tmp.0TzSmPJtjb/src/github.com/mvdan/sh [2020-10-27T03:20:55.613Z] #49 9.351 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-27T03:20:55.613Z] #49 9.538 + GO111MODULE=on [2020-10-27T03:20:55.613Z] #49 9.538 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-10-27T03:20:55.613Z] #49 10.65 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-27T03:20:55.613Z] #49 10.73 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-27T03:20:55.613Z] #49 10.73 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-27T03:20:55.613Z] #49 10.74 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-27T03:20:55.613Z] #49 10.95 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-27T03:20:55.613Z] #49 ... [2020-10-27T03:20:55.613Z] [2020-10-27T03:20:55.613Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:20:55.613Z] #45 11.00 go: finding github.com/fatih/color v1.9.0 [2020-10-27T03:20:55.613Z] #45 11.01 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-27T03:20:55.613Z] #45 11.03 go: finding github.com/pkg/errors v0.9.1 [2020-10-27T03:20:55.613Z] #45 11.04 go: finding github.com/mattn/go-colorable v0.1.6 [2020-10-27T03:20:55.613Z] #45 11.16 go: finding github.com/spf13/pflag v1.0.3 [2020-10-27T03:20:55.613Z] #45 11.21 go: finding github.com/mattn/go-isatty v0.0.12 [2020-10-27T03:20:55.906Z] #45 11.31 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-27T03:20:55.906Z] #45 11.43 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-10-27T03:20:55.906Z] #45 11.52 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-27T03:20:55.906Z] #45 11.52 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-27T03:20:55.906Z] #45 11.53 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-27T03:20:55.997Z] db4e2d8d5901: Pull complete [2020-10-27T03:20:55.997Z] dfe2d012519c: Pull complete [2020-10-27T03:20:56.291Z] 3c370c2e2f82: Verifying Checksum [2020-10-27T03:20:56.291Z] 3c370c2e2f82: Download complete [2020-10-27T03:20:56.587Z] 5d8f1d1f9197: Pull complete [2020-10-27T03:20:58.633Z] #45 ... [2020-10-27T03:20:58.633Z] [2020-10-27T03:20:58.633Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:20:58.633Z] #30 3.555 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-10-27T03:20:58.633Z] #30 3.555 Cloning into '.'... [2020-10-27T03:20:58.633Z] #30 ... [2020-10-27T03:20:58.633Z] [2020-10-27T03:20:58.633Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:20:58.633Z] #53 3.737 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:20:58.633Z] #53 3.778 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:20:58.633Z] #53 3.794 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:20:58.633Z] #53 4.495 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-10-27T03:20:58.633Z] #53 6.315 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-10-27T03:20:58.633Z] #53 8.059 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-10-27T03:20:58.633Z] #53 ... [2020-10-27T03:20:58.633Z] [2020-10-27T03:20:58.633Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:20:58.633Z] #27 4.599 #=#=# ##O#- # ##O=# # #=#=-# # -#O#- # # -=#=# # # -=O#- # # # -=O=# # # # -=O=-# # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # -=O=- # # # # [2020-10-27T03:20:58.633Z] #27 9.738 0.7% ######################### 35.5% ######################################################### 80.5% ######################################################################## 100.0% [2020-10-27T03:20:58.633Z] #27 10.39 [2020-10-27T03:20:58.633Z] #27 10.52 #=#=# ############################# 41.2% ##################################################################### 96.9% ######################################################################## 100.0% [2020-10-27T03:20:58.926Z] #27 11.22 [2020-10-27T03:20:59.351Z] 1301750ffb48: Pull complete [2020-10-27T03:21:00.674Z] #27 11.35 0.9% ###### 9.6% ############ 17.7% ################## 26.3% ########################## 36.9% ############################## 42.5% ################################### 49.6% ######################################### 57.8% ############################################## 64.3% ##################################################### 75.0% ########################################################## 81.4% ################################################################ 90.0% ######################################################################## 100.0% [2020-10-27T03:21:00.965Z] #27 13.20 [2020-10-27T03:21:01.441Z] dc5c6edc9cff: Pull complete [2020-10-27T03:21:04.166Z] #27 13.37 1.0% ## 2.9% ### 5.4% ##### 7.9% ####### 10.4% ######## 11.6% ########## 14.1% ########### 16.0% ############ 17.8% ############### 21.0% ################# 24.1% ################### 26.6% ##################### 29.5% ###################### 31.5% ######################## 33.8% ######################### 35.7% ########################### 38.8% ############################# 41.3% ############################### 43.1% ################################ 45.6% ################################### 48.7% #################################### 50.6% ###################################### 53.6% ####################################### 55.0% [2020-10-27T03:21:04.166Z] #27 ... [2020-10-27T03:21:04.166Z] [2020-10-27T03:21:04.166Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:21:04.166Z] #47 9.558 go: extracting github.com/spf13/cast v1.3.0 [2020-10-27T03:21:04.166Z] #47 9.637 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-10-27T03:21:04.166Z] #47 9.638 go: downloading github.com/spf13/afero v1.1.2 [2020-10-27T03:21:04.166Z] #47 9.694 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-10-27T03:21:04.166Z] #47 9.709 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-10-27T03:21:04.166Z] #47 9.731 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-10-27T03:21:04.166Z] #47 9.851 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-10-27T03:21:04.166Z] #47 10.05 go: extracting github.com/spf13/afero v1.1.2 [2020-10-27T03:21:04.166Z] #47 10.05 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-10-27T03:21:04.166Z] #47 10.05 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-10-27T03:21:04.166Z] #47 10.05 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-10-27T03:21:04.166Z] #47 10.05 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-10-27T03:21:04.166Z] #47 10.13 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-10-27T03:21:04.166Z] #47 10.18 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-10-27T03:21:04.166Z] #47 10.24 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-10-27T03:21:04.166Z] #47 10.29 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-10-27T03:21:04.166Z] #47 10.37 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-10-27T03:21:04.166Z] #47 10.39 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-10-27T03:21:04.166Z] #47 10.40 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-10-27T03:21:04.166Z] #47 10.45 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-10-27T03:21:04.166Z] #47 10.47 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-10-27T03:21:04.166Z] #47 10.48 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-10-27T03:21:04.166Z] #47 10.49 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-10-27T03:21:04.166Z] #47 10.49 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-10-27T03:21:04.166Z] #47 10.57 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-10-27T03:21:04.166Z] #47 11.87 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-10-27T03:21:04.166Z] #47 11.92 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-10-27T03:21:04.166Z] #47 11.92 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-10-27T03:21:04.166Z] #47 11.92 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-10-27T03:21:04.166Z] #47 11.92 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T03:21:04.166Z] #47 11.92 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-10-27T03:21:04.166Z] #47 11.92 go: downloading github.com/magiconair/properties v1.8.1 [2020-10-27T03:21:04.166Z] #47 11.92 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-10-27T03:21:04.166Z] #47 11.92 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-27T03:21:04.166Z] #47 11.92 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-10-27T03:21:04.166Z] #47 11.94 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-10-27T03:21:04.166Z] #47 11.94 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-10-27T03:21:04.166Z] #47 11.99 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-10-27T03:21:04.166Z] #47 12.02 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T03:21:04.166Z] #47 12.04 go: extracting github.com/magiconair/properties v1.8.1 [2020-10-27T03:21:04.166Z] #47 12.10 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-10-27T03:21:04.166Z] #47 12.10 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-10-27T03:21:04.166Z] #47 12.11 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-10-27T03:21:04.166Z] #47 12.12 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-10-27T03:21:04.166Z] #47 12.16 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-10-27T03:21:04.166Z] #47 12.16 go: downloading golang.org/x/text v0.3.2 [2020-10-27T03:21:04.166Z] #47 12.16 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-10-27T03:21:04.166Z] #47 12.16 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-10-27T03:21:04.166Z] #47 12.16 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-10-27T03:21:04.166Z] #47 12.27 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-10-27T03:21:04.166Z] #47 12.50 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-10-27T03:21:04.166Z] #47 12.72 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-10-27T03:21:04.166Z] #47 12.73 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-10-27T03:21:04.166Z] #47 12.77 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-10-27T03:21:04.166Z] #47 12.87 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-10-27T03:21:04.166Z] #47 12.91 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-10-27T03:21:04.166Z] #47 13.22 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-10-27T03:21:04.166Z] #47 13.23 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-10-27T03:21:04.166Z] #47 13.25 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-10-27T03:21:04.166Z] #47 13.34 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-10-27T03:21:04.166Z] #47 13.34 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-10-27T03:21:04.166Z] #47 13.48 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-10-27T03:21:04.166Z] #47 13.48 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-10-27T03:21:04.166Z] #47 13.53 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-10-27T03:21:04.166Z] #47 13.55 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-10-27T03:21:04.166Z] #47 13.63 go: downloading github.com/gogo/protobuf v1.2.1 [2020-10-27T03:21:04.166Z] #47 13.91 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-10-27T03:21:04.166Z] #47 13.97 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-10-27T03:21:04.166Z] #47 14.06 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-10-27T03:21:04.166Z] #47 14.21 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-10-27T03:21:04.166Z] #47 14.28 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-10-27T03:21:04.166Z] #47 14.29 go: downloading github.com/kisielk/gotool v1.0.0 [2020-10-27T03:21:04.166Z] #47 14.66 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-10-27T03:21:04.166Z] #47 14.91 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-10-27T03:21:04.166Z] #47 14.91 go: extracting github.com/kisielk/gotool v1.0.0 [2020-10-27T03:21:04.166Z] #47 14.94 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-10-27T03:21:04.166Z] #47 14.95 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-10-27T03:21:04.166Z] #47 14.95 go: downloading github.com/ultraware/funlen v0.0.2 [2020-10-27T03:21:04.166Z] #47 15.12 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-10-27T03:21:04.166Z] #47 15.18 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-10-27T03:21:04.166Z] #47 15.18 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-10-27T03:21:04.166Z] #47 15.22 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-10-27T03:21:04.166Z] #47 15.22 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-10-27T03:21:04.166Z] #47 15.23 go: extracting github.com/ultraware/funlen v0.0.2 [2020-10-27T03:21:04.166Z] #47 15.24 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-10-27T03:21:04.166Z] #47 15.30 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-10-27T03:21:04.166Z] #47 15.38 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-10-27T03:21:04.166Z] #47 15.38 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-10-27T03:21:04.166Z] #47 15.53 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-10-27T03:21:04.166Z] #47 15.53 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-10-27T03:21:04.166Z] #47 15.53 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-10-27T03:21:04.166Z] #47 15.53 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-10-27T03:21:04.166Z] #47 15.63 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-10-27T03:21:04.166Z] #47 15.69 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-10-27T03:21:04.166Z] #47 15.80 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-10-27T03:21:04.166Z] #47 15.83 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-10-27T03:21:04.166Z] #47 15.83 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-10-27T03:21:04.166Z] #47 15.89 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-10-27T03:21:04.166Z] #47 15.98 go: downloading github.com/gobwas/glob v0.2.3 [2020-10-27T03:21:04.166Z] #47 15.98 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-27T03:21:04.166Z] #47 15.98 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-10-27T03:21:04.166Z] #47 16.13 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-10-27T03:21:04.166Z] #47 16.13 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-10-27T03:21:04.166Z] #47 16.32 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-10-27T03:21:04.166Z] #47 16.40 go: extracting github.com/gobwas/glob v0.2.3 [2020-10-27T03:21:04.166Z] #47 16.48 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-10-27T03:21:04.166Z] #47 16.66 go: extracting github.com/gogo/protobuf v1.2.1 [2020-10-27T03:21:04.166Z] #47 17.49 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-10-27T03:21:04.166Z] #47 19.76 go: extracting golang.org/x/text v0.3.2 [2020-10-27T03:21:04.166Z] #47 ... [2020-10-27T03:21:04.166Z] [2020-10-27T03:21:04.166Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:21:04.994Z] 3c370c2e2f82: Pull complete [2020-10-27T03:21:04.994Z] 5ffb2f5886e2: Pull complete [2020-10-27T03:21:04.994Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-10-27T03:21:04.994Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-10-27T03:21:04.994Z] ---> 805dc2d65d1c [2020-10-27T03:21:04.994Z] Step 5/15 : ARG BUILDX_REPO [2020-10-27T03:21:04.994Z] ---> Running in 7277848190bb [2020-10-27T03:21:04.994Z] Removing intermediate container 7277848190bb [2020-10-27T03:21:04.994Z] ---> b156a29884e8 [2020-10-27T03:21:04.994Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-10-27T03:21:04.994Z] ---> Running in 3a6a93636782 [2020-10-27T03:21:05.033Z] ok github.com/docker/docker/api/server 0.037s coverage: 9.0% of statements [2020-10-27T03:21:05.289Z] Cloning into '/buildx'... [2020-10-27T03:21:05.920Z] #27 13.37 1.0% ## 2.9% ### 5.4% ##### 7.9% ####### 10.4% ######## 11.6% ########## 14.1% ########### 16.0% ############ 17.8% ############### 21.0% ################# 24.1% ################### 26.6% ##################### 29.5% ###################### 31.5% ######################## 33.8% ######################### 35.7% ########################### 38.8% ############################# 41.3% ############################### 43.1% ################################ 45.6% ################################### 48.7% #################################### 50.6% ###################################### 53.6% ####################################### 55.0% ########################################## 58.8% ########################################### 60.6% ############################################# 62.9% ############################################## 65.2% ################################################ 67.1% ################################################# 68.7% ################################################## 70.6% #################################################### 72.5% ##################################################### 74.9% ######################################################## 78.1% ######################################################### 79.9% ########################################################## 81.8% ############################################################ 84.3% ############################################################## 86.8% ################################################################ 89.3% [2020-10-27T03:21:05.920Z] #27 ... [2020-10-27T03:21:05.920Z] [2020-10-27T03:21:05.920Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:21:05.920Z] #49 11.46 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-27T03:21:05.920Z] #49 11.90 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-27T03:21:05.920Z] #49 12.63 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-27T03:21:05.920Z] #49 13.51 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-27T03:21:05.920Z] #49 13.66 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-27T03:21:05.920Z] #49 13.76 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-27T03:21:05.920Z] #49 13.79 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-27T03:21:05.920Z] #49 14.22 runtime [2020-10-27T03:21:05.920Z] #49 14.31 runtime/cgo [2020-10-27T03:21:05.920Z] #49 ... [2020-10-27T03:21:05.920Z] [2020-10-27T03:21:05.920Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:21:06.793Z] #27 13.37 1.0% ## 2.9% ### 5.4% ##### 7.9% ####### 10.4% ######## 11.6% ########## 14.1% ########### 16.0% ############ 17.8% ############### 21.0% ################# 24.1% ################### 26.6% ##################### 29.5% ###################### 31.5% ######################## 33.8% ######################### 35.7% ########################### 38.8% ############################# 41.3% ############################### 43.1% ################################ 45.6% ################################### 48.7% #################################### 50.6% ###################################### 53.6% ####################################### 55.0% ########################################## 58.8% ########################################### 60.6% ############################################# 62.9% ############################################## 65.2% ################################################ 67.1% ################################################# 68.7% ################################################## 70.6% #################################################### 72.5% ##################################################### 74.9% ######################################################## 78.1% ######################################################### 79.9% ########################################################## 81.8% ############################################################ 84.3% ############################################################## 86.8% ################################################################ 89.3% ################################################################# 91.2% ################################################################## 93.0% ################################################################### 94.3% ##################################################################### 96.2% ###################################################################### 98.0% ####################################################################### 99.9% ######################################################################## 100.0% [2020-10-27T03:21:06.793Z] #27 19.07 [2020-10-27T03:21:06.793Z] #27 ... [2020-10-27T03:21:06.793Z] [2020-10-27T03:21:06.793Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:21:06.793Z] #43 12.28 unicode/utf16 [2020-10-27T03:21:06.793Z] #43 12.41 container/list [2020-10-27T03:21:06.793Z] #43 12.75 crypto/internal/subtle [2020-10-27T03:21:06.793Z] #43 12.86 crypto/subtle [2020-10-27T03:21:06.793Z] #43 12.96 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-10-27T03:21:06.793Z] #43 13.04 internal/nettrace [2020-10-27T03:21:06.793Z] #43 13.12 runtime/cgo [2020-10-27T03:21:06.793Z] #43 ... [2020-10-27T03:21:06.793Z] [2020-10-27T03:21:06.793Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:21:06.793Z] #62 15.05 Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-10-27T03:21:06.793Z] #62 15.29 + cd /tmp/tmp.4aT3Zfqb5p/src/github.com/docker/libnetwork [2020-10-27T03:21:06.793Z] #62 15.29 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-27T03:21:06.793Z] #62 15.67 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-10-27T03:21:07.426Z] #62 ... [2020-10-27T03:21:07.426Z] [2020-10-27T03:21:07.426Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:21:07.426Z] #34 13.22 Fetched 8085 kB in 11s (762 kB/s) [2020-10-27T03:21:07.426Z] #34 13.22 Reading package lists... [2020-10-27T03:21:07.426Z] #34 17.11 Reading package lists... [2020-10-27T03:21:07.426Z] #34 20.54 Building dependency tree... [2020-10-27T03:21:07.426Z] #34 21.50 The following additional packages will be installed: [2020-10-27T03:21:07.426Z] #34 21.50 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-10-27T03:21:07.426Z] #34 21.50 Suggested packages: [2020-10-27T03:21:07.426Z] #34 21.50 cmake-doc ninja-build lrzip [2020-10-27T03:21:07.426Z] #34 21.50 Recommended packages: [2020-10-27T03:21:07.426Z] #34 21.50 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-10-27T03:21:07.426Z] #34 22.26 The following NEW packages will be installed: [2020-10-27T03:21:07.426Z] #34 22.26 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-10-27T03:21:07.426Z] #34 22.27 vim-common xxd [2020-10-27T03:21:07.426Z] #34 22.39 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:21:07.426Z] #34 22.39 Need to get 14.0 MB of archives. [2020-10-27T03:21:07.426Z] #34 22.39 After this operation, 62.1 MB of additional disk space will be used. [2020-10-27T03:21:07.427Z] #34 22.39 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-10-27T03:21:07.427Z] #34 22.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-10-27T03:21:07.427Z] #34 22.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-10-27T03:21:07.427Z] #34 22.54 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-10-27T03:21:07.427Z] #34 23.00 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-10-27T03:21:07.427Z] #34 23.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-10-27T03:21:07.427Z] #34 23.06 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-10-27T03:21:07.427Z] #34 23.07 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-10-27T03:21:07.427Z] #34 23.08 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-10-27T03:21:07.427Z] #34 23.08 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-10-27T03:21:07.717Z] #34 ... [2020-10-27T03:21:07.717Z] [2020-10-27T03:21:07.717Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:21:07.717Z] #47 23.19 go: finding github.com/fatih/color v1.7.0 [2020-10-27T03:21:07.717Z] #47 23.26 go: finding github.com/mattn/go-colorable v0.1.4 [2020-10-27T03:21:07.717Z] #47 23.26 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-10-27T03:21:07.717Z] #47 23.27 go: finding github.com/mattn/go-isatty v0.0.8 [2020-10-27T03:21:07.717Z] #47 23.30 go: finding github.com/go-critic/go-critic v0.4.1 [2020-10-27T03:21:07.717Z] #47 23.31 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-10-27T03:21:07.717Z] #47 23.31 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-10-27T03:21:07.717Z] #47 23.33 go: finding github.com/pkg/errors v0.8.1 [2020-10-27T03:21:07.717Z] #47 23.34 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-10-27T03:21:07.717Z] #47 23.35 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-10-27T03:21:07.851Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-10-27T03:21:07.851Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-53bf19e0\powershellScript.ps1'; exit $LASTEXITCODE; [2020-10-27T03:21:07.851Z] ---------------------------------------------------------------------------- [2020-10-27T03:21:07.851Z] [2020-10-27T03:21:07.851Z] INFO: executeCI.ps1 starting at Tue Oct 27 03:21:07 CUT 2020 [2020-10-27T03:21:07.851Z] [2020-10-27T03:21:07.851Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-10-27T03:21:07.851Z] INFO: Running git version 2.24.1.windows.2 [2020-10-27T03:21:07.851Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-10-27T03:21:07.851Z] INFO: Environment variables: [2020-10-27T03:21:07.851Z] [2020-10-27T03:21:07.851Z] Name Value [2020-10-27T03:21:07.851Z] ---- ----- [2020-10-27T03:21:07.851Z] ALLUSERSPROFILE C:\ProgramData [2020-10-27T03:21:07.851Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-10-27T03:21:07.851Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-10-27T03:21:07.851Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-10-27T03:21:07.851Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-10-27T03:21:07.851Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-10-27T03:21:07.851Z] BRANCH_NAME PR-41593 [2020-10-27T03:21:07.851Z] BUILD_DISPLAY_NAME #1 [2020-10-27T03:21:07.851Z] BUILD_ID 1 [2020-10-27T03:21:07.851Z] BUILD_NUMBER 1 [2020-10-27T03:21:07.851Z] BUILD_TAG jenkins-moby-PR-41593-1 [2020-10-27T03:21:07.851Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41593/1/ [2020-10-27T03:21:07.851Z] CHANGE_AUTHOR tonistiigi [2020-10-27T03:21:07.851Z] CHANGE_AUTHOR_DISPLAY_NAME Tõnis Tiigi [2020-10-27T03:21:07.851Z] CHANGE_AUTHOR_EMAIL tonistiigi@gmail.com [2020-10-27T03:21:07.851Z] CHANGE_BRANCH swagger-fix [2020-10-27T03:21:07.851Z] CHANGE_FORK tonistiigi/docker [2020-10-27T03:21:07.851Z] CHANGE_ID 41593 [2020-10-27T03:21:07.851Z] CHANGE_TARGET master [2020-10-27T03:21:07.851Z] CHANGE_TITLE docs: fix builder-version swagger [2020-10-27T03:21:07.851Z] CHANGE_URL https://github.com/moby/moby/pull/41593 [2020-10-27T03:21:07.851Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:21:07.851Z] CommonProgramFiles C:\Program Files\Common Files [2020-10-27T03:21:07.851Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-10-27T03:21:07.851Z] CommonProgramW6432 C:\Program Files\Common Files [2020-10-27T03:21:07.851Z] COMPUTERNAME azwin-2-d8e6d0 [2020-10-27T03:21:07.851Z] ComSpec C:\windows\system32\cmd.exe [2020-10-27T03:21:07.851Z] ConfigSequenceNumber 0 [2020-10-27T03:21:07.851Z] DOCKER_BUILDKIT 0 [2020-10-27T03:21:07.851Z] DOCKER_DUT_DEBUG 1 [2020-10-27T03:21:07.851Z] DOCKER_EXPERIMENTAL 1 [2020-10-27T03:21:07.851Z] DOCKER_GRAPHDRIVER overlay2 [2020-10-27T03:21:07.851Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-10-27T03:21:07.851Z] EXECUTOR_NUMBER 0 [2020-10-27T03:21:07.851Z] FQDN azwin-2-d8e6d0.westus.cloudapp.azure.com [2020-10-27T03:21:07.851Z] GIT_BRANCH PR-41593 [2020-10-27T03:21:07.851Z] GIT_COMMIT 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:21:07.851Z] GIT_URL https://github.com/moby/moby.git [2020-10-27T03:21:07.851Z] HUDSON_COOKIE 4fdc2ef3-7e71-4646-b8a8-4b66006b3e83 [2020-10-27T03:21:07.851Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-10-27T03:21:07.851Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-10-27T03:21:07.851Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-10-27T03:21:07.851Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64 [2020-10-27T03:21:07.851Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-10-27T03:21:07.851Z] JENKINS_NODE_COOKIE 58625af8-2e9e-4eb5-9602-64e5f3ead691 [2020-10-27T03:21:07.851Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-10-27T03:21:07.851Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-10-27T03:21:07.851Z] JOB_BASE_NAME PR-41593 [2020-10-27T03:21:07.851Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41593/display/redirect [2020-10-27T03:21:07.851Z] JOB_NAME moby/PR-41593 [2020-10-27T03:21:07.851Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41593/ [2020-10-27T03:21:07.851Z] library.jps.version master [2020-10-27T03:21:07.851Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-10-27T03:21:07.851Z] NODE_LABELS amd64 azure azwin-2-d8e6d0 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-10-27T03:21:07.851Z] NODE_NAME azwin-2-d8e6d0 [2020-10-27T03:21:07.851Z] NUMBER_OF_PROCESSORS 4 [2020-10-27T03:21:07.851Z] OS Windows_NT [2020-10-27T03:21:07.851Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-10-27T03:21:07.851Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-10-27T03:21:07.851Z] PROCESSOR_ARCHITECTURE AMD64 [2020-10-27T03:21:07.851Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2020-10-27T03:21:07.851Z] PROCESSOR_LEVEL 6 [2020-10-27T03:21:07.851Z] PROCESSOR_REVISION 4f01 [2020-10-27T03:21:07.851Z] ProgramData C:\ProgramData [2020-10-27T03:21:07.851Z] ProgramFiles C:\Program Files [2020-10-27T03:21:07.851Z] ProgramFiles(x86) C:\Program Files (x86) [2020-10-27T03:21:07.851Z] ProgramW6432 C:\Program Files [2020-10-27T03:21:07.851Z] PROMPT $P$G [2020-10-27T03:21:07.851Z] PSExecutionPolicyPreference Bypass [2020-10-27T03:21:07.851Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-10-27T03:21:07.851Z] PUBLIC C:\Users\Public [2020-10-27T03:21:07.851Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41593/1/display/redirect?page=changes [2020-10-27T03:21:07.851Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41593/1/display/redirect [2020-10-27T03:21:07.851Z] SKIP_VALIDATION_TESTS 1 [2020-10-27T03:21:07.851Z] SOURCES_DRIVE d [2020-10-27T03:21:07.851Z] SOURCES_SUBDIR gopath [2020-10-27T03:21:07.851Z] STAGE_NAME Run tests [2020-10-27T03:21:07.851Z] SystemDrive C: [2020-10-27T03:21:07.851Z] SystemRoot C:\windows [2020-10-27T03:21:07.851Z] TEMP C:\windows\TEMP [2020-10-27T03:21:07.851Z] TESTDEBUG 0 [2020-10-27T03:21:07.851Z] TESTRUN_DRIVE d [2020-10-27T03:21:07.851Z] TESTRUN_SUBDIR CI [2020-10-27T03:21:07.852Z] TIMEOUT 120m [2020-10-27T03:21:07.852Z] TMP C:\windows\TEMP [2020-10-27T03:21:07.852Z] USERDOMAIN WORKGROUP [2020-10-27T03:21:07.852Z] USERNAME azwin-2-d8e6d0$ [2020-10-27T03:21:07.852Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-10-27T03:21:07.852Z] windir C:\windows [2020-10-27T03:21:07.852Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-10-27T03:21:07.852Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-10-27T03:21:07.852Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-10-27T03:21:07.852Z] [2020-10-27T03:21:07.852Z] [2020-10-27T03:21:07.852Z] [2020-10-27T03:21:08.008Z] #47 23.37 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-10-27T03:21:08.008Z] #47 23.39 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-10-27T03:21:08.008Z] #47 23.39 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-10-27T03:21:08.008Z] #47 23.40 go: finding github.com/sirupsen/logrus v1.4.2 [2020-10-27T03:21:08.008Z] #47 23.41 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-10-27T03:21:08.008Z] #47 23.41 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-10-27T03:21:08.008Z] #47 23.42 go: finding github.com/spf13/viper v1.6.1 [2020-10-27T03:21:08.008Z] #47 23.45 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-10-27T03:21:08.008Z] #47 23.46 go: finding github.com/stretchr/testify v1.4.0 [2020-10-27T03:21:08.008Z] #47 23.51 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-10-27T03:21:08.008Z] #47 23.53 go: finding github.com/davecgh/go-spew v1.1.1 [2020-10-27T03:21:08.008Z] #47 23.54 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-10-27T03:21:08.008Z] #47 23.55 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-10-27T03:21:08.008Z] #47 23.58 go: finding github.com/gobwas/glob v0.2.3 [2020-10-27T03:21:08.008Z] #47 23.58 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-10-27T03:21:08.008Z] #47 23.59 go: finding github.com/spf13/cobra v0.0.5 [2020-10-27T03:21:08.008Z] #47 23.61 go: finding github.com/stretchr/objx v0.2.0 [2020-10-27T03:21:08.008Z] #47 23.61 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-10-27T03:21:08.008Z] #47 23.61 go: finding github.com/spf13/pflag v1.0.5 [2020-10-27T03:21:08.008Z] #47 23.65 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-10-27T03:21:08.008Z] #47 23.66 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-10-27T03:21:08.008Z] #47 23.67 go: finding github.com/hashicorp/hcl v1.0.0 [2020-10-27T03:21:08.298Z] #47 23.69 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-10-27T03:21:08.298Z] #47 23.69 go: finding github.com/magiconair/properties v1.8.1 [2020-10-27T03:21:08.298Z] #47 23.71 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-10-27T03:21:08.298Z] #47 23.71 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T03:21:08.298Z] #47 23.77 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-10-27T03:21:08.298Z] #47 23.85 go: finding github.com/pelletier/go-toml v1.2.0 [2020-10-27T03:21:08.298Z] #47 23.85 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-10-27T03:21:08.298Z] #47 23.88 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-10-27T03:21:08.298Z] #47 23.89 go: finding github.com/spf13/afero v1.1.2 [2020-10-27T03:21:08.298Z] #47 23.92 go: finding github.com/spf13/cast v1.3.0 [2020-10-27T03:21:08.298Z] #47 23.92 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-10-27T03:21:08.298Z] #47 23.93 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-10-27T03:21:08.298Z] #47 23.96 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-10-27T03:21:08.298Z] #47 ... [2020-10-27T03:21:08.298Z] [2020-10-27T03:21:08.298Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:21:08.298Z] #53 13.98 Fetched 8085 kB in 10s (781 kB/s) [2020-10-27T03:21:08.298Z] #53 13.98 Reading package lists... [2020-10-27T03:21:08.298Z] #53 17.72 Reading package lists... [2020-10-27T03:21:08.298Z] #53 21.14 Building dependency tree... [2020-10-27T03:21:08.298Z] #53 22.14 The following additional packages will be installed: [2020-10-27T03:21:08.298Z] #53 22.14 libbtrfs0 [2020-10-27T03:21:08.298Z] #53 22.24 The following NEW packages will be installed: [2020-10-27T03:21:08.298Z] #53 22.24 libbtrfs-dev libbtrfs0 [2020-10-27T03:21:08.298Z] #53 22.38 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:21:08.298Z] #53 22.38 Need to get 118 kB of archives. [2020-10-27T03:21:08.298Z] #53 22.38 After this operation, 390 kB of additional disk space will be used. [2020-10-27T03:21:08.298Z] #53 22.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-10-27T03:21:08.298Z] #53 22.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-10-27T03:21:08.298Z] #53 23.06 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:21:08.298Z] #53 23.14 Fetched 118 kB in 0s (832 kB/s) [2020-10-27T03:21:08.298Z] #53 23.23 Selecting previously unselected package libbtrfs0. [2020-10-27T03:21:08.299Z] #53 23.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-10-27T03:21:08.299Z] #53 23.34 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-10-27T03:21:08.299Z] #53 23.35 Unpacking libbtrfs0 (4.20.1-2) ... [2020-10-27T03:21:08.299Z] #53 23.51 Selecting previously unselected package libbtrfs-dev. [2020-10-27T03:21:08.299Z] #53 23.51 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-10-27T03:21:08.299Z] #53 23.52 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:21:08.299Z] #53 23.71 Setting up libbtrfs0 (4.20.1-2) ... [2020-10-27T03:21:08.299Z] #53 23.73 Setting up libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:21:08.299Z] #53 23.74 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:21:08.318Z] INFO: Sources under d:\gopath\... [2020-10-27T03:21:08.319Z] INFO: Test run under d:\CI\... [2020-10-27T03:21:08.319Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-10-27T03:21:08.319Z] INFO: docker/docker repository was found [2020-10-27T03:21:08.319Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2020-10-27T03:21:08.319Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1518' [2020-10-27T03:21:08.319Z] INFO: Docker version of control daemon [2020-10-27T03:21:08.319Z] [2020-10-27T03:21:08.590Z] #53 ... [2020-10-27T03:21:08.590Z] [2020-10-27T03:21:08.590Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:21:08.590Z] #27 20.21 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-10-27T03:21:08.590Z] #27 20.49 [2020-10-27T03:21:08.590Z] #27 20.66 # 2.1% ######################################################################## 100.0% [2020-10-27T03:21:08.590Z] #27 20.87 [2020-10-27T03:21:08.590Z] #27 ... [2020-10-27T03:21:08.590Z] [2020-10-27T03:21:08.590Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:21:08.590Z] #11 14.19 Fetched 8085 kB in 10s (775 kB/s) [2020-10-27T03:21:08.590Z] #11 14.19 Reading package lists... [2020-10-27T03:21:08.590Z] #11 17.69 Reading package lists... [2020-10-27T03:21:08.590Z] #11 20.93 Building dependency tree... [2020-10-27T03:21:08.590Z] #11 22.13 The following additional packages will be installed: [2020-10-27T03:21:08.590Z] #11 22.13 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-10-27T03:21:08.590Z] #11 22.13 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-10-27T03:21:08.590Z] #11 22.13 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-10-27T03:21:08.590Z] #11 22.13 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-10-27T03:21:08.590Z] #11 22.13 Suggested packages: [2020-10-27T03:21:08.590Z] #11 22.13 gcc-8-locales seccomp wine64 [2020-10-27T03:21:08.590Z] #11 23.06 The following NEW packages will be installed: [2020-10-27T03:21:08.590Z] #11 23.08 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-10-27T03:21:08.590Z] #11 23.08 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-10-27T03:21:08.590Z] #11 23.08 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-10-27T03:21:08.590Z] #11 23.08 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-10-27T03:21:08.590Z] #11 23.08 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-10-27T03:21:08.590Z] #11 23.08 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-10-27T03:21:08.590Z] #11 23.26 0 upgraded, 25 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:21:08.590Z] #11 23.26 Need to get 73.3 MB of archives. [2020-10-27T03:21:08.590Z] #11 23.26 After this operation, 494 MB of additional disk space will be used. [2020-10-27T03:21:08.590Z] #11 23.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2020-10-27T03:21:08.590Z] #11 23.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2020-10-27T03:21:08.590Z] #11 23.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-10-27T03:21:08.590Z] #11 23.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-10-27T03:21:08.590Z] #11 23.61 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-10-27T03:21:08.590Z] #11 23.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-10-27T03:21:08.590Z] #11 23.89 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-10-27T03:21:08.590Z] #11 24.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2020-10-27T03:21:08.590Z] #11 24.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2020-10-27T03:21:08.783Z] Client: Docker Engine - Enterprise [2020-10-27T03:21:08.783Z] Version: 19.03.12 [2020-10-27T03:21:08.783Z] API version: 1.40 [2020-10-27T03:21:08.783Z] Go version: go1.13.13 [2020-10-27T03:21:08.783Z] Git commit: 4306744 [2020-10-27T03:21:08.783Z] Built: 08/05/2020 19:27:53 [2020-10-27T03:21:08.783Z] OS/Arch: windows/amd64 [2020-10-27T03:21:08.783Z] Experimental: false [2020-10-27T03:21:08.783Z] [2020-10-27T03:21:08.783Z] Server: Docker Engine - Enterprise [2020-10-27T03:21:08.783Z] Engine: [2020-10-27T03:21:08.783Z] Version: 19.03.12 [2020-10-27T03:21:08.783Z] API version: 1.40 (minimum version 1.24) [2020-10-27T03:21:08.783Z] Go version: go1.13.13 [2020-10-27T03:21:08.783Z] Git commit: f295753ffd [2020-10-27T03:21:08.784Z] Built: 08/05/2020 19:26:41 [2020-10-27T03:21:08.784Z] OS/Arch: windows/amd64 [2020-10-27T03:21:08.784Z] Experimental: true [2020-10-27T03:21:08.784Z] [2020-10-27T03:21:08.784Z] INFO: Docker info of control daemon [2020-10-27T03:21:08.784Z] [2020-10-27T03:21:08.833Z] Removing intermediate container 3a6a93636782 [2020-10-27T03:21:08.833Z] ---> 087a22c18511 [2020-10-27T03:21:08.833Z] Step 7/15 : WORKDIR /buildx [2020-10-27T03:21:08.907Z] #11 ... [2020-10-27T03:21:08.907Z] [2020-10-27T03:21:08.907Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:21:08.907Z] #38 14.27 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-10-27T03:21:08.907Z] #38 15.67 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-10-27T03:21:08.907Z] #38 ... [2020-10-27T03:21:08.907Z] [2020-10-27T03:21:08.907Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:21:08.907Z] #40 14.36 Fetched 8085 kB in 11s (758 kB/s) [2020-10-27T03:21:08.907Z] #40 14.36 Reading package lists... [2020-10-27T03:21:08.907Z] #40 17.78 Reading package lists... [2020-10-27T03:21:08.907Z] #40 21.10 Building dependency tree... [2020-10-27T03:21:08.907Z] #40 22.32 The following additional packages will be installed: [2020-10-27T03:21:08.907Z] #40 22.32 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-10-27T03:21:08.907Z] #40 22.32 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-10-27T03:21:08.907Z] #40 22.33 Suggested packages: [2020-10-27T03:21:08.907Z] #40 22.33 manpages-dev python-setuptools [2020-10-27T03:21:08.907Z] #40 23.21 The following NEW packages will be installed: [2020-10-27T03:21:08.907Z] #40 23.21 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-10-27T03:21:08.907Z] #40 23.21 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-10-27T03:21:08.907Z] #40 23.21 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-10-27T03:21:08.907Z] #40 23.21 python-six zlib1g-dev [2020-10-27T03:21:08.907Z] #40 23.31 0 upgraded, 17 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:21:08.907Z] #40 23.31 Need to get 3742 kB of archives. [2020-10-27T03:21:08.907Z] #40 23.31 After this operation, 22.0 MB of additional disk space will be used. [2020-10-27T03:21:08.907Z] #40 23.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-10-27T03:21:08.907Z] #40 23.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-10-27T03:21:08.907Z] #40 23.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-10-27T03:21:08.907Z] #40 23.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-10-27T03:21:08.907Z] #40 23.35 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-10-27T03:21:08.907Z] #40 23.36 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-10-27T03:21:08.907Z] #40 23.36 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2020-10-27T03:21:08.907Z] #40 23.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-10-27T03:21:08.907Z] #40 23.37 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-10-27T03:21:08.907Z] #40 23.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-10-27T03:21:08.907Z] #40 23.43 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-10-27T03:21:08.907Z] #40 23.51 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-10-27T03:21:08.907Z] #40 23.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2020-10-27T03:21:08.907Z] #40 23.54 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-10-27T03:21:08.907Z] #40 23.55 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-10-27T03:21:08.907Z] #40 23.56 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-10-27T03:21:08.907Z] #40 23.56 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-10-27T03:21:08.907Z] #40 24.11 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:21:08.907Z] #40 24.16 Fetched 3742 kB in 0s (11.6 MB/s) [2020-10-27T03:21:08.907Z] #40 24.28 Selecting previously unselected package libcap-dev:s390x. [2020-10-27T03:21:08.907Z] #40 24.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-10-27T03:21:08.907Z] #40 24.32 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-10-27T03:21:08.907Z] #40 24.53 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-10-27T03:21:08.907Z] #40 ... [2020-10-27T03:21:08.907Z] [2020-10-27T03:21:08.907Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:21:08.907Z] #47 24.03 go: finding github.com/subosito/gotenv v1.2.0 [2020-10-27T03:21:08.907Z] #47 24.13 go: finding gopkg.in/ini.v1 v1.51.0 [2020-10-27T03:21:08.907Z] #47 24.14 go: finding golang.org/x/text v0.3.2 [2020-10-27T03:21:08.907Z] #47 24.17 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-10-27T03:21:08.907Z] #47 24.17 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-10-27T03:21:08.907Z] #47 24.23 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-10-27T03:21:08.907Z] #47 24.23 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-10-27T03:21:08.907Z] #47 24.27 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-10-27T03:21:08.907Z] #47 24.28 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-10-27T03:21:08.907Z] #47 24.29 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-10-27T03:21:08.907Z] #47 24.30 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-10-27T03:21:08.907Z] #47 24.30 go: finding github.com/kisielk/gotool v1.0.0 [2020-10-27T03:21:08.907Z] #47 24.34 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-10-27T03:21:08.907Z] #47 24.44 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-10-27T03:21:08.907Z] #47 24.49 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-10-27T03:21:08.907Z] #47 24.54 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-10-27T03:21:08.907Z] #47 24.55 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-10-27T03:21:08.907Z] #47 24.57 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-10-27T03:21:08.907Z] #47 24.58 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-10-27T03:21:08.907Z] #47 24.62 go: finding github.com/gogo/protobuf v1.2.1 [2020-10-27T03:21:09.130Z] ---> Running in 7ab45b621982 [2020-10-27T03:21:09.130Z] Removing intermediate container 7ab45b621982 [2020-10-27T03:21:09.130Z] ---> f6f409487742 [2020-10-27T03:21:09.130Z] Step 8/15 : ARG BUILDX_COMMIT [2020-10-27T03:21:09.130Z] ---> Running in bb7443b2a187 [2020-10-27T03:21:09.130Z] Removing intermediate container bb7443b2a187 [2020-10-27T03:21:09.130Z] ---> 1f70a968c0b2 [2020-10-27T03:21:09.130Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-10-27T03:21:09.130Z] ---> Running in 2b3f04786cee [2020-10-27T03:21:09.198Z] #47 ... [2020-10-27T03:21:09.198Z] [2020-10-27T03:21:09.198Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:21:09.198Z] #53 DONE 24.7s [2020-10-27T03:21:09.198Z] [2020-10-27T03:21:09.198Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:21:09.198Z] #47 24.66 go: finding github.com/ultraware/funlen v0.0.2 [2020-10-27T03:21:09.198Z] #47 24.66 go: finding github.com/ultraware/whitespace v0.0.4 [2020-10-27T03:21:09.198Z] #47 24.69 go: finding github.com/uudashr/gocognit v1.0.1 [2020-10-27T03:21:09.198Z] #47 24.69 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-10-27T03:21:09.198Z] #47 24.77 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-10-27T03:21:09.198Z] #47 24.78 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-10-27T03:21:09.198Z] #47 24.79 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-10-27T03:21:09.198Z] #47 24.85 go: finding github.com/BurntSushi/toml v0.3.1 [2020-10-27T03:21:09.491Z] #47 24.86 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-10-27T03:21:09.764Z] Client: [2020-10-27T03:21:09.764Z] Debug Mode: false [2020-10-27T03:21:09.764Z] Plugins: [2020-10-27T03:21:09.764Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-10-27T03:21:09.764Z] [2020-10-27T03:21:09.764Z] Server: [2020-10-27T03:21:09.764Z] Containers: 0 [2020-10-27T03:21:09.764Z] Running: 0 [2020-10-27T03:21:09.764Z] Paused: 0 [2020-10-27T03:21:09.764Z] Stopped: 0 [2020-10-27T03:21:09.764Z] Images: 10 [2020-10-27T03:21:09.764Z] Server Version: 19.03.12 [2020-10-27T03:21:09.764Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-10-27T03:21:09.764Z] Windows: [2020-10-27T03:21:09.764Z] LCOW: [2020-10-27T03:21:09.764Z] Logging Driver: json-file [2020-10-27T03:21:09.764Z] Plugins: [2020-10-27T03:21:09.764Z] Volume: local [2020-10-27T03:21:09.764Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-10-27T03:21:09.764Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-10-27T03:21:09.764Z] Swarm: inactive [2020-10-27T03:21:09.764Z] Default Isolation: process [2020-10-27T03:21:09.764Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-10-27T03:21:09.764Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-10-27T03:21:09.764Z] OSType: windows [2020-10-27T03:21:09.764Z] Architecture: x86_64 [2020-10-27T03:21:09.764Z] CPUs: 4 [2020-10-27T03:21:09.764Z] Total Memory: 32GiB [2020-10-27T03:21:09.764Z] Name: azwin-2-d8e6d0 [2020-10-27T03:21:09.764Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-10-27T03:21:09.764Z] Docker Root Dir: D:\docker [2020-10-27T03:21:09.764Z] Debug Mode: false [2020-10-27T03:21:09.764Z] Registry: https://index.docker.io/v1/ [2020-10-27T03:21:09.764Z] Labels: [2020-10-27T03:21:09.764Z] Experimental: true [2020-10-27T03:21:09.764Z] Insecure Registries: [2020-10-27T03:21:09.764Z] 10.0.0.4:5000 [2020-10-27T03:21:09.764Z] 127.0.0.0/8 [2020-10-27T03:21:09.764Z] Registry Mirrors: [2020-10-27T03:21:09.764Z] http://10.0.0.4:5000/ [2020-10-27T03:21:09.764Z] Live Restore Enabled: false [2020-10-27T03:21:09.764Z] [2020-10-27T03:21:09.764Z] [2020-10-27T03:21:09.764Z] INFO: Commit hash is 8cc0fd811e [2020-10-27T03:21:09.764Z] INFO: Nuke-Everything... [2020-10-27T03:21:09.764Z] INFO: Container count on control daemon to delete is 0 [2020-10-27T03:21:09.765Z] From https://github.com/docker/buildx [2020-10-27T03:21:09.765Z] * [new tag] v0.3.1 -> build [2020-10-27T03:21:10.229Z] INFO: Nuking d:\CI [2020-10-27T03:21:10.229Z] INFO: Zapped successfully [2020-10-27T03:21:10.229Z] INFO: Location for testing is d:\CI\PR-41593\1 [2020-10-27T03:21:10.404Z] Switched to branch 'build' [2020-10-27T03:21:10.695Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-10-27T03:21:10.695Z] [2020-10-27T03:21:10.695Z] [2020-10-27T03:21:10.695Z] INFO: Building the image from Dockerfile.windows at 10/27/2020 03:21:10... [2020-10-27T03:21:10.695Z] [2020-10-27T03:21:11.049Z] Removing intermediate container 2b3f04786cee [2020-10-27T03:21:11.049Z] ---> 492e4d26cce4 [2020-10-27T03:21:11.049Z] Step 10/15 : ARG GOOS [2020-10-27T03:21:11.347Z] ---> Running in df1f73b62d67 [2020-10-27T03:21:11.347Z] Removing intermediate container df1f73b62d67 [2020-10-27T03:21:11.347Z] ---> 44ad12f567f7 [2020-10-27T03:21:11.347Z] Step 11/15 : ARG GOARCH [2020-10-27T03:21:11.347Z] ---> Running in 598e7035d0bd [2020-10-27T03:21:11.347Z] Removing intermediate container 598e7035d0bd [2020-10-27T03:21:11.347Z] ---> 8b0f816c845e [2020-10-27T03:21:11.347Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-10-27T03:21:11.347Z] ---> Running in 46ad94c5a6cc [2020-10-27T03:21:13.048Z] #47 ... [2020-10-27T03:21:13.048Z] [2020-10-27T03:21:13.048Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:21:13.049Z] #62 DONE 28.0s [2020-10-27T03:21:13.049Z] [2020-10-27T03:21:13.049Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:21:13.049Z] #40 24.72 Selecting previously unselected package libnet1:s390x. [2020-10-27T03:21:13.049Z] #40 24.73 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 24.74 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-10-27T03:21:13.049Z] #40 24.85 Selecting previously unselected package libnet1-dev. [2020-10-27T03:21:13.049Z] #40 24.85 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 24.85 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-10-27T03:21:13.049Z] #40 24.97 Selecting previously unselected package libnl-3-200:s390x. [2020-10-27T03:21:13.049Z] #40 24.98 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 24.98 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-10-27T03:21:13.049Z] #40 25.07 Selecting previously unselected package libnl-3-dev:s390x. [2020-10-27T03:21:13.049Z] #40 25.10 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 25.11 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-10-27T03:21:13.049Z] #40 25.30 Selecting previously unselected package libprotobuf-c1:s390x. [2020-10-27T03:21:13.049Z] #40 25.31 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 25.31 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-10-27T03:21:13.049Z] #40 25.36 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-10-27T03:21:13.049Z] #40 25.37 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 25.37 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-10-27T03:21:13.049Z] #40 25.46 Selecting previously unselected package zlib1g-dev:s390x. [2020-10-27T03:21:13.049Z] #40 25.47 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 25.48 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-10-27T03:21:13.049Z] #40 25.67 Selecting previously unselected package libprotobuf17:s390x. [2020-10-27T03:21:13.049Z] #40 25.67 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 25.67 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-10-27T03:21:13.049Z] #40 26.30 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-10-27T03:21:13.049Z] #40 26.32 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 26.32 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-10-27T03:21:13.049Z] #40 26.47 Selecting previously unselected package libprotobuf-dev:s390x. [2020-10-27T03:21:13.049Z] #40 26.47 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 26.48 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-10-27T03:21:13.049Z] #40 27.36 Selecting previously unselected package libprotoc17:s390x. [2020-10-27T03:21:13.049Z] #40 27.36 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 27.36 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-10-27T03:21:13.049Z] #40 27.96 Selecting previously unselected package protobuf-c-compiler. [2020-10-27T03:21:13.049Z] #40 27.96 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 27.99 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-10-27T03:21:13.049Z] #40 28.08 Selecting previously unselected package protobuf-compiler. [2020-10-27T03:21:13.049Z] #40 28.09 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 28.09 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-10-27T03:21:13.049Z] #40 28.28 Selecting previously unselected package python-pkg-resources. [2020-10-27T03:21:13.049Z] #40 28.28 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-10-27T03:21:13.049Z] #40 28.29 Unpacking python-pkg-resources (40.8.0-1) ... [2020-10-27T03:21:13.049Z] #40 28.52 Selecting previously unselected package python-six. [2020-10-27T03:21:13.049Z] #40 28.52 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-10-27T03:21:13.049Z] #40 28.53 Unpacking python-six (1.12.0-1) ... [2020-10-27T03:21:13.049Z] #40 28.62 Selecting previously unselected package python-protobuf. [2020-10-27T03:21:13.049Z] #40 28.62 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-10-27T03:21:13.049Z] #40 28.63 Unpacking python-protobuf (3.6.1.3-2) ... [2020-10-27T03:21:13.694Z] #40 29.21 Setting up python-pkg-resources (40.8.0-1) ... [2020-10-27T03:21:14.730Z] #40 ... [2020-10-27T03:21:14.730Z] [2020-10-27T03:21:14.730Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:21:14.730Z] #27 22.34 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-10-27T03:21:14.730Z] #27 22.38 skipping existing aab193acf6ba [2020-10-27T03:21:14.730Z] #27 22.48 [2020-10-27T03:21:14.730Z] #27 23.50 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-10-27T03:21:14.730Z] #27 23.55 skipping existing 4d43f82972ce [2020-10-27T03:21:14.730Z] #27 23.66 [2020-10-27T03:21:14.730Z] #27 24.93 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-10-27T03:21:14.730Z] #27 25.31 [2020-10-27T03:21:14.730Z] #27 25.47 #=#=# ######################################################################## 100.0% [2020-10-27T03:21:14.730Z] #27 25.55 [2020-10-27T03:21:14.730Z] #27 26.09 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-10-27T03:21:14.730Z] #27 26.32 [2020-10-27T03:21:14.730Z] #27 26.50 ######################################################################## 100.0% [2020-10-27T03:21:14.730Z] #27 26.53 [2020-10-27T03:21:14.730Z] #27 26.60 Download of images into '/build' complete. [2020-10-27T03:21:14.731Z] #27 26.60 Use something like the following to load the result into a Docker daemon: [2020-10-27T03:21:14.731Z] #27 26.60 tar -cC '/build' . | docker load [2020-10-27T03:21:14.731Z] #27 DONE 26.8s [2020-10-27T03:21:14.731Z] [2020-10-27T03:21:14.731Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:21:14.731Z] #11 26.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-10-27T03:21:14.731Z] #11 27.68 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-10-27T03:21:14.731Z] #11 27.71 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-10-27T03:21:14.731Z] #11 27.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-10-27T03:21:14.731Z] #11 27.71 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-10-27T03:21:14.731Z] #11 27.71 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2020-10-27T03:21:14.731Z] #11 27.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB] [2020-10-27T03:21:14.731Z] #11 27.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-10-27T03:21:14.731Z] #11 27.72 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-10-27T03:21:14.731Z] #11 27.74 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-10-27T03:21:14.731Z] #11 27.75 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-10-27T03:21:14.731Z] #11 27.75 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-10-27T03:21:14.731Z] #11 27.78 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-10-27T03:21:14.731Z] #11 27.79 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-10-27T03:21:14.731Z] #11 27.80 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-10-27T03:21:14.731Z] #11 27.80 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB] [2020-10-27T03:21:14.731Z] #11 28.89 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:21:14.731Z] #11 28.97 Fetched 73.3 MB in 5s (15.6 MB/s) [2020-10-27T03:21:14.731Z] #11 29.04 Selecting previously unselected package binutils-mingw-w64-i686. [2020-10-27T03:21:14.731Z] #11 29.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-10-27T03:21:14.731Z] #11 29.05 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-10-27T03:21:14.731Z] #11 29.06 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-10-27T03:21:15.763Z] #11 31.26 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-10-27T03:21:15.763Z] #11 31.26 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-10-27T03:21:15.763Z] #11 31.27 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-10-27T03:21:16.395Z] #11 ... [2020-10-27T03:21:16.395Z] [2020-10-27T03:21:16.395Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:21:16.395Z] #30 30.39 Checking out files: 85% (1308/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-10-27T03:21:16.395Z] #30 30.87 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-10-27T03:21:16.395Z] #30 31.06 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-10-27T03:21:17.824Z] Sending build context to Docker daemon 56.82MB [2020-10-27T03:21:17.824Z] [2020-10-27T03:21:17.824Z] Step 1/10 : FROM microsoft/windowsservercore [2020-10-27T03:21:17.824Z] ---> 71d3f266f3af [2020-10-27T03:21:17.824Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-10-27T03:21:17.824Z] ---> Using cache [2020-10-27T03:21:17.824Z] ---> 6cdd4c516061 [2020-10-27T03:21:17.824Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-10-27T03:21:17.824Z] ---> Using cache [2020-10-27T03:21:17.824Z] ---> 3a3e060ca15b [2020-10-27T03:21:17.824Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-10-27T03:21:17.824Z] ---> Using cache [2020-10-27T03:21:17.824Z] ---> d6418ac68f90 [2020-10-27T03:21:17.825Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2020-10-27T03:21:17.825Z] ---> Using cache [2020-10-27T03:21:17.825Z] ---> 41ad261fdace [2020-10-27T03:21:17.825Z] 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; [2020-10-27T03:21:17.825Z] ---> Using cache [2020-10-27T03:21:17.825Z] ---> a10ac4c9ae03 [2020-10-27T03:21:17.825Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-10-27T03:21:17.825Z] ---> Using cache [2020-10-27T03:21:17.825Z] ---> 0f3cd423f002 [2020-10-27T03:21:17.825Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-10-27T03:21:17.825Z] ---> Using cache [2020-10-27T03:21:17.825Z] ---> 334ea24b34c3 [2020-10-27T03:21:17.825Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-10-27T03:21:17.825Z] ---> Using cache [2020-10-27T03:21:17.825Z] ---> dc12093cef13 [2020-10-27T03:21:17.825Z] Step 10/10 : COPY . . [2020-10-27T03:21:17.900Z] #30 ... [2020-10-27T03:21:17.900Z] [2020-10-27T03:21:17.900Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:21:17.900Z] #32 23.36 sync [2020-10-27T03:21:17.900Z] #32 23.37 internal/reflectlite [2020-10-27T03:21:17.900Z] #32 25.49 errors [2020-10-27T03:21:17.900Z] #32 25.49 sort [2020-10-27T03:21:17.900Z] #32 25.80 strconv [2020-10-27T03:21:17.900Z] #32 26.29 io [2020-10-27T03:21:17.900Z] #32 27.12 internal/oserror [2020-10-27T03:21:17.900Z] #32 27.21 syscall [2020-10-27T03:21:17.900Z] #32 29.31 reflect [2020-10-27T03:21:17.900Z] #32 32.97 time [2020-10-27T03:21:17.900Z] #32 ... [2020-10-27T03:21:17.900Z] [2020-10-27T03:21:17.900Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:21:17.900Z] #11 33.27 Selecting previously unselected package binutils-mingw-w64. [2020-10-27T03:21:17.900Z] #11 33.27 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-10-27T03:21:17.900Z] #11 33.27 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-10-27T03:21:17.900Z] #11 33.33 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-10-27T03:21:17.900Z] #11 33.33 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-10-27T03:21:17.900Z] #11 33.34 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-10-27T03:21:17.900Z] #11 33.49 Selecting previously unselected package dmsetup. [2020-10-27T03:21:17.900Z] #11 33.49 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-10-27T03:21:17.900Z] #11 33.50 Unpacking dmsetup (2:1.02.155-3) ... [2020-10-27T03:21:18.191Z] #11 33.59 Selecting previously unselected package mingw-w64-common. [2020-10-27T03:21:18.191Z] #11 33.59 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-10-27T03:21:18.191Z] #11 33.59 Unpacking mingw-w64-common (6.0.0-3) ... [2020-10-27T03:21:18.482Z] #11 ... [2020-10-27T03:21:18.482Z] [2020-10-27T03:21:18.482Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:21:18.482Z] #34 24.10 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:21:18.482Z] #34 24.32 Fetched 14.0 MB in 1s (14.7 MB/s) [2020-10-27T03:21:18.482Z] #34 24.64 Selecting previously unselected package xxd. [2020-10-27T03:21:18.482Z] #34 24.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-10-27T03:21:18.482Z] #34 24.73 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-10-27T03:21:18.482Z] #34 24.73 Unpacking xxd (2:8.1.0875-5) ... [2020-10-27T03:21:18.482Z] #34 24.93 Selecting previously unselected package vim-common. [2020-10-27T03:21:18.482Z] #34 24.93 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-10-27T03:21:18.482Z] #34 24.97 Unpacking vim-common (2:8.1.0875-5) ... [2020-10-27T03:21:18.482Z] #34 25.38 Selecting previously unselected package cmake-data. [2020-10-27T03:21:18.482Z] #34 25.39 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-10-27T03:21:18.482Z] #34 25.39 Unpacking cmake-data (3.13.4-1) ... [2020-10-27T03:21:18.482Z] #34 27.84 Selecting previously unselected package libicu63:s390x. [2020-10-27T03:21:18.482Z] #34 27.84 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-10-27T03:21:18.482Z] #34 27.86 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-10-27T03:21:18.482Z] #34 33.00 Selecting previously unselected package libxml2:s390x. [2020-10-27T03:21:18.482Z] #34 33.00 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-10-27T03:21:18.482Z] #34 33.00 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-10-27T03:21:18.482Z] #34 33.50 Selecting previously unselected package libarchive13:s390x. [2020-10-27T03:21:18.482Z] #34 33.51 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-10-27T03:21:18.482Z] #34 33.51 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-10-27T03:21:18.482Z] #34 33.67 Selecting previously unselected package libjsoncpp1:s390x. [2020-10-27T03:21:18.482Z] #34 33.67 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-10-27T03:21:18.482Z] #34 33.68 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-10-27T03:21:18.482Z] #34 33.76 Selecting previously unselected package librhash0:s390x. [2020-10-27T03:21:18.482Z] #34 33.76 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-10-27T03:21:18.482Z] #34 33.77 Unpacking librhash0:s390x (1.3.8-1) ... [2020-10-27T03:21:18.482Z] #34 33.91 Selecting previously unselected package libuv1:s390x. [2020-10-27T03:21:18.482Z] #34 33.91 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-10-27T03:21:18.482Z] #34 33.92 Unpacking libuv1:s390x (1.24.1-1) ... [2020-10-27T03:21:18.482Z] #34 33.99 Selecting previously unselected package cmake. [2020-10-27T03:21:18.482Z] #34 34.00 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-10-27T03:21:18.482Z] #34 34.00 Unpacking cmake (3.13.4-1) ... [2020-10-27T03:21:18.776Z] #34 ... [2020-10-27T03:21:18.776Z] [2020-10-27T03:21:18.776Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:21:18.776Z] #40 31.07 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-10-27T03:21:18.776Z] #40 31.08 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-10-27T03:21:18.776Z] #40 31.09 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-10-27T03:21:18.776Z] #40 31.10 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-10-27T03:21:18.776Z] #40 31.10 Setting up python-six (1.12.0-1) ... [2020-10-27T03:21:18.776Z] #40 32.41 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-10-27T03:21:18.776Z] #40 32.42 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-10-27T03:21:18.776Z] #40 32.46 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-10-27T03:21:18.776Z] #40 32.47 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-10-27T03:21:18.776Z] #40 32.48 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-10-27T03:21:18.776Z] #40 32.49 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-10-27T03:21:18.776Z] #40 32.50 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-10-27T03:21:18.776Z] #40 32.51 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-10-27T03:21:18.776Z] #40 32.52 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-10-27T03:21:18.776Z] #40 32.52 Setting up python-protobuf (3.6.1.3-2) ... [2020-10-27T03:21:19.068Z] #40 ... [2020-10-27T03:21:19.068Z] [2020-10-27T03:21:19.068Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:21:19.068Z] #54 0.770 + RM_GOPATH=0 [2020-10-27T03:21:19.068Z] #54 0.770 + TMP_GOPATH= [2020-10-27T03:21:19.068Z] #54 0.770 + : /build [2020-10-27T03:21:19.068Z] #54 0.770 + '[' -z '' ']' [2020-10-27T03:21:19.068Z] #54 0.770 ++ mktemp -d [2020-10-27T03:21:19.068Z] #54 0.772 + export GOPATH=/tmp/tmp.ZlaUNWcef6 [2020-10-27T03:21:19.068Z] #54 0.772 + GOPATH=/tmp/tmp.ZlaUNWcef6 [2020-10-27T03:21:19.068Z] #54 0.773 + RM_GOPATH=1 [2020-10-27T03:21:19.068Z] #54 0.773 + case "$(go env GOARCH)" in [2020-10-27T03:21:19.068Z] #54 0.774 ++ go env GOARCH [2020-10-27T03:21:19.068Z] #54 0.791 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:21:19.068Z] #54 0.791 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:21:19.068Z] #54 0.792 ++ dirname /tmp/install/install.sh [2020-10-27T03:21:19.068Z] #54 0.796 + dir=/tmp/install [2020-10-27T03:21:19.068Z] #54 0.796 + bin=containerd [2020-10-27T03:21:19.068Z] #54 0.796 + shift [2020-10-27T03:21:19.068Z] #54 0.796 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-10-27T03:21:19.068Z] #54 0.796 + . /tmp/install/containerd.installer [2020-10-27T03:21:19.068Z] #54 0.796 ++ set -e [2020-10-27T03:21:19.068Z] #54 0.796 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-27T03:21:19.068Z] #54 0.797 + install_containerd [2020-10-27T03:21:19.068Z] #54 0.798 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-10-27T03:21:19.068Z] #54 0.798 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-27T03:21:19.068Z] #54 0.799 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ZlaUNWcef6/src/github.com/containerd/containerd [2020-10-27T03:21:19.068Z] #54 0.805 Cloning into '/tmp/tmp.ZlaUNWcef6/src/github.com/containerd/containerd'... [2020-10-27T03:21:19.811Z] #54 ... [2020-10-27T03:21:19.811Z] [2020-10-27T03:21:19.811Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:21:19.811Z] #40 35.40 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-10-27T03:21:19.811Z] #40 35.42 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:21:20.102Z] #40 ... [2020-10-27T03:21:20.102Z] [2020-10-27T03:21:20.102Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:21:20.102Z] #43 25.70 github.com/LK4D4/vndr/godl/singleflight [2020-10-27T03:21:20.102Z] #43 25.73 errors [2020-10-27T03:21:20.102Z] #43 25.97 sort [2020-10-27T03:21:20.102Z] #43 26.02 io [2020-10-27T03:21:20.102Z] #43 26.99 bytes [2020-10-27T03:21:20.102Z] #43 26.99 strconv [2020-10-27T03:21:20.102Z] #43 29.22 bufio [2020-10-27T03:21:20.102Z] #43 30.16 syscall [2020-10-27T03:21:20.102Z] #43 30.72 reflect [2020-10-27T03:21:20.102Z] #43 35.42 time [2020-10-27T03:21:20.394Z] #43 ... [2020-10-27T03:21:20.394Z] [2020-10-27T03:21:20.394Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:21:20.394Z] #40 DONE 35.8s [2020-10-27T03:21:20.394Z] [2020-10-27T03:21:20.394Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:21:20.394Z] #34 35.82 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-10-27T03:21:20.394Z] #34 35.84 Setting up xxd (2:8.1.0875-5) ... [2020-10-27T03:21:20.394Z] #34 35.85 Setting up libuv1:s390x (1.24.1-1) ... [2020-10-27T03:21:20.394Z] #34 35.86 Setting up vim-common (2:8.1.0875-5) ... [2020-10-27T03:21:20.394Z] #34 35.89 Setting up librhash0:s390x (1.3.8-1) ... [2020-10-27T03:21:20.394Z] #34 35.91 Setting up cmake-data (3.13.4-1) ... [2020-10-27T03:21:20.394Z] #34 35.93 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-10-27T03:21:20.394Z] #34 35.94 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-10-27T03:21:20.394Z] #34 35.94 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-10-27T03:21:20.394Z] #34 35.95 Setting up cmake (3.13.4-1) ... [2020-10-27T03:21:20.394Z] #34 35.96 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:21:20.394Z] #34 35.98 Processing triggers for mime-support (3.62) ... [2020-10-27T03:21:21.039Z] #34 DONE 36.4s [2020-10-27T03:21:21.040Z] [2020-10-27T03:21:21.040Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:21:21.672Z] #35 0.602 + RM_GOPATH=0 [2020-10-27T03:21:21.672Z] #35 0.602 + TMP_GOPATH= [2020-10-27T03:21:21.672Z] #35 0.602 + : /build [2020-10-27T03:21:21.672Z] #35 0.602 + '[' -z '' ']' [2020-10-27T03:21:21.672Z] #35 0.602 ++ mktemp -d [2020-10-27T03:21:21.672Z] #35 0.602 + export GOPATH=/tmp/tmp.vMdZzDgxDO [2020-10-27T03:21:21.672Z] #35 0.602 + GOPATH=/tmp/tmp.vMdZzDgxDO [2020-10-27T03:21:21.672Z] #35 0.602 + RM_GOPATH=1 [2020-10-27T03:21:21.672Z] #35 0.602 + case "$(go env GOARCH)" in [2020-10-27T03:21:21.672Z] #35 0.602 ++ go env GOARCH [2020-10-27T03:21:21.672Z] #35 0.623 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:21:21.673Z] #35 0.623 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:21:21.673Z] #35 0.624 ++ dirname /tmp/install/install.sh [2020-10-27T03:21:21.673Z] #35 0.627 + dir=/tmp/install [2020-10-27T03:21:21.673Z] #35 0.627 + bin=tini [2020-10-27T03:21:21.673Z] #35 0.627 + shift [2020-10-27T03:21:21.673Z] #35 0.627 + '[' '!' -f /tmp/install/tini.installer ']' [2020-10-27T03:21:21.673Z] #35 0.627 + . /tmp/install/tini.installer [2020-10-27T03:21:21.673Z] #35 0.627 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-27T03:21:21.673Z] #35 0.628 + install_tini [2020-10-27T03:21:21.673Z] #35 0.628 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-10-27T03:21:21.673Z] #35 0.628 + git clone https://github.com/krallin/tini.git /tmp/tmp.vMdZzDgxDO/tini [2020-10-27T03:21:21.673Z] #35 0.628 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-27T03:21:21.673Z] #35 0.635 Cloning into '/tmp/tmp.vMdZzDgxDO/tini'... [2020-10-27T03:21:22.308Z] #35 ... [2020-10-27T03:21:22.308Z] [2020-10-27T03:21:22.308Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:21:22.308Z] #45 DONE 37.9s [2020-10-27T03:21:22.308Z] [2020-10-27T03:21:22.308Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:21:22.308Z] #35 1.471 + cd /tmp/tmp.vMdZzDgxDO/tini [2020-10-27T03:21:22.308Z] #35 1.471 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-27T03:21:22.308Z] #35 1.471 + cmake . [2020-10-27T03:21:22.944Z] #35 1.879 -- The C compiler identification is GNU 8.3.0 [2020-10-27T03:21:22.944Z] #35 1.930 -- Check for working C compiler: /usr/bin/cc [2020-10-27T03:21:23.988Z] #35 2.877 -- Check for working C compiler: /usr/bin/cc -- works [2020-10-27T03:21:23.988Z] #35 2.877 -- Detecting C compiler ABI info [2020-10-27T03:21:23.988Z] #35 3.294 -- Detecting C compiler ABI info - done [2020-10-27T03:21:23.988Z] #35 3.332 -- Detecting C compile features [2020-10-27T03:21:25.496Z] #35 4.450 -- Detecting C compile features - done [2020-10-27T03:21:25.496Z] #35 4.483 -- Performing Test HAS_BUILTIN_FORTIFY [2020-10-27T03:21:25.496Z] #35 4.671 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-10-27T03:21:25.496Z] #35 4.721 -- Configuring done [2020-10-27T03:21:25.496Z] #35 4.727 -- Generating done [2020-10-27T03:21:25.496Z] #35 4.730 -- Build files have been written to: /tmp/tmp.vMdZzDgxDO/tini [2020-10-27T03:21:25.496Z] #35 4.736 + make tini-static [2020-10-27T03:21:25.787Z] #35 4.965 Scanning dependencies of target tini-static [2020-10-27T03:21:25.787Z] #35 5.016 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-10-27T03:21:26.822Z] #35 5.905 [100%] Linking C executable tini-static [2020-10-27T03:21:26.822Z] #35 ... [2020-10-27T03:21:26.822Z] [2020-10-27T03:21:26.822Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:21:26.822Z] #49 32.33 reflect [2020-10-27T03:21:26.822Z] #49 32.33 syscall [2020-10-27T03:21:26.822Z] #49 38.12 context [2020-10-27T03:21:26.822Z] #49 39.16 os [2020-10-27T03:21:26.822Z] #49 41.17 strings [2020-10-27T03:21:26.822Z] #49 42.38 encoding/binary [2020-10-27T03:21:26.822Z] #49 ... [2020-10-27T03:21:26.822Z] [2020-10-27T03:21:26.822Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:21:26.822Z] #41 1.761 Note: Building without setproctitle() and strlcpy() support. [2020-10-27T03:21:26.822Z] #41 1.761 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-10-27T03:21:26.822Z] #41 1.784 Note: Building without GnuTLS support [2020-10-27T03:21:26.822Z] #41 1.785 Makefile.config:39: Warn: you have no libnftables installed [2020-10-27T03:21:26.822Z] #41 1.785 Makefile.config:40: Warn: Building without nftables support [2020-10-27T03:21:26.822Z] #41 3.278 fatal: not a git repository (or any of the parent directories): .git [2020-10-27T03:21:26.822Z] #41 3.317 GEN .gitid [2020-10-27T03:21:26.822Z] #41 3.325 GEN criu/include/version.h [2020-10-27T03:21:26.822Z] #41 3.346 GEN include/common/asm [2020-10-27T03:21:26.822Z] #41 4.215 PBCC images/timens.pb-c.c [2020-10-27T03:21:26.822Z] #41 4.235 DEP images/timens.pb-c.d [2020-10-27T03:21:26.822Z] #41 4.294 PBCC images/fown.pb-c.c [2020-10-27T03:21:26.822Z] #41 4.307 PBCC images/google/protobuf/descriptor.pb-c.c [2020-10-27T03:21:26.822Z] #41 4.421 PBCC images/opts.pb-c.c [2020-10-27T03:21:26.822Z] #41 4.453 PBCC images/memfd.pb-c.c [2020-10-27T03:21:26.822Z] #41 4.493 DEP images/fown.pb-c.d [2020-10-27T03:21:26.822Z] #41 4.521 DEP images/google/protobuf/descriptor.pb-c.d [2020-10-27T03:21:26.822Z] #41 4.566 DEP images/opts.pb-c.d [2020-10-27T03:21:26.822Z] #41 4.620 DEP images/memfd.pb-c.d [2020-10-27T03:21:26.822Z] #41 4.674 PBCC images/sit.pb-c.c [2020-10-27T03:21:26.822Z] #41 4.753 DEP images/sit.pb-c.d [2020-10-27T03:21:26.822Z] #41 4.761 PBCC images/macvlan.pb-c.c [2020-10-27T03:21:26.822Z] #41 4.803 DEP images/macvlan.pb-c.d [2020-10-27T03:21:26.822Z] #41 4.809 PBCC images/autofs.pb-c.c [2020-10-27T03:21:26.822Z] #41 4.824 DEP images/autofs.pb-c.d [2020-10-27T03:21:26.822Z] #41 4.878 PBCC images/sysctl.pb-c.c [2020-10-27T03:21:26.822Z] #41 4.883 DEP images/sysctl.pb-c.d [2020-10-27T03:21:26.822Z] #41 4.914 PBCC images/time.pb-c.c [2020-10-27T03:21:26.822Z] #41 4.945 DEP images/time.pb-c.d [2020-10-27T03:21:26.822Z] #41 4.971 PBCC images/binfmt-misc.pb-c.c [2020-10-27T03:21:26.822Z] #41 4.982 DEP images/binfmt-misc.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.015 PBCC images/seccomp.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.019 DEP images/seccomp.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.058 PBCC images/userns.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.068 DEP images/userns.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.096 PBCC images/cgroup.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.107 DEP images/cgroup.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.123 PBCC images/ext-file.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.149 DEP images/ext-file.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.157 PBCC images/rpc.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.192 DEP images/rpc.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.205 PBCC images/siginfo.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.222 DEP images/siginfo.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.266 PBCC images/pagemap.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.297 DEP images/pagemap.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.327 PBCC images/rlimit.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.352 DEP images/rlimit.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.363 PBCC images/file-lock.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.379 DEP images/file-lock.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.407 PBCC images/tty.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.463 DEP images/tty.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.478 PBCC images/tun.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.555 PBCC images/netdev.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.588 DEP images/tun.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.647 DEP images/netdev.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.691 PBCC images/vma.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.733 DEP images/vma.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.763 PBCC images/creds.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.773 DEP images/creds.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.800 PBCC images/utsns.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.803 DEP images/utsns.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.843 PBCC images/ipc-desc.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.856 PBCC images/ipc-sem.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.885 DEP images/ipc-desc.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.940 DEP images/ipc-sem.pb-c.d [2020-10-27T03:21:26.822Z] #41 5.947 PBCC images/ipc-msg.pb-c.c [2020-10-27T03:21:26.822Z] #41 5.983 DEP images/ipc-msg.pb-c.d [2020-10-27T03:21:26.822Z] #41 6.010 PBCC images/ipc-shm.pb-c.c [2020-10-27T03:21:26.822Z] #41 6.022 DEP images/ipc-shm.pb-c.d [2020-10-27T03:21:26.822Z] #41 6.068 PBCC images/ipc-var.pb-c.c [2020-10-27T03:21:26.822Z] #41 6.071 DEP images/ipc-var.pb-c.d [2020-10-27T03:21:26.822Z] #41 6.077 PBCC images/sk-opts.pb-c.c [2020-10-27T03:21:26.822Z] #41 6.093 PBCC images/packet-sock.pb-c.c [2020-10-27T03:21:26.822Z] #41 6.122 DEP images/sk-opts.pb-c.d [2020-10-27T03:21:26.822Z] #41 6.157 DEP images/packet-sock.pb-c.d [2020-10-27T03:21:26.822Z] #41 6.219 PBCC images/sk-netlink.pb-c.c [2020-10-27T03:21:26.822Z] #41 6.274 DEP images/sk-netlink.pb-c.d [2020-10-27T03:21:26.822Z] #41 6.280 PBCC images/sk-inet.pb-c.c [2020-10-27T03:21:26.822Z] #41 6.317 DEP images/sk-inet.pb-c.d [2020-10-27T03:21:26.822Z] #41 6.353 PBCC images/sk-unix.pb-c.c [2020-10-27T03:21:26.822Z] #41 6.401 DEP images/sk-unix.pb-c.d [2020-10-27T03:21:26.822Z] #41 6.423 PBCC images/mm.pb-c.c [2020-10-27T03:21:26.822Z] #41 6.450 DEP images/mm.pb-c.d [2020-10-27T03:21:26.822Z] #41 6.524 PBCC images/timerfd.pb-c.c [2020-10-27T03:21:26.822Z] #41 6.563 DEP images/timerfd.pb-c.d [2020-10-27T03:21:26.822Z] #41 6.603 PBCC images/timer.pb-c.c [2020-10-27T03:21:26.822Z] #41 6.614 DEP images/timer.pb-c.d [2020-10-27T03:21:26.822Z] #41 6.656 PBCC images/sa.pb-c.c [2020-10-27T03:21:27.113Z] #41 6.707 DEP images/sa.pb-c.d [2020-10-27T03:21:27.113Z] #41 6.754 PBCC images/pipe-data.pb-c.c [2020-10-27T03:21:27.113Z] #41 6.777 DEP images/pipe-data.pb-c.d [2020-10-27T03:21:27.113Z] #41 6.788 PBCC images/mnt.pb-c.c [2020-10-27T03:21:27.113Z] #41 6.859 DEP images/mnt.pb-c.d [2020-10-27T03:21:27.113Z] #41 6.897 PBCC images/sk-packet.pb-c.c [2020-10-27T03:21:27.113Z] #41 6.915 DEP images/sk-packet.pb-c.d [2020-10-27T03:21:27.113Z] #41 6.921 PBCC images/tcp-stream.pb-c.c [2020-10-27T03:21:27.113Z] #41 6.970 DEP images/tcp-stream.pb-c.d [2020-10-27T03:21:27.113Z] #41 7.009 PBCC images/pipe.pb-c.c [2020-10-27T03:21:27.404Z] #41 7.053 DEP images/pipe.pb-c.d [2020-10-27T03:21:27.404Z] #41 7.081 PBCC images/pstree.pb-c.c [2020-10-27T03:21:27.404Z] #41 7.095 DEP images/pstree.pb-c.d [2020-10-27T03:21:27.404Z] #41 7.120 PBCC images/fs.pb-c.c [2020-10-27T03:21:27.404Z] #41 ... [2020-10-27T03:21:27.404Z] [2020-10-27T03:21:27.404Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:21:27.404Z] #35 6.187 [100%] Built target tini-static [2020-10-27T03:21:27.404Z] #35 6.304 + mkdir -p /build [2020-10-27T03:21:27.404Z] #35 6.308 + cp tini-static /build/docker-init [2020-10-27T03:21:27.404Z] #35 DONE 6.6s [2020-10-27T03:21:27.404Z] [2020-10-27T03:21:27.404Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:21:27.404Z] #41 7.166 DEP images/fs.pb-c.d [2020-10-27T03:21:27.404Z] #41 ... [2020-10-27T03:21:27.404Z] [2020-10-27T03:21:27.404Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:21:27.404Z] #49 43.00 fmt [2020-10-27T03:21:28.966Z] #49 44.25 encoding/base64 [2020-10-27T03:21:29.256Z] #49 44.67 golang.org/x/sys/unix [2020-10-27T03:21:31.321Z] #49 46.63 encoding/json [2020-10-27T03:21:31.321Z] #49 ... [2020-10-27T03:21:31.321Z] [2020-10-27T03:21:31.321Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:21:31.321Z] #32 36.88 internal/poll [2020-10-27T03:21:31.321Z] #32 38.64 internal/syscall/execenv [2020-10-27T03:21:31.321Z] #32 38.91 internal/syscall/unix [2020-10-27T03:21:31.321Z] #32 39.15 os [2020-10-27T03:21:31.321Z] #32 39.60 internal/fmtsort [2020-10-27T03:21:31.321Z] #32 40.08 strings [2020-10-27T03:21:31.321Z] #32 41.67 fmt [2020-10-27T03:21:31.321Z] #32 42.03 path/filepath [2020-10-27T03:21:31.321Z] #32 43.10 io/ioutil [2020-10-27T03:21:31.321Z] #32 43.88 path [2020-10-27T03:21:31.321Z] #32 44.16 text/tabwriter [2020-10-27T03:21:31.321Z] #32 44.60 flag [2020-10-27T03:21:31.321Z] #32 44.74 github.com/BurntSushi/toml [2020-10-27T03:21:31.321Z] #32 45.66 log [2020-10-27T03:21:31.612Z] #32 47.05 github.com/BurntSushi/toml/cmd/tomlv [2020-10-27T03:21:31.612Z] #32 ... [2020-10-27T03:21:31.612Z] [2020-10-27T03:21:31.612Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:21:31.612Z] #41 7.273 PBCC images/signalfd.pb-c.c [2020-10-27T03:21:31.612Z] #41 7.383 DEP images/signalfd.pb-c.d [2020-10-27T03:21:31.612Z] #41 7.401 PBCC images/fh.pb-c.c [2020-10-27T03:21:31.612Z] #41 7.431 PBCC images/fsnotify.pb-c.c [2020-10-27T03:21:31.612Z] #41 7.471 DEP images/fh.pb-c.d [2020-10-27T03:21:31.612Z] #41 7.505 DEP images/fsnotify.pb-c.d [2020-10-27T03:21:31.612Z] #41 7.550 PBCC images/eventpoll.pb-c.c [2020-10-27T03:21:31.612Z] #41 7.568 DEP images/eventpoll.pb-c.d [2020-10-27T03:21:31.612Z] #41 7.602 PBCC images/eventfd.pb-c.c [2020-10-27T03:21:31.612Z] #41 7.632 DEP images/eventfd.pb-c.d [2020-10-27T03:21:31.612Z] #41 7.648 PBCC images/remap-file-path.pb-c.c [2020-10-27T03:21:31.612Z] #41 7.688 DEP images/remap-file-path.pb-c.d [2020-10-27T03:21:31.612Z] #41 7.761 PBCC images/fifo.pb-c.c [2020-10-27T03:21:31.612Z] #41 7.804 DEP images/fifo.pb-c.d [2020-10-27T03:21:31.612Z] #41 7.834 PBCC images/ghost-file.pb-c.c [2020-10-27T03:21:31.612Z] #41 7.874 DEP images/ghost-file.pb-c.d [2020-10-27T03:21:31.612Z] #41 7.896 PBCC images/regfile.pb-c.c [2020-10-27T03:21:31.612Z] #41 7.911 DEP images/regfile.pb-c.d [2020-10-27T03:21:31.612Z] #41 7.962 PBCC images/ns.pb-c.c [2020-10-27T03:21:31.612Z] #41 7.965 DEP images/ns.pb-c.d [2020-10-27T03:21:31.612Z] #41 8.013 PBCC images/fdinfo.pb-c.c [2020-10-27T03:21:31.612Z] #41 8.081 DEP images/fdinfo.pb-c.d [2020-10-27T03:21:31.612Z] #41 8.153 PBCC images/core-aarch64.pb-c.c [2020-10-27T03:21:31.612Z] #41 8.163 PBCC images/core-arm.pb-c.c [2020-10-27T03:21:31.612Z] #41 8.203 PBCC images/core-ppc64.pb-c.c [2020-10-27T03:21:31.612Z] #41 8.215 PBCC images/core-s390.pb-c.c [2020-10-27T03:21:31.612Z] #41 8.229 PBCC images/core-x86.pb-c.c [2020-10-27T03:21:31.612Z] #41 8.254 PBCC images/core.pb-c.c [2020-10-27T03:21:31.612Z] #41 8.287 PBCC images/inventory.pb-c.c [2020-10-27T03:21:31.612Z] #41 8.327 DEP images/core-aarch64.pb-c.d [2020-10-27T03:21:31.612Z] #41 8.346 DEP images/core-arm.pb-c.d [2020-10-27T03:21:31.612Z] #41 8.381 DEP images/core-ppc64.pb-c.d [2020-10-27T03:21:31.612Z] #41 8.410 DEP images/core-s390.pb-c.d [2020-10-27T03:21:31.612Z] #41 8.443 DEP images/core-x86.pb-c.d [2020-10-27T03:21:31.612Z] #41 8.452 DEP images/core.pb-c.d [2020-10-27T03:21:31.612Z] #41 8.479 DEP images/inventory.pb-c.d [2020-10-27T03:21:31.612Z] #41 8.516 PBCC images/cpuinfo.pb-c.c [2020-10-27T03:21:31.612Z] #41 8.528 DEP images/cpuinfo.pb-c.d [2020-10-27T03:21:31.612Z] #41 8.558 PBCC images/stats.pb-c.c [2020-10-27T03:21:31.612Z] #41 8.570 DEP images/stats.pb-c.d [2020-10-27T03:21:31.612Z] #41 9.415 make[1]: Nothing to be done for 'all'. [2020-10-27T03:21:31.612Z] #41 10.18 CC images/stats.o [2020-10-27T03:21:31.612Z] #41 10.45 CC images/core.o [2020-10-27T03:21:31.612Z] #41 10.95 CC images/core-x86.o [2020-10-27T03:21:31.612Z] #41 11.23 CC images/core-arm.o [2020-10-27T03:21:31.612Z] #41 11.42 CC images/core-aarch64.o [2020-10-27T03:21:31.972Z] #41 11.65 CC images/core-ppc64.o [2020-10-27T03:21:31.972Z] #41 ... [2020-10-27T03:21:31.972Z] [2020-10-27T03:21:31.972Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:21:31.972Z] #11 37.63 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-10-27T03:21:31.972Z] #11 37.63 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-10-27T03:21:31.972Z] #11 37.64 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-10-27T03:21:31.972Z] #11 42.41 Selecting previously unselected package gcc-mingw-w64-base. [2020-10-27T03:21:31.972Z] #11 42.41 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-10-27T03:21:31.972Z] #11 42.41 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:21:31.972Z] #11 42.50 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-10-27T03:21:31.972Z] #11 42.50 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-10-27T03:21:31.972Z] #11 42.50 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:21:32.263Z] #11 ... [2020-10-27T03:21:32.263Z] [2020-10-27T03:21:32.263Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:21:32.263Z] #41 12.02 CC images/core-s390.o [2020-10-27T03:21:32.894Z] #41 12.37 CC images/cpuinfo.o [2020-10-27T03:21:32.894Z] #41 12.71 CC images/inventory.o [2020-10-27T03:21:33.185Z] #41 12.83 CC images/fdinfo.o [2020-10-27T03:21:33.185Z] #41 13.06 CC images/fown.o [2020-10-27T03:21:33.476Z] #41 13.22 CC images/ns.o [2020-10-27T03:21:33.766Z] #41 13.36 CC images/regfile.o [2020-10-27T03:21:33.766Z] #41 13.46 CC images/ghost-file.o [2020-10-27T03:21:33.766Z] #41 13.58 CC images/fifo.o [2020-10-27T03:21:34.058Z] #41 13.74 CC images/remap-file-path.o [2020-10-27T03:21:34.058Z] #41 13.83 CC images/eventfd.o [2020-10-27T03:21:34.353Z] #41 ... [2020-10-27T03:21:34.353Z] [2020-10-27T03:21:34.353Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:21:34.353Z] #32 DONE 49.7s [2020-10-27T03:21:34.353Z] [2020-10-27T03:21:34.353Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:21:34.353Z] #41 13.98 CC images/eventpoll.o [2020-10-27T03:21:34.644Z] #41 14.20 CC images/fh.o [2020-10-27T03:21:34.644Z] #41 14.38 CC images/fsnotify.o [2020-10-27T03:21:34.644Z] #41 ... [2020-10-27T03:21:34.644Z] [2020-10-27T03:21:34.644Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:21:34.644Z] #43 40.18 os [2020-10-27T03:21:34.644Z] #43 40.21 strings [2020-10-27T03:21:34.644Z] #43 41.63 regexp/syntax [2020-10-27T03:21:34.644Z] #43 42.75 fmt [2020-10-27T03:21:34.644Z] #43 45.40 regexp [2020-10-27T03:21:34.644Z] #43 46.25 go/token [2020-10-27T03:21:34.644Z] #43 46.83 go/scanner [2020-10-27T03:21:34.644Z] #43 47.59 go/ast [2020-10-27T03:21:34.644Z] #43 47.73 internal/lazyregexp [2020-10-27T03:21:34.644Z] #43 47.91 net/url [2020-10-27T03:21:34.644Z] #43 49.07 text/template/parse [2020-10-27T03:21:34.937Z] #43 ... [2020-10-27T03:21:34.937Z] [2020-10-27T03:21:34.937Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:21:34.937Z] #49 50.23 github.com/pkg/diff [2020-10-27T03:21:34.937Z] #49 50.40 go/ast [2020-10-27T03:21:35.568Z] #49 51.12 golang.org/x/crypto/ssh/terminal [2020-10-27T03:21:36.748Z] #49 52.16 mvdan.cc/editorconfig [2020-10-27T03:21:37.380Z] #49 52.86 mvdan.cc/sh/v3/fileutil [2020-10-27T03:21:37.380Z] #49 52.95 mvdan.cc/sh/v3/syntax [2020-10-27T03:21:40.214Z] #49 ... [2020-10-27T03:21:40.214Z] [2020-10-27T03:21:40.214Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:21:40.214Z] #54 27.34 Checking out files: 81% (2821/3445) Checking out files: 82% (2825/3445) Checking out files: 83% (2860/3445) Checking out files: 84% (2894/3445) Checking out files: 85% (2929/3445) Checking out files: 86% (2963/3445) Checking out files: 87% (2998/3445) Checking out files: 88% (3032/3445) Checking out files: 89% (3067/3445) Checking out files: 90% (3101/3445) Checking out files: 91% (3135/3445) Checking out files: 92% (3170/3445) Checking out files: 93% (3204/3445) Checking out files: 94% (3239/3445) Checking out files: 95% (3273/3445) Checking out files: 96% (3308/3445) Checking out files: 97% (3342/3445) Checking out files: 98% (3377/3445) Checking out files: 99% (3411/3445) Checking out files: 100% (3445/3445) Checking out files: 100% (3445/3445), done. [2020-10-27T03:21:40.214Z] #54 27.84 + cd /tmp/tmp.ZlaUNWcef6/src/github.com/containerd/containerd [2020-10-27T03:21:40.214Z] #54 27.84 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-27T03:21:40.214Z] #54 28.85 + export 'BUILDTAGS=netgo osusergo static_build' [2020-10-27T03:21:40.214Z] #54 28.85 + BUILDTAGS='netgo osusergo static_build' [2020-10-27T03:21:40.214Z] #54 28.85 + export EXTRA_FLAGS=-buildmode=pie [2020-10-27T03:21:40.214Z] #54 28.85 + EXTRA_FLAGS=-buildmode=pie [2020-10-27T03:21:40.214Z] #54 28.85 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-10-27T03:21:40.214Z] #54 28.85 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-10-27T03:21:40.214Z] #54 28.85 + '[' '' = dynamic ']' [2020-10-27T03:21:40.214Z] #54 28.85 + make [2020-10-27T03:21:40.214Z] #54 29.50 + bin/ctr [2020-10-27T03:21:40.591Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e4f8d516b812535c) in /home/ubuntu/workspace/moby_PR-41593 [Pipeline] { [Pipeline] checkout [2020-10-27T03:21:42.939Z] #54 ... [2020-10-27T03:21:42.939Z] [2020-10-27T03:21:42.939Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:21:42.939Z] #11 58.02 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-10-27T03:21:42.939Z] #11 58.03 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-10-27T03:21:42.939Z] #11 58.03 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:21:44.066Z] using credential docker-jenkins-github-credentials [2020-10-27T03:21:44.073Z] Cloning the remote Git repository [2020-10-27T03:21:44.073Z] Cloning with configured refspecs honoured and without tags [2020-10-27T03:21:44.099Z] Cloning repository https://github.com/moby/moby.git [2020-10-27T03:21:44.154Z] > git init /home/ubuntu/workspace/moby_PR-41593 # timeout=10 [2020-10-27T03:21:45.090Z] #11 ... [2020-10-27T03:21:45.090Z] [2020-10-27T03:21:45.091Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:21:45.091Z] #41 14.80 CC images/signalfd.o [2020-10-27T03:21:45.091Z] #41 14.98 CC images/fs.o [2020-10-27T03:21:45.091Z] #41 15.15 CC images/pstree.o [2020-10-27T03:21:45.091Z] #41 15.29 CC images/pipe.o [2020-10-27T03:21:45.091Z] #41 15.43 CC images/tcp-stream.o [2020-10-27T03:21:45.091Z] #41 15.57 CC images/sk-packet.o [2020-10-27T03:21:45.091Z] #41 15.76 CC images/mnt.o [2020-10-27T03:21:45.091Z] #41 15.96 CC images/pipe-data.o [2020-10-27T03:21:45.091Z] #41 16.06 CC images/sa.o [2020-10-27T03:21:45.091Z] #41 16.14 CC images/timer.o [2020-10-27T03:21:45.091Z] #41 16.40 CC images/timerfd.o [2020-10-27T03:21:45.091Z] #41 16.57 CC images/mm.o [2020-10-27T03:21:45.091Z] #41 16.78 CC images/sk-opts.o [2020-10-27T03:21:45.091Z] #41 16.96 CC images/sk-unix.o [2020-10-27T03:21:45.091Z] #41 17.09 CC images/sk-inet.o [2020-10-27T03:21:45.091Z] #41 17.26 CC images/tun.o [2020-10-27T03:21:45.091Z] #41 17.44 CC images/sk-netlink.o [2020-10-27T03:21:45.091Z] #41 17.52 CC images/packet-sock.o [2020-10-27T03:21:45.091Z] #41 17.70 CC images/ipc-var.o [2020-10-27T03:21:45.091Z] #41 17.86 CC images/ipc-desc.o [2020-10-27T03:21:45.091Z] #41 18.02 CC images/ipc-shm.o [2020-10-27T03:21:45.091Z] #41 18.22 CC images/ipc-msg.o [2020-10-27T03:21:45.091Z] #41 18.30 CC images/ipc-sem.o [2020-10-27T03:21:45.091Z] #41 18.41 CC images/utsns.o [2020-10-27T03:21:45.091Z] #41 18.55 CC images/creds.o [2020-10-27T03:21:45.091Z] #41 18.73 CC images/vma.o [2020-10-27T03:21:45.091Z] #41 18.89 CC images/netdev.o [2020-10-27T03:21:45.091Z] #41 19.10 CC images/tty.o [2020-10-27T03:21:45.091Z] #41 19.43 CC images/file-lock.o [2020-10-27T03:21:45.091Z] #41 19.51 CC images/rlimit.o [2020-10-27T03:21:45.091Z] #41 19.67 CC images/pagemap.o [2020-10-27T03:21:45.091Z] #41 19.79 CC images/siginfo.o [2020-10-27T03:21:45.091Z] #41 19.94 CC images/rpc.o [2020-10-27T03:21:45.091Z] #41 20.46 CC images/ext-file.o [2020-10-27T03:21:45.091Z] #41 20.59 CC images/cgroup.o [2020-10-27T03:21:45.091Z] #41 20.81 CC images/userns.o [2020-10-27T03:21:45.091Z] #41 20.93 CC images/google/protobuf/descriptor.o [2020-10-27T03:21:45.091Z] #41 21.89 CC images/opts.o [2020-10-27T03:21:45.091Z] #41 21.98 CC images/seccomp.o [2020-10-27T03:21:45.091Z] #41 22.14 CC images/binfmt-misc.o [2020-10-27T03:21:45.091Z] #41 22.22 CC images/time.o [2020-10-27T03:21:45.091Z] #41 22.29 CC images/sysctl.o [2020-10-27T03:21:45.091Z] #41 22.35 CC images/autofs.o [2020-10-27T03:21:45.091Z] #41 22.43 CC images/macvlan.o [2020-10-27T03:21:45.091Z] #41 22.52 CC images/sit.o [2020-10-27T03:21:45.091Z] #41 22.73 CC images/memfd.o [2020-10-27T03:21:45.091Z] #41 22.93 CC images/timens.o [2020-10-27T03:21:45.091Z] #41 23.09 LINK images/built-in.o [2020-10-27T03:21:45.091Z] #41 23.22 GEN compel/include/asm [2020-10-27T03:21:45.091Z] #41 23.23 GEN compel/include/version.h [2020-10-27T03:21:45.091Z] #41 23.26 touch .config [2020-10-27T03:21:45.091Z] #41 23.27 GEN include/common/config.h [2020-10-27T03:21:45.091Z] #41 23.33 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-10-27T03:21:45.091Z] #41 23.37 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-10-27T03:21:45.091Z] #41 23.39 GEN compel/plugins/include/uapi/std/syscall.h [2020-10-27T03:21:45.091Z] #41 23.39 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-10-27T03:21:45.091Z] #41 23.40 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-10-27T03:21:45.091Z] #41 23.43 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-10-27T03:21:45.091Z] #41 23.43 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-10-27T03:21:45.091Z] #41 23.43 DEP compel/plugins/std/infect.d [2020-10-27T03:21:45.091Z] #41 23.50 DEP compel/plugins/std/string.d [2020-10-27T03:21:45.091Z] #41 23.56 DEP compel/plugins/std/log.d [2020-10-27T03:21:45.091Z] #41 23.62 DEP compel/plugins/std/fds.d [2020-10-27T03:21:45.091Z] #41 23.71 DEP compel/plugins/std/std.d [2020-10-27T03:21:45.091Z] #41 23.83 DEP compel/plugins/shmem/shmem.d [2020-10-27T03:21:45.091Z] #41 23.89 DEP compel/plugins/fds/fds.d [2020-10-27T03:21:45.091Z] #41 23.95 CC compel/plugins/std/std.o [2020-10-27T03:21:45.091Z] #41 24.11 CC compel/plugins/std/fds.o [2020-10-27T03:21:45.091Z] #41 24.41 CC compel/plugins/std/log.o [2020-10-27T03:21:44.422Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:21:44.422Z] > git --version # timeout=10 [2020-10-27T03:21:44.446Z] > git --version # 'git version 2.17.1' [2020-10-27T03:21:44.446Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:21:44.447Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:21:45.381Z] #41 ... [2020-10-27T03:21:45.381Z] [2020-10-27T03:21:45.381Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:21:45.381Z] #49 56.98 mvdan.cc/sh/v3/cmd/shfmt [2020-10-27T03:21:45.381Z] #49 DONE 60.7s [2020-10-27T03:21:45.381Z] [2020-10-27T03:21:45.381Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:21:45.381Z] #43 50.93 go/parser [2020-10-27T03:21:45.381Z] #43 51.58 text/template [2020-10-27T03:21:45.381Z] #43 52.88 encoding/xml [2020-10-27T03:21:45.381Z] #43 54.70 go/doc [2020-10-27T03:21:45.381Z] #43 56.50 github.com/LK4D4/vndr/versioned [2020-10-27T03:21:45.381Z] #43 56.55 compress/flate [2020-10-27T03:21:45.381Z] #43 56.60 github.com/LK4D4/vndr/build [2020-10-27T03:21:45.381Z] #43 58.29 hash/crc32 [2020-10-27T03:21:45.381Z] #43 58.54 net [2020-10-27T03:21:45.381Z] #43 58.58 compress/gzip [2020-10-27T03:21:45.381Z] #43 58.90 vendor/golang.org/x/text/transform [2020-10-27T03:21:45.381Z] #43 59.38 vendor/golang.org/x/text/unicode/bidi [2020-10-27T03:21:45.381Z] #43 60.54 vendor/golang.org/x/text/secure/bidirule [2020-10-27T03:21:45.381Z] #43 60.82 vendor/golang.org/x/text/unicode/norm [2020-10-27T03:21:45.381Z] #43 ... [2020-10-27T03:21:45.381Z] [2020-10-27T03:21:45.381Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:21:45.381Z] #41 25.06 CC compel/plugins/std/string.o [2020-10-27T03:21:46.113Z] #41 25.88 CC compel/plugins/std/infect.o [2020-10-27T03:21:46.403Z] #41 26.15 CC compel/arch/s390/plugins/std/parasite-head.o [2020-10-27T03:21:46.403Z] #41 26.16 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-10-27T03:21:46.403Z] #41 26.19 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-10-27T03:21:46.403Z] #41 26.24 AR compel/plugins/std.lib.a [2020-10-27T03:21:46.403Z] #41 26.28 CC compel/plugins/fds/fds.o [2020-10-27T03:21:46.694Z] #41 26.47 AR compel/plugins/fds.lib.a [2020-10-27T03:21:46.694Z] #41 26.51 HOSTDEP compel/src/lib/log-host.d [2020-10-27T03:21:46.985Z] #41 26.59 HOSTDEP compel/src/lib/handle-elf-host.d [2020-10-27T03:21:46.985Z] #41 26.69 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-10-27T03:21:46.985Z] #41 26.75 HOSTDEP compel/src/main-host.d [2020-10-27T03:21:46.985Z] #41 26.81 DEP compel/src/lib/ptrace.d [2020-10-27T03:21:47.276Z] #41 26.94 DEP compel/src/lib/infect.d [2020-10-27T03:21:47.276Z] #41 27.08 DEP compel/src/lib/infect-util.d [2020-10-27T03:21:47.567Z] #41 27.15 DEP compel/src/lib/infect-rpc.d [2020-10-27T03:21:47.567Z] #41 27.24 DEP compel/arch/s390/src/lib/infect.d [2020-10-27T03:21:47.567Z] #41 27.31 DEP compel/arch/s390/src/lib/cpu.d [2020-10-27T03:21:47.567Z] #41 27.32 DEP compel/src/lib/log.d [2020-10-27T03:21:47.567Z] #41 27.37 DEP compel/src/main.d [2020-10-27T03:21:47.857Z] #41 27.43 DEP compel/src/lib/handle-elf.d [2020-10-27T03:21:47.857Z] #41 27.52 DEP compel/arch/s390/src/lib/handle-elf.d [2020-10-27T03:21:47.857Z] #41 27.58 CC compel/src/lib/log.o [2020-10-27T03:21:48.148Z] #41 27.74 CC compel/arch/s390/src/lib/cpu.o [2020-10-27T03:21:48.148Z] #41 27.91 CC compel/arch/s390/src/lib/infect.o [2020-10-27T03:21:48.779Z] #41 28.48 CC compel/src/lib/infect-rpc.o [2020-10-27T03:21:49.139Z] #41 28.61 CC compel/src/lib/infect-util.o [2020-10-27T03:21:49.139Z] #41 28.76 CC compel/src/lib/infect.o [2020-10-27T03:21:50.180Z] #41 29.95 CC compel/src/lib/ptrace.o [2020-10-27T03:21:50.529Z] #41 30.25 AR compel/libcompel.a [2020-10-27T03:21:50.529Z] #41 30.29 HOSTCC compel/src/main-host.o [2020-10-27T03:21:50.820Z] #41 ... [2020-10-27T03:21:50.820Z] [2020-10-27T03:21:50.820Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:21:50.820Z] #56 66.26 + for f in rootlesskit rootlesskit-docker-proxy [2020-10-27T03:21:50.820Z] #56 66.26 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-10-27T03:21:53.631Z] ---> adfe93922d46 [2020-10-27T03:21:53.631Z] Successfully built adfe93922d46 [2020-10-27T03:21:53.631Z] Successfully tagged docker:latest [2020-10-27T03:21:53.631Z] INFO: Image build ended at 10/27/2020 03:21:50. Duration:00:00:40.0584506 [2020-10-27T03:21:53.631Z] [2020-10-27T03:21:53.631Z] [2020-10-27T03:21:53.631Z] INFO: Building the test binaries at 10/27/2020 03:21:50... [2020-10-27T03:21:54.383Z] #56 DONE 69.9s [2020-10-27T03:21:54.383Z] [2020-10-27T03:21:54.383Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:21:54.383Z] #11 68.56 Selecting previously unselected package libapparmor1:s390x. [2020-10-27T03:21:54.383Z] #11 68.56 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-10-27T03:21:54.383Z] #11 68.57 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-10-27T03:21:54.383Z] #11 68.65 Selecting previously unselected package libapparmor-dev:s390x. [2020-10-27T03:21:54.383Z] #11 68.65 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-10-27T03:21:54.383Z] #11 68.65 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-10-27T03:21:54.383Z] #11 68.76 Selecting previously unselected package libbtrfs0. [2020-10-27T03:21:54.383Z] #11 68.77 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-10-27T03:21:54.383Z] #11 68.78 Unpacking libbtrfs0 (4.20.1-2) ... [2020-10-27T03:21:54.383Z] #11 68.83 Selecting previously unselected package libbtrfs-dev. [2020-10-27T03:21:54.383Z] #11 68.83 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-10-27T03:21:54.383Z] #11 68.84 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:21:54.383Z] #11 68.92 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-10-27T03:21:54.383Z] #11 68.93 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-10-27T03:21:54.383Z] #11 68.93 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-10-27T03:21:54.383Z] #11 68.99 Selecting previously unselected package libudev-dev:s390x. [2020-10-27T03:21:54.383Z] #11 68.99 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ... [2020-10-27T03:21:54.383Z] #11 69.02 Unpacking libudev-dev:s390x (241-7~deb10u4) ... [2020-10-27T03:21:54.383Z] #11 69.16 Selecting previously unselected package libsepol1-dev:s390x. [2020-10-27T03:21:54.383Z] #11 69.16 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-10-27T03:21:54.383Z] #11 69.17 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-10-27T03:21:54.383Z] #11 69.39 Selecting previously unselected package libpcre16-3:s390x. [2020-10-27T03:21:54.383Z] #11 69.40 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-10-27T03:21:54.383Z] #11 69.40 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-10-27T03:21:54.383Z] #11 69.50 Selecting previously unselected package libpcre32-3:s390x. [2020-10-27T03:21:54.383Z] #11 69.50 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-10-27T03:21:54.383Z] #11 69.52 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-10-27T03:21:54.383Z] #11 69.69 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-10-27T03:21:54.383Z] #11 69.69 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-10-27T03:21:54.383Z] #11 69.70 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-10-27T03:21:54.383Z] #11 69.75 Selecting previously unselected package libpcre3-dev:s390x. [2020-10-27T03:21:54.383Z] #11 69.75 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-10-27T03:21:54.383Z] #11 69.79 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-10-27T03:21:54.383Z] #11 ... [2020-10-27T03:21:54.383Z] [2020-10-27T03:21:54.383Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-27T03:21:54.383Z] #57 DONE 0.1s [2020-10-27T03:21:54.383Z] [2020-10-27T03:21:54.383Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:21:54.383Z] #11 70.07 Selecting previously unselected package libselinux1-dev:s390x. [2020-10-27T03:21:54.678Z] #11 ... [2020-10-27T03:21:54.678Z] [2020-10-27T03:21:54.678Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-27T03:21:54.678Z] #58 DONE 0.1s [2020-10-27T03:21:54.678Z] [2020-10-27T03:21:54.678Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:21:54.678Z] #11 70.07 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-10-27T03:21:54.678Z] #11 70.07 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-10-27T03:21:54.678Z] #11 70.26 Selecting previously unselected package libdevmapper-dev:s390x. [2020-10-27T03:21:54.678Z] #11 70.26 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-10-27T03:21:54.678Z] #11 70.27 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-10-27T03:21:54.678Z] #11 70.35 Selecting previously unselected package libseccomp-dev:s390x. [2020-10-27T03:21:54.969Z] #11 70.35 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-10-27T03:21:54.969Z] #11 70.35 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-10-27T03:21:54.969Z] #11 70.47 Selecting previously unselected package libsystemd-dev:s390x. [2020-10-27T03:21:54.969Z] #11 70.47 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ... [2020-10-27T03:21:54.969Z] #11 70.47 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ... [2020-10-27T03:21:55.259Z] #11 70.88 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-10-27T03:21:55.259Z] #11 70.93 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-10-27T03:21:55.259Z] #11 70.95 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-10-27T03:21:55.259Z] #11 70.96 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-10-27T03:21:55.259Z] #11 70.98 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-10-27T03:21:55.550Z] #11 71.00 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-10-27T03:21:55.550Z] #11 71.01 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:21:55.550Z] #11 71.03 Setting up libbtrfs0 (4.20.1-2) ... [2020-10-27T03:21:55.550Z] #11 71.04 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-10-27T03:21:55.550Z] #11 71.05 Setting up libudev-dev:s390x (241-7~deb10u4) ... [2020-10-27T03:21:55.550Z] #11 71.08 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-10-27T03:21:55.550Z] #11 71.09 Setting up libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:21:55.550Z] #11 71.11 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-10-27T03:21:55.550Z] #11 71.13 Setting up mingw-w64-common (6.0.0-3) ... [2020-10-27T03:21:55.550Z] #11 71.14 Setting up libsystemd-dev:s390x (241-7~deb10u4) ... [2020-10-27T03:21:55.550Z] #11 71.16 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-10-27T03:21:55.550Z] #11 71.17 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-10-27T03:21:55.550Z] #11 71.19 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:21:55.840Z] #11 71.23 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-10-27T03:21:55.840Z] #11 71.24 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-10-27T03:21:55.840Z] #11 71.26 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:21:55.840Z] #11 71.26 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-10-27T03:21:55.840Z] #11 71.27 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-10-27T03:21:55.840Z] #11 71.28 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-10-27T03:21:55.840Z] #11 71.29 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-10-27T03:21:55.840Z] #11 71.31 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-10-27T03:21:55.840Z] #11 71.32 Setting up dmsetup (2:1.02.155-3) ... [2020-10-27T03:21:55.840Z] #11 71.35 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-10-27T03:21:55.840Z] #11 71.36 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-10-27T03:21:55.840Z] #11 71.37 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:21:55.847Z] INFO: make.ps1 starting at 10/27/2020 03:21:55 [2020-10-27T03:21:55.847Z] INFO: Git commit (8cc0fd811e) assumed from DOCKER_GITCOMMIT environment variable [2020-10-27T03:21:56.131Z] #11 DONE 71.8s [2020-10-27T03:21:56.131Z] [2020-10-27T03:21:56.131Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:21:56.131Z] #41 30.47 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-10-27T03:21:56.131Z] #41 30.59 HOSTCC compel/src/lib/handle-elf-host.o [2020-10-27T03:21:56.131Z] #41 30.86 HOSTCC compel/src/lib/log-host.o [2020-10-27T03:21:56.131Z] #41 30.94 HOSTLINK compel/compel-host-bin [2020-10-27T03:21:56.131Z] #41 31.04 DEP soccr/soccr.d [2020-10-27T03:21:56.131Z] #41 31.14 CC soccr/soccr.o [2020-10-27T03:21:56.131Z] #41 31.91 AR soccr/libsoccr.a [2020-10-27T03:21:56.131Z] #41 31.93 make[1]: 'soccr/libsoccr.a' is up to date. [2020-10-27T03:21:56.131Z] #41 32.14 DEP criu/arch/s390/sigframe.d [2020-10-27T03:21:56.131Z] #41 32.21 DEP criu/arch/s390/crtools.d [2020-10-27T03:21:56.131Z] #41 32.42 DEP criu/arch/s390/cpu.d [2020-10-27T03:21:56.131Z] #41 32.55 CC criu/arch/s390/cpu.o [2020-10-27T03:21:56.131Z] #41 32.93 CC criu/arch/s390/crtools.o [2020-10-27T03:21:56.131Z] #41 33.61 CC criu/arch/s390/sigframe.o [2020-10-27T03:21:56.131Z] #41 33.81 LINK criu/arch/s390/crtools.built-in.o [2020-10-27T03:21:56.131Z] #41 33.84 DEP criu/pie/util-vdso.d [2020-10-27T03:21:56.131Z] #41 33.99 DEP criu/pie/util.d [2020-10-27T03:21:56.131Z] #41 34.15 CC criu/pie/util.o [2020-10-27T03:21:56.131Z] #41 34.28 CC criu/pie/util-vdso.o [2020-10-27T03:21:56.131Z] #41 34.84 AR criu/pie/pie.lib.a [2020-10-27T03:21:56.131Z] #41 34.87 DEP criu/pie/restorer.d [2020-10-27T03:21:56.131Z] #41 34.96 DEP criu/arch/s390/restorer.d [2020-10-27T03:21:56.131Z] #41 35.01 DEP criu/arch/s390/vdso-pie.d [2020-10-27T03:21:56.131Z] #41 35.03 DEP criu/pie/parasite-vdso.d [2020-10-27T03:21:56.131Z] #41 35.07 DEP criu/pie/parasite.d [2020-10-27T03:21:56.131Z] #41 35.15 CC criu/pie/parasite.o [2020-10-27T03:21:56.132Z] #41 35.65 LINK criu/pie/parasite.built-in.o [2020-10-27T03:21:56.132Z] #41 35.66 GEN criu/pie/parasite-blob.h [2020-10-27T03:21:56.132Z] #41 35.66 CC criu/pie/parasite-vdso.o [2020-10-27T03:21:56.132Z] #41 35.93 CC criu/arch/s390/vdso-pie.o [2020-10-27T03:21:56.312Z] INFO: Invoking autogen... [2020-10-27T03:21:56.422Z] #41 36.13 CC criu/arch/s390/restorer.o [2020-10-27T03:21:56.722Z] #41 36.37 CC criu/pie/restorer.o [2020-10-27T03:21:56.778Z] INFO: Building daemon... [2020-10-27T03:21:57.355Z] #41 ... [2020-10-27T03:21:57.355Z] [2020-10-27T03:21:57.355Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:21:57.355Z] #51 0.914 + RM_GOPATH=0 [2020-10-27T03:21:57.355Z] #51 0.914 + TMP_GOPATH= [2020-10-27T03:21:57.355Z] #51 0.914 + : /build [2020-10-27T03:21:57.355Z] #51 0.914 + '[' -z '' ']' [2020-10-27T03:21:57.355Z] #51 0.914 ++ mktemp -d [2020-10-27T03:21:57.355Z] #51 0.917 + export GOPATH=/tmp/tmp.GI2JpbiDZ3 [2020-10-27T03:21:57.355Z] #51 0.917 + GOPATH=/tmp/tmp.GI2JpbiDZ3 [2020-10-27T03:21:57.355Z] #51 0.917 + RM_GOPATH=1 [2020-10-27T03:21:57.355Z] #51 0.917 + case "$(go env GOARCH)" in [2020-10-27T03:21:57.355Z] #51 0.918 ++ go env GOARCH [2020-10-27T03:21:57.355Z] #51 0.937 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:21:57.355Z] #51 0.937 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:21:57.355Z] #51 0.937 ++ dirname /tmp/install/install.sh [2020-10-27T03:21:57.355Z] #51 0.938 + dir=/tmp/install [2020-10-27T03:21:57.355Z] #51 0.938 + bin=runc [2020-10-27T03:21:57.355Z] #51 0.938 + shift [2020-10-27T03:21:57.355Z] #51 0.938 + '[' '!' -f /tmp/install/runc.installer ']' [2020-10-27T03:21:57.355Z] #51 0.938 + . /tmp/install/runc.installer [2020-10-27T03:21:57.355Z] #51 0.938 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-10-27T03:21:57.355Z] #51 0.938 + install_runc [2020-10-27T03:21:57.355Z] #51 0.938 + uname -r [2020-10-27T03:21:57.355Z] #51 0.939 + grep -q '^3\.10\.0.*\.el7\.' [2020-10-27T03:21:57.355Z] #51 0.941 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-10-27T03:21:57.355Z] #51 0.941 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-10-27T03:21:57.355Z] #51 0.941 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.GI2JpbiDZ3/src/github.com/opencontainers/runc [2020-10-27T03:21:57.355Z] #51 0.941 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-10-27T03:21:57.355Z] #51 0.942 Cloning into '/tmp/tmp.GI2JpbiDZ3/src/github.com/opencontainers/runc'... [2020-10-27T03:21:57.701Z] #51 ... [2020-10-27T03:21:57.701Z] [2020-10-27T03:21:57.701Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-27T03:21:57.701Z] #12 DONE 1.2s [2020-10-27T03:21:57.701Z] [2020-10-27T03:21:57.701Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-27T03:21:58.333Z] #13 ... [2020-10-27T03:21:58.333Z] [2020-10-27T03:21:58.333Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:21:58.333Z] #43 63.82 vendor/golang.org/x/net/idna [2020-10-27T03:21:58.333Z] #43 65.43 vendor/golang.org/x/net/http2/hpack [2020-10-27T03:21:58.333Z] #43 66.16 mime [2020-10-27T03:21:58.333Z] #43 67.07 mime/quotedprintable [2020-10-27T03:21:58.333Z] #43 67.30 net/http/internal [2020-10-27T03:21:58.333Z] #43 69.37 net/textproto [2020-10-27T03:21:58.333Z] #43 69.37 crypto/x509 [2020-10-27T03:21:58.333Z] #43 69.88 vendor/golang.org/x/net/http/httpguts [2020-10-27T03:21:58.333Z] #43 70.11 vendor/golang.org/x/net/http/httpproxy [2020-10-27T03:21:58.333Z] #43 70.75 mime/multipart [2020-10-27T03:21:58.333Z] #43 71.74 crypto/tls [2020-10-27T03:21:58.333Z] #43 ... [2020-10-27T03:21:58.333Z] [2020-10-27T03:21:58.333Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:21:58.333Z] #41 37.89 LINK criu/pie/restorer.built-in.o [2020-10-27T03:21:58.333Z] #41 37.90 GEN criu/pie/restorer-blob.h [2020-10-27T03:21:58.333Z] #41 37.94 DEP criu/vdso.d [2020-10-27T03:21:58.624Z] #41 ... [2020-10-27T03:21:58.624Z] [2020-10-27T03:21:58.624Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-27T03:21:58.624Z] #13 DONE 1.0s [2020-10-27T03:21:58.624Z] [2020-10-27T03:21:58.625Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:21:58.625Z] #41 38.21 DEP criu/uts_ns.d [2020-10-27T03:21:58.625Z] #41 38.32 DEP criu/util.d [2020-10-27T03:21:58.819Z] Removing intermediate container 46ad94c5a6cc [2020-10-27T03:21:58.819Z] ---> 58a70e4601cb [2020-10-27T03:21:58.819Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-10-27T03:21:58.819Z] ---> 805dc2d65d1c [2020-10-27T03:21:58.819Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-10-27T03:21:58.819Z] ---> 77a19fa8ee3c [2020-10-27T03:21:58.819Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-10-27T03:21:58.819Z] ---> Running in e37eb3abac2f [2020-10-27T03:21:58.819Z] Removing intermediate container e37eb3abac2f [2020-10-27T03:21:58.819Z] ---> dfc96db36a4c [2020-10-27T03:21:58.819Z] Successfully built dfc96db36a4c [2020-10-27T03:21:58.819Z] Successfully tagged moby-buildx:latest [2020-10-27T03:21:58.819Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-10-27T03:21:58.819Z] if [ -n "${id}" ]; then \ [2020-10-27T03:21:58.819Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-10-27T03:21:58.819Z] && touch bundles/buildx; \ [2020-10-27T03:21:58.819Z] docker rm -f ${id}; \ [2020-10-27T03:21:58.819Z] fi [2020-10-27T03:21:58.819Z] 33da784f5da78245af6ce1a17e33502fa08d6d218b2730421017d98729e76e49 [2020-10-27T03:21:58.819Z] bundles/buildx version [2020-10-27T03:21:58.819Z] buildx v0.3.1 6db68d0 [2020-10-27T03:21:58.819Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a . [2020-10-27T03:21:58.819Z] #1 [internal] booting buildkit [2020-10-27T03:21:58.819Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-10-27T03:21:58.819Z] #1 pulling image moby/buildkit:buildx-stable-1 1.9s done [2020-10-27T03:21:58.819Z] #1 creating container buildx_buildkit_default [2020-10-27T03:21:58.819Z] #1 creating container buildx_buildkit_default 0.4s done [2020-10-27T03:21:58.819Z] #1 DONE 2.3s [2020-10-27T03:21:58.819Z] [2020-10-27T03:21:58.819Z] #3 [internal] load build definition from Dockerfile [2020-10-27T03:21:58.819Z] #3 transferring dockerfile: 16.58kB done [2020-10-27T03:21:58.819Z] #3 DONE 0.0s [2020-10-27T03:21:58.819Z] [2020-10-27T03:21:58.819Z] #2 [internal] load .dockerignore [2020-10-27T03:21:58.819Z] #2 transferring context: 87B done [2020-10-27T03:21:58.819Z] #2 DONE 0.0s [2020-10-27T03:21:58.819Z] [2020-10-27T03:21:58.819Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-27T03:21:58.819Z] #4 DONE 1.1s [2020-10-27T03:21:58.819Z] [2020-10-27T03:21:58.819Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-27T03:21:58.819Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-10-27T03:21:58.819Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-10-27T03:21:58.819Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-10-27T03:21:58.819Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-10-27T03:21:58.819Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-10-27T03:21:58.819Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.3s done [2020-10-27T03:21:58.819Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-10-27T03:21:58.819Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done [2020-10-27T03:21:58.819Z] #5 DONE 1.0s [2020-10-27T03:21:58.819Z] [2020-10-27T03:21:58.819Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-27T03:21:58.917Z] #41 38.53 DEP criu/uffd.d [2020-10-27T03:21:58.917Z] #41 38.74 DEP criu/tun.d [2020-10-27T03:21:59.112Z] #8 DONE 0.7s [2020-10-27T03:21:59.112Z] [2020-10-27T03:21:59.112Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-27T03:21:59.208Z] #41 38.83 DEP criu/tty.d [2020-10-27T03:21:59.208Z] #41 38.98 DEP criu/timerfd.d [2020-10-27T03:21:59.407Z] #7 DONE 0.9s [2020-10-27T03:21:59.407Z] [2020-10-27T03:21:59.407Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-27T03:21:59.501Z] #41 39.12 DEP criu/timens.d [2020-10-27T03:21:59.501Z] #41 ... [2020-10-27T03:21:59.501Z] [2020-10-27T03:21:59.501Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-27T03:21:59.501Z] #14 0.767 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-10-27T03:21:59.501Z] #14 DONE 0.9s [2020-10-27T03:21:59.501Z] [2020-10-27T03:21:59.501Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:21:59.501Z] #41 39.26 DEP criu/sysfs_parse.d [2020-10-27T03:21:59.705Z] #6 DONE 1.2s [2020-10-27T03:21:59.705Z] [2020-10-27T03:21:59.705Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-27T03:21:59.705Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-10-27T03:21:59.798Z] #41 39.42 DEP criu/sysctl.d [2020-10-27T03:21:59.798Z] #41 39.54 DEP criu/string.d [2020-10-27T03:21:59.798Z] #41 39.57 DEP criu/stats.d [2020-10-27T03:22:00.019Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 0.1s [2020-10-27T03:22:00.019Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-10-27T03:22:00.019Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-10-27T03:22:00.089Z] #41 39.74 DEP criu/sockets.d [2020-10-27T03:22:00.089Z] #41 39.92 DEP criu/sk-unix.d [2020-10-27T03:22:00.381Z] #41 40.11 DEP criu/sk-tcp.d [2020-10-27T03:22:00.673Z] #41 ... [2020-10-27T03:22:00.673Z] [2020-10-27T03:22:00.673Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-27T03:22:00.673Z] #15 DONE 1.0s [2020-10-27T03:22:00.673Z] [2020-10-27T03:22:00.673Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:00.673Z] #41 40.23 DEP criu/sk-queue.d [2020-10-27T03:22:00.673Z] #41 40.40 DEP criu/sk-packet.d [2020-10-27T03:22:00.832Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.35MB / 9.86MB 0.6s [2020-10-27T03:22:00.832Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.15MB / 9.86MB 0.8s [2020-10-27T03:22:00.832Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.79MB / 9.86MB 0.9s [2020-10-27T03:22:00.964Z] #41 40.51 DEP criu/sk-netlink.d [2020-10-27T03:22:00.964Z] #41 40.60 DEP criu/sk-inet.d [2020-10-27T03:22:00.964Z] #41 40.87 DEP criu/signalfd.d [2020-10-27T03:22:01.137Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 6.87MB / 9.86MB 1.1s [2020-10-27T03:22:01.137Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 7.73MB / 9.86MB 1.2s [2020-10-27T03:22:01.255Z] #41 40.92 DEP criu/sigframe.d [2020-10-27T03:22:01.255Z] #41 41.01 DEP criu/shmem.d [2020-10-27T03:22:01.255Z] #41 41.12 DEP criu/servicefd.d [2020-10-27T03:22:01.547Z] #41 41.18 DEP criu/seize.d [2020-10-27T03:22:01.547Z] #41 41.26 DEP criu/seccomp.d [2020-10-27T03:22:01.547Z] #41 ... [2020-10-27T03:22:01.547Z] [2020-10-27T03:22:01.547Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-27T03:22:01.547Z] #16 DONE 1.1s [2020-10-27T03:22:01.578Z] ok github.com/docker/docker/api/server/httputils 0.020s coverage: 14.7% of statements [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-10-27T03:22:01.578Z] ok github.com/docker/docker/api/server/middleware 0.025s coverage: 37.7% of statements [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-10-27T03:22:01.578Z] ok github.com/docker/docker/api/types/strslice 0.018s coverage: 90.0% of statements [2020-10-27T03:22:01.578Z] ok github.com/docker/docker/api/types/filters 0.017s coverage: 92.2% of statements [2020-10-27T03:22:01.578Z] ok github.com/docker/docker/api/server/router/swarm 0.012s coverage: 5.7% of statements [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/container [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/events [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/image [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/network [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-10-27T03:22:01.578Z] ok github.com/docker/docker/api/types/time 0.015s coverage: 100.0% of statements [2020-10-27T03:22:01.578Z] ok github.com/docker/docker/api/types/versions 0.046s coverage: 75.0% of statements [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/builder [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-10-27T03:22:01.578Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-10-27T03:22:01.578Z] ok github.com/docker/docker/builder/dockerignore 0.021s coverage: 96.8% of statements [2020-10-27T03:22:01.578Z] ok github.com/docker/docker/cli/debug 0.014s coverage: 100.0% of statements [2020-10-27T03:22:01.840Z] [2020-10-27T03:22:01.840Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:01.840Z] #41 41.46 DEP criu/rst-malloc.d [2020-10-27T03:22:01.840Z] #41 41.51 DEP criu/rbtree.d [2020-10-27T03:22:01.840Z] #41 41.53 DEP criu/pstree.d [2020-10-27T03:22:02.126Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.3s done [2020-10-27T03:22:02.126Z] #61 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2020-10-27T03:22:02.126Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.3s done [2020-10-27T03:22:02.131Z] #41 41.69 DEP criu/protobuf.d [2020-10-27T03:22:02.131Z] #41 41.86 GEN criu/protobuf-desc-gen.h [2020-10-27T03:22:02.763Z] #41 ... [2020-10-27T03:22:02.763Z] [2020-10-27T03:22:02.763Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-27T03:22:02.763Z] #17 DONE 1.0s [2020-10-27T03:22:02.763Z] [2020-10-27T03:22:02.763Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:22:02.763Z] #51 5.897 + cd /tmp/tmp.GI2JpbiDZ3/src/github.com/opencontainers/runc [2020-10-27T03:22:02.763Z] #51 5.897 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-10-27T03:22:02.763Z] #51 6.118 + '[' -z '' ']' [2020-10-27T03:22:02.763Z] #51 6.119 + target=static [2020-10-27T03:22:02.763Z] #51 6.119 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-10-27T03:22:02.763Z] #51 6.368 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-10-27T03:22:02.973Z] ok github.com/docker/docker/builder/remotecontext 0.301s coverage: 13.6% of statements [2020-10-27T03:22:03.549Z] ok github.com/docker/docker/builder/dockerfile 0.851s coverage: 48.0% of statements [2020-10-27T03:22:03.814Z] ok github.com/docker/docker/builder/remotecontext/git 3.463s coverage: 86.3% of statements [2020-10-27T03:22:03.814Z] ? github.com/docker/docker/cli [no test files] [2020-10-27T03:22:03.814Z] ? github.com/docker/docker/cli/config [no test files] [2020-10-27T03:22:04.334Z] #61 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 2.9s done [2020-10-27T03:22:04.334Z] #61 DONE 4.6s [2020-10-27T03:22:04.334Z] [2020-10-27T03:22:04.334Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:22:04.334Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-10-27T03:22:04.334Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 42.29MB / 73.58MB 4.4s [2020-10-27T03:22:04.334Z] #9 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done [2020-10-27T03:22:04.334Z] #9 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done [2020-10-27T03:22:04.334Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.6s done [2020-10-27T03:22:04.334Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.3s done [2020-10-27T03:22:04.334Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 45.16MB / 57.46MB 4.4s [2020-10-27T03:22:04.334Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 48.55MB / 96.52MB 4.4s [2020-10-27T03:22:04.334Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-10-27T03:22:04.334Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.3s done [2020-10-27T03:22:04.334Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 4.1s done [2020-10-27T03:22:04.763Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 46.20MB / 73.58MB 4.7s [2020-10-27T03:22:04.763Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 49.86MB / 57.46MB 4.7s [2020-10-27T03:22:04.763Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 55.85MB / 96.52MB 4.8s [2020-10-27T03:22:04.763Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 50.26MB / 73.58MB 5.0s [2020-10-27T03:22:04.763Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 55.06MB / 57.46MB 5.0s [2020-10-27T03:22:05.065Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 5.1s done [2020-10-27T03:22:05.065Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 61.86MB / 96.52MB 5.1s [2020-10-27T03:22:05.065Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 56.12MB / 73.58MB 5.2s [2020-10-27T03:22:05.437Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 67.03MB / 96.52MB 5.4s [2020-10-27T03:22:05.437Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 61.86MB / 73.58MB 5.6s [2020-10-27T03:22:05.753Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 68.15MB / 73.58MB 5.7s [2020-10-27T03:22:05.753Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 76.60MB / 96.52MB 5.7s [2020-10-27T03:22:05.753Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.9s [2020-10-27T03:22:05.753Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 82.49MB / 96.52MB 5.9s [2020-10-27T03:22:06.051Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.9s done [2020-10-27T03:22:06.051Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 90.48MB / 96.52MB 6.0s [2020-10-27T03:22:06.051Z] #9 ... [2020-10-27T03:22:06.051Z] [2020-10-27T03:22:06.051Z] #22 [internal] load build context [2020-10-27T03:22:06.051Z] #22 transferring context: 52.01MB 6.5s done [2020-10-27T03:22:06.051Z] #22 DONE 6.5s [2020-10-27T03:22:06.051Z] [2020-10-27T03:22:06.051Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:22:06.051Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.2s done [2020-10-27T03:22:06.051Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-10-27T03:22:06.051Z] #9 ... [2020-10-27T03:22:06.051Z] [2020-10-27T03:22:06.051Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-10-27T03:22:06.051Z] #25 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-10-27T03:22:06.051Z] #25 sha256:718fa89ee697814e223b7b407029d1ebc1d8316f9d26c0ae1e9168d9b5ba893c 529B / 529B done [2020-10-27T03:22:06.051Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 54.14MB / 54.14MB 4.4s done [2020-10-27T03:22:06.051Z] #25 sha256:2946fdcd38d09692b95ae44ef5aa4a608d852cd56565f6ac040208e9c12e661e 1.50kB / 1.50kB done [2020-10-27T03:22:06.051Z] #25 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-10-27T03:22:06.051Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 [2020-10-27T03:22:07.787Z] Fetching without tags [2020-10-27T03:22:08.149Z] Merging remotes/origin/master commit 837ee91cb9295a86dec176da07ee598304535dbb into PR head commit 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:22:08.407Z] #51 ... [2020-10-27T03:22:08.407Z] [2020-10-27T03:22:08.407Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:08.407Z] #41 42.84 DEP criu/protobuf-desc.d [2020-10-27T03:22:08.407Z] #41 42.93 DEP criu/proc_parse.d [2020-10-27T03:22:08.407Z] #41 43.12 DEP criu/plugin.d [2020-10-27T03:22:08.407Z] #41 43.20 DEP criu/pipes.d [2020-10-27T03:22:08.407Z] #41 43.31 DEP criu/pie-util.d [2020-10-27T03:22:08.407Z] #41 43.38 DEP criu/pie-util-vdso.d [2020-10-27T03:22:08.407Z] #41 43.51 DEP criu/path.d [2020-10-27T03:22:08.407Z] #41 43.68 DEP criu/parasite-syscall.d [2020-10-27T03:22:08.407Z] #41 43.87 DEP criu/pagemap.d [2020-10-27T03:22:08.407Z] #41 43.96 DEP criu/pagemap-cache.d [2020-10-27T03:22:08.407Z] #41 44.04 DEP criu/page-xfer.d [2020-10-27T03:22:08.407Z] #41 44.21 DEP criu/page-pipe.d [2020-10-27T03:22:08.407Z] #41 44.25 DEP criu/netfilter.d [2020-10-27T03:22:08.407Z] #41 44.34 DEP criu/net.d [2020-10-27T03:22:08.407Z] #41 44.54 DEP criu/namespaces.d [2020-10-27T03:22:08.407Z] #41 44.66 DEP criu/mount.d [2020-10-27T03:22:08.407Z] #41 44.79 DEP criu/memfd.d [2020-10-27T03:22:08.407Z] #41 44.90 DEP criu/mem.d [2020-10-27T03:22:08.407Z] #41 45.12 DEP criu/lsm.d [2020-10-27T03:22:08.407Z] #41 45.24 DEP criu/log.d [2020-10-27T03:22:08.407Z] #41 45.37 DEP criu/libnetlink.d [2020-10-27T03:22:08.407Z] #41 45.46 DEP criu/kerndat.d [2020-10-27T03:22:08.407Z] #41 45.65 DEP criu/kcmp-ids.d [2020-10-27T03:22:08.407Z] #41 45.74 DEP criu/irmap.d [2020-10-27T03:22:08.407Z] #41 45.89 DEP criu/ipc_ns.d [2020-10-27T03:22:08.407Z] #41 46.09 DEP criu/image.d [2020-10-27T03:22:08.407Z] #41 46.29 DEP criu/image-desc.d [2020-10-27T03:22:08.407Z] #41 46.35 DEP criu/fsnotify.d [2020-10-27T03:22:08.407Z] #41 46.46 DEP criu/filesystems.d [2020-10-27T03:22:08.407Z] #41 46.58 DEP criu/files.d [2020-10-27T03:22:08.407Z] #41 46.79 DEP criu/files-reg.d [2020-10-27T03:22:08.407Z] #41 46.99 DEP criu/files-ext.d [2020-10-27T03:22:08.407Z] #41 47.14 DEP criu/file-lock.d [2020-10-27T03:22:08.407Z] #41 47.30 DEP criu/file-ids.d [2020-10-27T03:22:08.407Z] #41 47.39 DEP criu/fifo.d [2020-10-27T03:22:08.407Z] #41 47.56 DEP criu/fdstore.d [2020-10-27T03:22:08.407Z] #41 47.62 DEP criu/fault-injection.d [2020-10-27T03:22:08.407Z] #41 47.65 DEP criu/external.d [2020-10-27T03:22:08.407Z] #41 47.75 DEP criu/eventpoll.d [2020-10-27T03:22:08.407Z] #41 47.85 DEP criu/eventfd.d [2020-10-27T03:22:08.407Z] #41 47.92 DEP criu/crtools.d [2020-10-27T03:22:08.407Z] #41 48.09 DEP criu/cr-service.d [2020-10-27T03:22:08.769Z] #41 48.27 DEP criu/cr-restore.d [2020-10-27T03:22:08.769Z] #41 48.42 DEP criu/cr-errno.d [2020-10-27T03:22:08.769Z] #41 48.43 DEP criu/cr-dump.d [2020-10-27T03:22:08.769Z] #41 48.65 DEP criu/cr-dedup.d [2020-10-27T03:22:09.060Z] #41 48.80 DEP criu/cr-check.d [2020-10-27T03:22:07.694Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:22:07.709Z] > git config --add remote.origin.fetch +refs/pull/41593/head:refs/remotes/origin/PR-41593 # timeout=10 [2020-10-27T03:22:07.722Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:22:07.757Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-27T03:22:07.791Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-27T03:22:07.791Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:22:07.792Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41593/head:refs/remotes/origin/PR-41593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T03:22:08.159Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:22:08.186Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:22:08.961Z] > git remote # timeout=10 [2020-10-27T03:22:08.990Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T03:22:09.021Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-27T03:22:09.022Z] > git merge 837ee91cb9295a86dec176da07ee598304535dbb # timeout=10 [2020-10-27T03:22:09.053Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T03:22:09.090Z] Merge succeeded, producing 8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:22:09.090Z] Checking out Revision 8cc0fd811eb48e7c3cec935a84f5988743b9881a (PR-41593) [2020-10-27T03:22:09.122Z] ok github.com/docker/docker/client 0.254s coverage: 75.4% of statements [2020-10-27T03:22:09.351Z] #41 49.08 DEP criu/config.d [2020-10-27T03:22:09.351Z] #41 49.18 DEP criu/clone-noasan.d [2020-10-27T03:22:09.641Z] #41 49.24 DEP criu/cgroup.d [2020-10-27T03:22:09.641Z] #41 49.39 DEP criu/cgroup-props.d [2020-10-27T03:22:09.641Z] #41 49.47 DEP criu/bitmap.d [2020-10-27T03:22:09.932Z] #41 49.48 DEP criu/bfd.d [2020-10-27T03:22:09.932Z] #41 49.57 DEP criu/autofs.d [2020-10-27T03:22:09.932Z] #41 49.70 DEP criu/aio.d [2020-10-27T03:22:10.223Z] #41 49.83 DEP criu/action-scripts.d [2020-10-27T03:22:10.223Z] #41 ... [2020-10-27T03:22:10.223Z] [2020-10-27T03:22:10.223Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:22:10.223Z] #43 75.85 net/http/httptrace [2020-10-27T03:22:10.223Z] #43 76.06 net/http [2020-10-27T03:22:10.223Z] #43 83.57 github.com/LK4D4/vndr/godl [2020-10-27T03:22:10.223Z] #43 84.05 github.com/LK4D4/vndr [2020-10-27T03:22:10.513Z] #43 ... [2020-10-27T03:22:10.513Z] [2020-10-27T03:22:10.513Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:10.513Z] #41 50.15 CC criu/action-scripts.o [2020-10-27T03:22:10.549Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 5.6s done [2020-10-27T03:22:10.549Z] #25 DONE 10.5s [2020-10-27T03:22:10.549Z] [2020-10-27T03:22:10.549Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-27T03:22:10.549Z] #26 0.222 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:22:10.549Z] #26 0.251 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:22:10.549Z] #26 0.280 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:22:10.549Z] #26 0.454 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-10-27T03:22:10.852Z] #26 0.686 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-10-27T03:22:11.147Z] #41 50.65 CC criu/aio.o [2020-10-27T03:22:11.149Z] #26 1.094 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-10-27T03:22:11.437Z] #41 51.03 CC criu/autofs.o [2020-10-27T03:22:09.092Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T03:22:09.113Z] > git checkout -f 8cc0fd811eb48e7c3cec935a84f5988743b9881a # timeout=10 [2020-10-27T03:22:12.501Z] #41 52.16 CC criu/bfd.o [2020-10-27T03:22:12.792Z] #41 ... [2020-10-27T03:22:12.792Z] [2020-10-27T03:22:12.792Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:22:12.792Z] #18 0.928 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:22:12.792Z] #18 0.985 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:22:12.792Z] #18 1.071 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:22:12.792Z] #18 1.382 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-10-27T03:22:12.792Z] #18 2.076 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [215 kB] [2020-10-27T03:22:12.792Z] #18 2.969 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-10-27T03:22:12.792Z] #18 6.090 Fetched 8085 kB in 5s (1555 kB/s) [2020-10-27T03:22:12.792Z] #18 6.090 Reading package lists... [2020-10-27T03:22:12.792Z] #18 8.016 Reading package lists... [2020-10-27T03:22:12.792Z] #18 10.10 Building dependency tree... [2020-10-27T03:22:12.792Z] #18 ... [2020-10-27T03:22:12.792Z] [2020-10-27T03:22:12.792Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:12.792Z] #41 52.57 CC criu/bitmap.o [2020-10-27T03:22:13.082Z] #41 52.72 CC criu/cgroup-props.o [2020-10-27T03:22:13.232Z] #26 2.807 Fetched 8171 kB in 3s (3143 kB/s) [2020-10-27T03:22:13.671Z] Commit message: "docs: fix builder-version swagger" [2020-10-27T03:22:13.713Z] #41 53.36 CC criu/cgroup.o [2020-10-27T03:22:13.693Z] > git --version # timeout=10 [2020-10-27T03:22:13.718Z] > git --version # 'git version 2.17.1' [2020-10-27T03:22:13.741Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [2020-10-27T03:22:14.281Z] #26 2.807 Reading package lists... [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-27T03:22:14.346Z] #41 ... [2020-10-27T03:22:14.346Z] [2020-10-27T03:22:14.346Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:22:14.346Z] #43 DONE 90.0s [2020-10-27T03:22:14.638Z] [2020-10-27T03:22:14.638Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:22:14.638Z] #18 10.10 Building dependency tree... [2020-10-27T03:22:14.638Z] #18 10.59 libcap2-bin is already the newest version (1:2.25-2). [2020-10-27T03:22:14.638Z] #18 10.59 The following additional packages will be installed: [2020-10-27T03:22:14.638Z] #18 10.59 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-10-27T03:22:14.638Z] #18 10.59 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-10-27T03:22:14.638Z] #18 10.59 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-10-27T03:22:14.638Z] #18 10.59 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-10-27T03:22:14.638Z] #18 10.59 python3.7 python3.7-minimal vim-runtime xxd [2020-10-27T03:22:14.638Z] #18 10.59 Suggested packages: [2020-10-27T03:22:14.638Z] #18 10.59 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-10-27T03:22:14.638Z] #18 10.59 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-10-27T03:22:14.638Z] #18 10.59 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-10-27T03:22:14.638Z] #18 10.59 Recommended packages: [2020-10-27T03:22:14.638Z] #18 10.59 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-10-27T03:22:14.638Z] #18 10.59 python3-keyrings.alt python3-xdg unzip [2020-10-27T03:22:14.638Z] #18 11.78 The following NEW packages will be installed: [2020-10-27T03:22:14.639Z] #18 11.79 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-10-27T03:22:14.639Z] #18 11.79 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-10-27T03:22:14.639Z] #18 11.79 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-10-27T03:22:14.639Z] #18 11.79 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-10-27T03:22:14.639Z] #18 11.79 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-10-27T03:22:14.639Z] #18 11.79 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-10-27T03:22:14.639Z] #18 11.79 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-10-27T03:22:14.639Z] #18 11.79 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-10-27T03:22:14.639Z] #18 11.79 xz-utils zip [2020-10-27T03:22:14.639Z] #18 11.92 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:22:14.639Z] #18 11.92 Need to get 27.7 MB of archives. [2020-10-27T03:22:14.639Z] #18 11.92 After this operation, 117 MB of additional disk space will be used. [2020-10-27T03:22:14.639Z] #18 11.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-10-27T03:22:14.639Z] #18 11.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2020-10-27T03:22:14.639Z] #18 11.99 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2020-10-27T03:22:14.639Z] #18 12.07 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-10-27T03:22:14.639Z] #18 12.07 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-10-27T03:22:14.639Z] #18 12.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2020-10-27T03:22:14.639Z] #18 12.14 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-10-27T03:22:14.639Z] #18 12.14 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-10-27T03:22:14.639Z] #18 12.14 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-10-27T03:22:14.639Z] #18 12.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-10-27T03:22:14.639Z] #18 12.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-10-27T03:22:14.639Z] #18 12.16 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-10-27T03:22:14.639Z] #18 12.16 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-10-27T03:22:14.639Z] #18 12.16 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-10-27T03:22:14.639Z] #18 12.16 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-10-27T03:22:14.639Z] #18 12.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-10-27T03:22:14.920Z] #26 3.868 Reading package lists... [2020-10-27T03:22:14.935Z] #18 12.22 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-10-27T03:22:14.935Z] + docker version [2020-10-27T03:22:14.935Z] #18 12.22 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-10-27T03:22:14.936Z] #18 12.22 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-10-27T03:22:14.936Z] #18 12.29 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-10-27T03:22:14.936Z] #18 12.39 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-10-27T03:22:14.936Z] #18 12.40 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-10-27T03:22:14.936Z] #18 12.41 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-10-27T03:22:14.936Z] #18 12.41 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-10-27T03:22:14.936Z] #18 12.41 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-10-27T03:22:14.936Z] #18 12.42 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-10-27T03:22:14.936Z] #18 12.42 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-10-27T03:22:14.936Z] #18 12.42 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-10-27T03:22:14.936Z] #18 12.42 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-10-27T03:22:15.219Z] #26 4.954 Building dependency tree... [2020-10-27T03:22:15.236Z] #18 12.74 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-10-27T03:22:15.236Z] #18 12.74 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-10-27T03:22:15.236Z] #18 12.74 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-10-27T03:22:15.236Z] #18 12.74 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-10-27T03:22:15.236Z] #18 12.75 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-10-27T03:22:15.516Z] #26 5.409 The following additional packages will be installed: [2020-10-27T03:22:15.516Z] #26 5.410 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-10-27T03:22:15.516Z] #26 5.410 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-10-27T03:22:15.516Z] #26 5.411 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-10-27T03:22:15.516Z] #26 5.414 Suggested packages: [2020-10-27T03:22:15.516Z] #26 5.414 krb5-doc krb5-user [2020-10-27T03:22:15.516Z] #26 5.414 Recommended packages: [2020-10-27T03:22:15.516Z] #26 5.414 krb5-locales publicsuffix libsasl2-modules [2020-10-27T03:22:15.527Z] #18 12.75 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-10-27T03:22:15.527Z] #18 12.80 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-10-27T03:22:15.527Z] #18 12.81 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-10-27T03:22:15.527Z] #18 12.81 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-10-27T03:22:15.527Z] #18 12.81 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-10-27T03:22:15.527Z] #18 12.81 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-10-27T03:22:15.527Z] #18 12.83 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-10-27T03:22:15.527Z] #18 12.83 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-10-27T03:22:15.527Z] #18 12.87 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-10-27T03:22:15.527Z] #18 12.88 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-10-27T03:22:15.527Z] #18 12.88 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-10-27T03:22:15.809Z] #26 5.715 The following NEW packages will be installed: [2020-10-27T03:22:15.809Z] #26 5.716 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-10-27T03:22:15.809Z] #26 5.717 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-10-27T03:22:15.809Z] #26 5.717 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-10-27T03:22:15.809Z] #26 5.718 libssh2-1 libssl1.1 openssl [2020-10-27T03:22:15.809Z] #26 5.763 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-10-27T03:22:15.809Z] #26 5.763 Need to get 5165 kB of archives. [2020-10-27T03:22:15.809Z] #26 5.763 After this operation, 14.6 MB of additional disk space will be used. [2020-10-27T03:22:15.809Z] #26 5.763 Get:1 http://deb.debian.org/debian buster/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u3 [1526 kB] [2020-10-27T03:22:15.818Z] #18 13.06 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-10-27T03:22:15.818Z] #18 13.09 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-10-27T03:22:15.818Z] #18 13.12 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-10-27T03:22:16.105Z] #26 5.890 Get:2 http://deb.debian.org/debian buster/main ppc64el openssl ppc64el 1.1.1d-0+deb10u3 [843 kB] [2020-10-27T03:22:16.105Z] #26 5.937 Get:3 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB] [2020-10-27T03:22:16.105Z] #26 5.945 Get:4 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2020-10-27T03:22:16.105Z] #26 5.946 Get:5 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3 [69.2 kB] [2020-10-27T03:22:16.105Z] #26 5.949 Get:6 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3 [134 kB] [2020-10-27T03:22:16.105Z] #26 5.958 Get:7 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3 [400 kB] [2020-10-27T03:22:16.105Z] #26 5.979 Get:8 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3 [172 kB] [2020-10-27T03:22:16.105Z] #26 5.988 Get:9 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2020-10-27T03:22:16.105Z] #26 5.991 Get:10 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2020-10-27T03:22:16.105Z] #26 5.998 Get:11 http://deb.debian.org/debian buster/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u2 [89.7 kB] [2020-10-27T03:22:16.105Z] #26 6.002 Get:12 http://deb.debian.org/debian buster/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u2 [243 kB] [2020-10-27T03:22:16.105Z] #26 6.015 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2020-10-27T03:22:16.105Z] #26 6.020 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2020-10-27T03:22:16.105Z] #26 6.022 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2020-10-27T03:22:16.105Z] #26 6.025 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2020-10-27T03:22:16.105Z] #26 6.051 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2020-10-27T03:22:16.108Z] #18 13.57 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:22:16.108Z] #18 13.61 Fetched 27.7 MB in 1s (21.2 MB/s) [2020-10-27T03:22:16.398Z] #26 6.149 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2020-10-27T03:22:16.398Z] #18 13.68 Selecting previously unselected package pigz. [2020-10-27T03:22:16.398Z] #18 13.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23199 files and directories currently installed.) [2020-10-27T03:22:16.398Z] #18 13.75 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-10-27T03:22:16.399Z] #18 13.75 Unpacking pigz (2.4-1) ... [2020-10-27T03:22:16.399Z] #18 13.81 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-10-27T03:22:16.399Z] #18 13.81 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-10-27T03:22:16.399Z] #18 13.82 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-10-27T03:22:16.398Z] #26 6.206 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-10-27T03:22:16.399Z] #26 6.215 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-10-27T03:22:16.399Z] #26 6.222 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-10-27T03:22:16.689Z] #18 14.20 Selecting previously unselected package python3.7-minimal. [2020-10-27T03:22:16.689Z] #18 14.20 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-10-27T03:22:16.689Z] #18 14.21 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-10-27T03:22:16.693Z] #26 6.406 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:22:16.693Z] #26 6.429 Fetched 5165 kB in 0s (10.7 MB/s) [2020-10-27T03:22:16.693Z] #26 6.451 Selecting previously unselected package libssl1.1:ppc64el. [2020-10-27T03:22:16.693Z] #26 6.451 (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.) [2020-10-27T03:22:16.693Z] #26 6.460 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-10-27T03:22:16.693Z] #26 6.463 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-10-27T03:22:16.693Z] #26 6.649 Selecting previously unselected package openssl. [2020-10-27T03:22:16.988Z] #26 6.651 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-10-27T03:22:16.988Z] #26 6.653 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-10-27T03:22:16.988Z] #26 6.765 Selecting previously unselected package ca-certificates. [2020-10-27T03:22:16.988Z] #26 6.767 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-10-27T03:22:16.988Z] #26 6.768 Unpacking ca-certificates (20200601~deb10u1) ... [2020-10-27T03:22:16.988Z] #26 6.817 Selecting previously unselected package libkeyutils1:ppc64el. [2020-10-27T03:22:16.988Z] #26 6.819 Preparing to unpack .../03-libkeyutils1_1.6-6_ppc64el.deb ... [2020-10-27T03:22:16.988Z] #26 6.820 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2020-10-27T03:22:16.988Z] #26 6.844 Selecting previously unselected package libkrb5support0:ppc64el. [2020-10-27T03:22:16.988Z] #26 6.846 Preparing to unpack .../04-libkrb5support0_1.17-3_ppc64el.deb ... [2020-10-27T03:22:16.988Z] #26 6.847 Unpacking libkrb5support0:ppc64el (1.17-3) ... [2020-10-27T03:22:16.988Z] #26 6.871 Selecting previously unselected package libk5crypto3:ppc64el. [2020-10-27T03:22:16.988Z] #26 6.873 Preparing to unpack .../05-libk5crypto3_1.17-3_ppc64el.deb ... [2020-10-27T03:22:16.988Z] #26 6.874 Unpacking libk5crypto3:ppc64el (1.17-3) ... [2020-10-27T03:22:16.988Z] #26 6.905 Selecting previously unselected package libkrb5-3:ppc64el. [2020-10-27T03:22:16.988Z] #26 6.907 Preparing to unpack .../06-libkrb5-3_1.17-3_ppc64el.deb ... [2020-10-27T03:22:16.988Z] #26 6.908 Unpacking libkrb5-3:ppc64el (1.17-3) ... [2020-10-27T03:22:16.988Z] #26 6.981 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2020-10-27T03:22:17.285Z] #26 6.983 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3_ppc64el.deb ... [2020-10-27T03:22:17.285Z] #26 6.984 Unpacking libgssapi-krb5-2:ppc64el (1.17-3) ... [2020-10-27T03:22:17.285Z] #26 7.025 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2020-10-27T03:22:17.285Z] #26 7.027 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-10-27T03:22:17.285Z] #26 7.028 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:22:17.285Z] #26 7.062 Selecting previously unselected package libsasl2-2:ppc64el. [2020-10-27T03:22:17.285Z] #26 7.062 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-10-27T03:22:17.285Z] #26 7.063 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:22:17.285Z] #26 7.103 Selecting previously unselected package libldap-common. [2020-10-27T03:22:17.285Z] #26 7.105 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u2_all.deb ... [2020-10-27T03:22:17.285Z] #26 7.106 Unpacking libldap-common (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:22:17.285Z] #26 7.131 Selecting previously unselected package libldap-2.4-2:ppc64el. [2020-10-27T03:22:17.285Z] #26 7.133 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u2_ppc64el.deb ... [2020-10-27T03:22:17.285Z] #26 7.134 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:22:17.285Z] #26 7.184 Selecting previously unselected package libnghttp2-14:ppc64el. [2020-10-27T03:22:17.285Z] #26 7.186 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2020-10-27T03:22:17.285Z] #26 7.187 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-10-27T03:22:17.285Z] #26 7.216 Selecting previously unselected package libpsl5:ppc64el. [2020-10-27T03:22:17.285Z] #26 7.218 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2020-10-27T03:22:17.285Z] #26 7.219 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2020-10-27T03:22:17.285Z] #26 7.243 Selecting previously unselected package librtmp1:ppc64el. [2020-10-27T03:22:17.285Z] #26 7.245 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2020-10-27T03:22:17.285Z] #26 7.246 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-10-27T03:22:17.285Z] #26 7.270 Selecting previously unselected package libssh2-1:ppc64el. [2020-10-27T03:22:17.285Z] #26 7.271 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2020-10-27T03:22:17.285Z] #26 7.273 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2020-10-27T03:22:17.285Z] #26 7.318 Selecting previously unselected package libcurl4:ppc64el. [2020-10-27T03:22:17.579Z] #26 7.320 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2020-10-27T03:22:17.579Z] #26 7.322 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-10-27T03:22:17.579Z] #26 7.372 Selecting previously unselected package curl. [2020-10-27T03:22:17.579Z] #26 7.374 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2020-10-27T03:22:17.579Z] #26 7.375 Unpacking curl (7.64.0-4+deb10u1) ... [2020-10-27T03:22:17.579Z] #26 7.412 Selecting previously unselected package libonig5:ppc64el. [2020-10-27T03:22:17.579Z] #26 7.414 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2020-10-27T03:22:17.579Z] #26 7.415 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-10-27T03:22:17.579Z] #26 7.454 Selecting previously unselected package libjq1:ppc64el. [2020-10-27T03:22:17.579Z] #26 7.455 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-10-27T03:22:17.579Z] #26 7.456 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-10-27T03:22:17.579Z] #26 7.484 Selecting previously unselected package jq. [2020-10-27T03:22:17.579Z] #26 7.485 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-10-27T03:22:17.579Z] #26 7.487 Unpacking jq (1.5+dfsg-2+b1) ... [2020-10-27T03:22:17.579Z] #26 7.512 Setting up libkeyutils1:ppc64el (1.6-6) ... [2020-10-27T03:22:17.579Z] #26 7.515 Setting up libpsl5:ppc64el (0.20.2-2) ... [2020-10-27T03:22:17.579Z] #26 7.518 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-10-27T03:22:17.732Z] #18 14.88 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-10-27T03:22:17.732Z] #18 14.92 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-10-27T03:22:17.874Z] #26 7.637 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-10-27T03:22:17.874Z] #26 7.641 Setting up libldap-common (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:22:17.874Z] #26 7.645 Setting up libkrb5support0:ppc64el (1.17-3) ... [2020-10-27T03:22:17.874Z] #26 7.648 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:22:17.874Z] #26 7.650 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-10-27T03:22:17.874Z] #26 7.653 Setting up libk5crypto3:ppc64el (1.17-3) ... [2020-10-27T03:22:17.874Z] #26 7.655 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:22:17.874Z] #26 7.658 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2020-10-27T03:22:17.874Z] #26 7.660 Setting up libkrb5-3:ppc64el (1.17-3) ... [2020-10-27T03:22:17.874Z] #26 7.669 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-10-27T03:22:17.875Z] #26 7.676 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-10-27T03:22:17.875Z] #26 7.679 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-10-27T03:22:17.875Z] #26 7.681 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:22:17.875Z] #26 7.684 Setting up ca-certificates (20200601~deb10u1) ... [2020-10-27T03:22:18.023Z] #18 ... [2020-10-27T03:22:18.023Z] [2020-10-27T03:22:18.023Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:22:18.023Z] #30 DONE 93.4s [2020-10-27T03:22:18.023Z] [2020-10-27T03:22:18.023Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:18.023Z] #41 55.43 CC criu/clone-noasan.o [2020-10-27T03:22:18.023Z] #41 55.54 CC criu/config.o [2020-10-27T03:22:18.023Z] #41 56.57 CC criu/cr-check.o [2020-10-27T03:22:18.023Z] #41 57.45 CC criu/cr-dedup.o [2020-10-27T03:22:18.023Z] #41 57.63 CC criu/cr-dump.o [2020-10-27T03:22:18.516Z] #26 8.239 Updating certificates in /etc/ssl/certs... [2020-10-27T03:22:19.160Z] #26 8.952 126 added, 0 removed; done. [2020-10-27T03:22:19.160Z] #26 8.974 Setting up libgssapi-krb5-2:ppc64el (1.17-3) ... [2020-10-27T03:22:19.160Z] #26 8.978 Setting up jq (1.5+dfsg-2+b1) ... [2020-10-27T03:22:19.160Z] #26 8.981 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-10-27T03:22:19.160Z] #26 8.983 Setting up curl (7.64.0-4+deb10u1) ... [2020-10-27T03:22:19.160Z] #26 8.986 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:22:19.160Z] #26 8.996 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-10-27T03:22:19.160Z] #26 9.001 Updating certificates in /etc/ssl/certs... [2020-10-27T03:22:19.489Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:22:19.489Z] [2020-10-27T03:22:19.489Z] + TEST_INTEGRATION_DEST=2 [2020-10-27T03:22:19.489Z] + CONTAINER_NAME=docker-pr1-2 [2020-10-27T03:22:19.489Z] + TEST_SKIP_INTEGRATION=1 [2020-10-27T03:22:19.489Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-10-27T03:22:19.489Z] + run_tests [2020-10-27T03:22:19.489Z] + c=0 [2020-10-27T03:22:19.489Z] + '[' -n 0 ']' [2020-10-27T03:22:19.489Z] + rm= [2020-10-27T03:22:19.489Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41593/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41593/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/make.sh '' test-integration [2020-10-27T03:22:19.489Z] + TEST_INTEGRATION_DEST=1 [2020-10-27T03:22:19.489Z] + CONTAINER_NAME=docker-pr1-1 [2020-10-27T03:22:19.489Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-10-27T03:22:19.489Z] + run_tests test-integration-flaky [2020-10-27T03:22:19.489Z] + '[' -n 0 ']' [2020-10-27T03:22:19.489Z] + rm= [2020-10-27T03:22:19.489Z] + TEST_INTEGRATION_DEST=3 [2020-10-27T03:22:19.489Z] + CONTAINER_NAME=docker-pr1-3 [2020-10-27T03:22:19.489Z] + TEST_SKIP_INTEGRATION=1 [2020-10-27T03:22:19.489Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-10-27T03:22:19.489Z] + run_tests [2020-10-27T03:22:19.489Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41593/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41593/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/make.sh test-integration-flaky test-integration [2020-10-27T03:22:19.489Z] + '[' -n 0 ']' [2020-10-27T03:22:19.489Z] + rm= [2020-10-27T03:22:19.489Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41593/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41593/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/make.sh '' test-integration [2020-10-27T03:22:19.489Z] ++ jobs -p [2020-10-27T03:22:19.489Z] + for job in $(jobs -p) [2020-10-27T03:22:19.489Z] + wait 22463 [2020-10-27T03:22:19.489Z] [2020-10-27T03:22:19.489Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-27T03:22:19.489Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-27T03:22:19.489Z] HOSTNAME=9deff18bcf5e [2020-10-27T03:22:19.489Z] TEST_SKIP_INTEGRATION=1 [2020-10-27T03:22:19.489Z] TESTDEBUG=0 [2020-10-27T03:22:19.489Z] DEST=bundles/test-integration [2020-10-27T03:22:19.489Z] PWD=/go/src/github.com/docker/docker [2020-10-27T03:22:19.489Z] KEEPBUNDLE=1 [2020-10-27T03:22:19.489Z] DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:22:19.489Z] container=docker [2020-10-27T03:22:19.489Z] HOME=/root [2020-10-27T03:22:19.489Z] GOLANG_VERSION=1.13.15 [2020-10-27T03:22:19.489Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-27T03:22:19.489Z] VALIDATE_BRANCH=master [2020-10-27T03:22:19.489Z] TERM=xterm [2020-10-27T03:22:19.489Z] DOCKER_PKG=github.com/docker/docker [2020-10-27T03:22:19.489Z] SHLVL=1 [2020-10-27T03:22:19.489Z] TIMEOUT=120m [2020-10-27T03:22:19.489Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-27T03:22:19.489Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-27T03:22:19.489Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-10-27T03:22:19.489Z] GO111MODULE=off [2020-10-27T03:22:19.489Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-27T03:22:19.489Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-27T03:22:19.489Z] GOPATH=/go [2020-10-27T03:22:19.489Z] PKG_CONFIG=pkg-config [2020-10-27T03:22:19.489Z] _=/usr/bin/env [2020-10-27T03:22:19.489Z] Building test suite binary ./integration-cli/test.main [2020-10-27T03:22:19.489Z] [2020-10-27T03:22:19.489Z] [2020-10-27T03:22:19.489Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-27T03:22:19.489Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-27T03:22:19.489Z] HOSTNAME=9816a157c5af [2020-10-27T03:22:19.489Z] TEST_SKIP_INTEGRATION=1 [2020-10-27T03:22:19.489Z] TESTDEBUG=0 [2020-10-27T03:22:19.489Z] DEST=bundles/test-integration [2020-10-27T03:22:19.489Z] PWD=/go/src/github.com/docker/docker [2020-10-27T03:22:19.489Z] KEEPBUNDLE=1 [2020-10-27T03:22:19.489Z] DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:22:19.489Z] container=docker [2020-10-27T03:22:19.489Z] HOME=/root [2020-10-27T03:22:19.489Z] GOLANG_VERSION=1.13.15 [2020-10-27T03:22:19.489Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-27T03:22:19.489Z] VALIDATE_BRANCH=master [2020-10-27T03:22:19.489Z] TERM=xterm [2020-10-27T03:22:19.489Z] DOCKER_PKG=github.com/docker/docker [2020-10-27T03:22:19.489Z] SHLVL=1 [2020-10-27T03:22:19.489Z] TIMEOUT=120m [2020-10-27T03:22:19.489Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-27T03:22:19.489Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-27T03:22:19.489Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-10-27T03:22:19.489Z] GO111MODULE=off [2020-10-27T03:22:19.489Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-27T03:22:19.489Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-27T03:22:19.489Z] GOPATH=/go [2020-10-27T03:22:19.489Z] PKG_CONFIG=pkg-config [2020-10-27T03:22:19.489Z] _=/usr/bin/env [2020-10-27T03:22:19.489Z] Building test suite binary ./integration-cli/test.main [2020-10-27T03:22:19.489Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-10-27T03:22:19.489Z] No new tests added to integration. [2020-10-27T03:22:19.489Z] [2020-10-27T03:22:19.489Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-27T03:22:19.489Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-27T03:22:19.489Z] HOSTNAME=488a4dd5fc51 [2020-10-27T03:22:19.489Z] TESTDEBUG=0 [2020-10-27T03:22:19.489Z] DEST=bundles/test-integration [2020-10-27T03:22:19.489Z] PWD=/go/src/github.com/docker/docker [2020-10-27T03:22:19.489Z] KEEPBUNDLE=1 [2020-10-27T03:22:19.489Z] DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:22:19.489Z] container=docker [2020-10-27T03:22:19.489Z] HOME=/root [2020-10-27T03:22:19.489Z] GOLANG_VERSION=1.13.15 [2020-10-27T03:22:19.489Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-27T03:22:19.489Z] VALIDATE_BRANCH=master [2020-10-27T03:22:19.489Z] TERM=xterm [2020-10-27T03:22:19.489Z] DOCKER_PKG=github.com/docker/docker [2020-10-27T03:22:19.489Z] SHLVL=1 [2020-10-27T03:22:19.489Z] TIMEOUT=120m [2020-10-27T03:22:19.489Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-27T03:22:19.489Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-27T03:22:19.489Z] GO111MODULE=off [2020-10-27T03:22:19.489Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-10-27T03:22:19.489Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-27T03:22:19.489Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-27T03:22:19.489Z] GOPATH=/go [2020-10-27T03:22:19.489Z] PKG_CONFIG=pkg-config [2020-10-27T03:22:19.489Z] _=/usr/bin/env [2020-10-27T03:22:19.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-10-27T03:22:19.798Z] #26 9.495 0 added, 0 removed; done. [2020-10-27T03:22:19.798Z] #26 9.495 Running hooks in /etc/ca-certificates/update.d... [2020-10-27T03:22:19.798Z] #26 9.497 done. [2020-10-27T03:22:19.798Z] #26 DONE 9.6s [2020-10-27T03:22:19.798Z] [2020-10-27T03:22:19.798Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-27T03:22:19.798Z] #27 DONE 0.1s [2020-10-27T03:22:19.798Z] [2020-10-27T03:22:19.798Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:22:19.798Z] #9 ... [2020-10-27T03:22:19.798Z] [2020-10-27T03:22:19.798Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:22:20.128Z] #41 59.42 CC criu/cr-errno.o [2020-10-27T03:22:20.128Z] #41 59.48 CC criu/cr-restore.o [2020-10-27T03:22:20.434Z] #28 0.731 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-10-27T03:22:20.777Z] #28 0.870 [2020-10-27T03:22:21.159Z] #41 ... [2020-10-27T03:22:21.159Z] [2020-10-27T03:22:21.159Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:22:21.159Z] #18 16.68 Selecting previously unselected package python3-minimal. [2020-10-27T03:22:21.159Z] #18 16.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23448 files and directories currently installed.) [2020-10-27T03:22:21.159Z] #18 16.70 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 16.71 Unpacking python3-minimal (3.7.3-1) ... [2020-10-27T03:22:21.159Z] #18 16.76 Selecting previously unselected package libmpdec2:s390x. [2020-10-27T03:22:21.159Z] #18 16.77 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 16.77 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-10-27T03:22:21.159Z] #18 16.83 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-10-27T03:22:21.159Z] #18 16.83 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 16.84 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-10-27T03:22:21.159Z] #18 17.32 Selecting previously unselected package python3.7. [2020-10-27T03:22:21.159Z] #18 17.33 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 17.33 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-10-27T03:22:21.159Z] #18 17.40 Selecting previously unselected package libpython3-stdlib:s390x. [2020-10-27T03:22:21.159Z] #18 17.40 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 17.40 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-10-27T03:22:21.159Z] #18 17.45 Setting up python3-minimal (3.7.3-1) ... [2020-10-27T03:22:21.159Z] #18 17.92 Selecting previously unselected package python3. [2020-10-27T03:22:21.159Z] #18 17.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23860 files and directories currently installed.) [2020-10-27T03:22:21.159Z] #18 17.96 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 17.98 Unpacking python3 (3.7.3-1) ... [2020-10-27T03:22:21.159Z] #18 18.05 Selecting previously unselected package libip4tc0:s390x. [2020-10-27T03:22:21.159Z] #18 18.05 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 18.06 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-10-27T03:22:21.159Z] #18 18.12 Selecting previously unselected package libip6tc0:s390x. [2020-10-27T03:22:21.159Z] #18 18.12 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 18.13 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-10-27T03:22:21.159Z] #18 18.20 Selecting previously unselected package libiptc0:s390x. [2020-10-27T03:22:21.159Z] #18 18.20 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 18.21 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-10-27T03:22:21.159Z] #18 18.27 Selecting previously unselected package libnfnetlink0:s390x. [2020-10-27T03:22:21.159Z] #18 18.27 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 18.29 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-10-27T03:22:21.159Z] #18 18.34 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-10-27T03:22:21.159Z] #18 18.34 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 18.34 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-10-27T03:22:21.159Z] #18 18.40 Selecting previously unselected package libnftnl11:s390x. [2020-10-27T03:22:21.159Z] #18 18.40 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 18.40 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-10-27T03:22:21.159Z] #18 18.45 Selecting previously unselected package iptables. [2020-10-27T03:22:21.159Z] #18 18.45 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-10-27T03:22:21.159Z] #18 18.46 Unpacking iptables (1.8.2-4) ... [2020-10-27T03:22:21.450Z] #18 18.65 Selecting previously unselected package xxd. [2020-10-27T03:22:21.450Z] #18 18.65 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-10-27T03:22:21.450Z] #18 18.66 Unpacking xxd (2:8.1.0875-5) ... [2020-10-27T03:22:21.450Z] #18 18.76 Selecting previously unselected package vim-common. [2020-10-27T03:22:21.450Z] #18 18.76 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-10-27T03:22:21.450Z] #18 18.79 Unpacking vim-common (2:8.1.0875-5) ... [2020-10-27T03:22:21.501Z] #28 0.998 ## 3.1% ############ 17.7% ########################### 38.1% ######################################## 55.6% #################################################### 73.4% ############################################################## 87.4% ######################################################################## 100.0% [2020-10-27T03:22:21.501Z] #28 1.764 [2020-10-27T03:22:21.741Z] #18 18.92 Selecting previously unselected package bash-completion. [2020-10-27T03:22:21.741Z] #18 18.92 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-10-27T03:22:21.807Z] #28 1.892 ############## 20.8% ######################################################################## 100.0% [2020-10-27T03:22:21.807Z] #28 2.121 [2020-10-27T03:22:22.101Z] #28 2.245 ##################### 30.1% ######################################################################## 100.0% [2020-10-27T03:22:22.399Z] #28 2.488 [2020-10-27T03:22:22.772Z] #18 20.27 Unpacking bash-completion (1:2.8-6) ... [2020-10-27T03:22:23.049Z] #28 2.619 ### 4.5% ############## 20.2% ########################### 38.2% ######################################## 56.4% ################################################### 71.7% ############################################################# 85.2% ######################################################################## 100.0% [2020-10-27T03:22:23.348Z] #28 3.387 [2020-10-27T03:22:23.402Z] #18 20.59 Selecting previously unselected package bzip2. [2020-10-27T03:22:23.402Z] #18 20.59 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-10-27T03:22:23.402Z] #18 20.60 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-10-27T03:22:23.402Z] #18 20.67 Selecting previously unselected package xz-utils. [2020-10-27T03:22:23.402Z] #18 20.67 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-10-27T03:22:23.402Z] #18 20.68 Unpacking xz-utils (5.2.4-1) ... [2020-10-27T03:22:23.402Z] #18 20.78 Selecting previously unselected package apparmor. [2020-10-27T03:22:23.402Z] #18 20.78 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-10-27T03:22:23.402Z] #18 20.82 Unpacking apparmor (2.13.2-10) ... [2020-10-27T03:22:23.710Z] #18 21.07 Selecting previously unselected package aufs-tools. [2020-10-27T03:22:23.710Z] #18 21.07 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-10-27T03:22:23.710Z] #18 21.08 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-10-27T03:22:23.710Z] #18 21.18 Selecting previously unselected package libonig5:s390x. [2020-10-27T03:22:23.710Z] #18 21.18 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-10-27T03:22:24.001Z] #18 21.19 Unpacking libonig5:s390x (6.9.1-1) ... [2020-10-27T03:22:24.001Z] #18 21.31 Selecting previously unselected package libjq1:s390x. [2020-10-27T03:22:24.001Z] #18 21.31 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-10-27T03:22:24.001Z] #18 21.32 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-10-27T03:22:24.001Z] #18 21.38 Selecting previously unselected package jq. [2020-10-27T03:22:24.001Z] #18 21.38 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-10-27T03:22:24.001Z] #18 21.38 Unpacking jq (1.5+dfsg-2+b1) ... [2020-10-27T03:22:24.292Z] #18 21.46 Selecting previously unselected package libaio1:s390x. [2020-10-27T03:22:24.292Z] #18 21.47 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-10-27T03:22:24.292Z] #18 21.47 Unpacking libaio1:s390x (0.3.112-3) ... [2020-10-27T03:22:24.292Z] #18 21.52 Selecting previously unselected package libgpm2:s390x. [2020-10-27T03:22:24.292Z] #18 21.52 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-10-27T03:22:24.292Z] #18 21.53 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-10-27T03:22:24.292Z] #18 21.59 Selecting previously unselected package libicu63:s390x. [2020-10-27T03:22:24.292Z] #18 21.59 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-10-27T03:22:24.292Z] #18 21.59 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-10-27T03:22:24.952Z] Client: Docker Engine - Community [2020-10-27T03:22:24.952Z] Version: 19.03.13 [2020-10-27T03:22:24.952Z] API version: 1.40 [2020-10-27T03:22:24.952Z] Go version: go1.13.15 [2020-10-27T03:22:24.952Z] Git commit: 4484c46d9d [2020-10-27T03:22:24.952Z] Built: Wed Sep 16 17:02:36 2020 [2020-10-27T03:22:24.952Z] OS/Arch: linux/amd64 [2020-10-27T03:22:24.952Z] Experimental: false [2020-10-27T03:22:24.952Z] [2020-10-27T03:22:24.952Z] Server: Docker Engine - Community [2020-10-27T03:22:24.952Z] Engine: [2020-10-27T03:22:24.952Z] Version: 19.03.13 [2020-10-27T03:22:24.952Z] API version: 1.40 (minimum version 1.12) [2020-10-27T03:22:24.952Z] Go version: go1.13.15 [2020-10-27T03:22:24.952Z] Git commit: 4484c46d9d [2020-10-27T03:22:24.952Z] Built: Wed Sep 16 17:01:06 2020 [2020-10-27T03:22:24.952Z] OS/Arch: linux/amd64 [2020-10-27T03:22:24.952Z] Experimental: true [2020-10-27T03:22:24.952Z] containerd: [2020-10-27T03:22:24.952Z] Version: 1.3.7 [2020-10-27T03:22:24.952Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-27T03:22:24.952Z] runc: [2020-10-27T03:22:24.952Z] Version: 1.0.0-rc10 [2020-10-27T03:22:24.952Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-27T03:22:24.952Z] docker-init: [2020-10-27T03:22:24.952Z] Version: 0.18.0 [2020-10-27T03:22:24.952Z] GitCommit: fec3683 [Pipeline] sh [2020-10-27T03:22:25.284Z] + docker info [2020-10-27T03:22:26.148Z] #28 3.520 1.2% ### 5.0% ###### 8.7% ######### 13.7% ############ 17.9% ################ 22.8% ################### 27.2% ###################### 31.5% ######################### 35.7% ############################# 40.6% ################################ 45.3% ################################### 49.8% ###################################### 53.9% ########################################## 58.9% ############################################# 63.0% ############################################### 65.5% ################################################ 68.0% ################################################### 71.5% ##################################################### 74.4% ####################################################### 77.5% ######################################################### 80.1% ########################################################### 83.0% ############################################################# 85.8% ############################################################### 88.8% ################################################################# 91.4% ################################################################### 94.1% ###################################################################### 97.5% ######################################################################## 100.0% [2020-10-27T03:22:26.148Z] #28 6.438 [2020-10-27T03:22:26.355Z] #18 23.87 Selecting previously unselected package libnet1:s390x. [2020-10-27T03:22:26.355Z] #18 23.87 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-10-27T03:22:26.355Z] #18 23.88 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-10-27T03:22:26.355Z] #18 23.93 Selecting previously unselected package libnl-3-200:s390x. [2020-10-27T03:22:26.646Z] #18 23.93 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-10-27T03:22:26.646Z] #18 23.94 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-10-27T03:22:26.646Z] #18 24.01 Selecting previously unselected package libprotobuf-c1:s390x. [2020-10-27T03:22:26.646Z] #18 24.01 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-10-27T03:22:26.646Z] #18 24.03 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-10-27T03:22:26.646Z] #18 24.08 Selecting previously unselected package libreadline5:s390x. [2020-10-27T03:22:26.646Z] #18 24.08 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-10-27T03:22:26.646Z] #18 24.08 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-10-27T03:22:26.646Z] #18 24.16 Selecting previously unselected package net-tools. [2020-10-27T03:22:26.646Z] #18 24.16 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-10-27T03:22:26.646Z] #18 24.16 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-10-27T03:22:26.796Z] #28 6.973 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-10-27T03:22:26.937Z] #18 24.29 Selecting previously unselected package python-pip-whl. [2020-10-27T03:22:26.937Z] #18 24.30 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-10-27T03:22:26.937Z] #18 24.30 Unpacking python-pip-whl (18.1-5) ... [2020-10-27T03:22:27.089Z] #28 7.121 [2020-10-27T03:22:27.089Z] #28 7.257 ############################################## 64.9% ######################################################################## 100.0% [2020-10-27T03:22:27.089Z] #28 7.295 [2020-10-27T03:22:27.227Z] #18 24.70 Selecting previously unselected package python3-lib2to3. [2020-10-27T03:22:27.227Z] #18 24.70 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-10-27T03:22:27.227Z] #18 24.71 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-10-27T03:22:27.227Z] #18 24.78 Selecting previously unselected package python3-distutils. [2020-10-27T03:22:27.519Z] #18 24.78 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-10-27T03:22:27.519Z] #18 24.79 Unpacking python3-distutils (3.7.3-1) ... [2020-10-27T03:22:27.519Z] #18 24.87 Selecting previously unselected package python3-pip. [2020-10-27T03:22:27.519Z] #18 24.87 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-10-27T03:22:27.519Z] #18 24.87 Unpacking python3-pip (18.1-5) ... [2020-10-27T03:22:27.519Z] #18 24.96 Selecting previously unselected package python3-pkg-resources. [2020-10-27T03:22:27.519Z] #18 24.96 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-10-27T03:22:27.519Z] #18 24.97 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-10-27T03:22:27.519Z] #18 25.06 Selecting previously unselected package python3-setuptools. [2020-10-27T03:22:27.738Z] #28 7.846 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-10-27T03:22:27.738Z] #28 7.862 skipping existing 5cb8031fd95d [2020-10-27T03:22:27.738Z] #28 7.885 [2020-10-27T03:22:27.809Z] #18 25.06 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-10-27T03:22:27.809Z] #18 25.07 Unpacking python3-setuptools (40.8.0-1) ... [2020-10-27T03:22:27.809Z] #18 25.29 Selecting previously unselected package python3-wheel. [2020-10-27T03:22:27.809Z] #18 25.29 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-10-27T03:22:27.809Z] #18 25.30 Unpacking python3-wheel (0.32.3-2) ... [2020-10-27T03:22:28.099Z] #18 25.36 Selecting previously unselected package sudo. [2020-10-27T03:22:28.099Z] #18 25.36 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-10-27T03:22:28.099Z] #18 25.36 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-10-27T03:22:28.383Z] #28 8.514 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-10-27T03:22:28.383Z] #28 8.531 skipping existing 283607eaa57e [2020-10-27T03:22:28.383Z] #28 8.553 [2020-10-27T03:22:28.389Z] #18 25.74 Selecting previously unselected package thin-provisioning-tools. [2020-10-27T03:22:28.389Z] #18 25.74 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-10-27T03:22:28.389Z] #18 25.74 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-10-27T03:22:28.680Z] #18 25.91 Selecting previously unselected package uidmap. [2020-10-27T03:22:28.680Z] #18 25.92 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-10-27T03:22:28.680Z] #18 25.92 Unpacking uidmap (1:4.5-1.1) ... [2020-10-27T03:22:28.680Z] #18 26.02 Selecting previously unselected package vim-runtime. [2020-10-27T03:22:28.680Z] #18 26.02 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-10-27T03:22:28.680Z] #18 26.03 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-10-27T03:22:28.680Z] #18 26.05 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-10-27T03:22:28.680Z] #18 26.06 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-10-27T03:22:29.432Z] #28 9.380 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-10-27T03:22:29.432Z] #28 9.536 [2020-10-27T03:22:29.432Z] #28 9.608 ######################################################################## 100.0% [2020-10-27T03:22:29.432Z] #28 9.635 [2020-10-27T03:22:29.727Z] #28 10.01 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-10-27T03:22:30.021Z] #28 10.17 [2020-10-27T03:22:30.021Z] #28 10.25 ######################################################################## 100.0% [2020-10-27T03:22:30.021Z] #28 10.29 [2020-10-27T03:22:30.320Z] #28 10.31 Download of images into '/build' complete. [2020-10-27T03:22:30.320Z] #28 10.31 Use something like the following to load the result into a Docker daemon: [2020-10-27T03:22:30.320Z] #28 10.31 tar -cC '/build' . | docker load [2020-10-27T03:22:30.320Z] #28 DONE 10.4s [2020-10-27T03:22:30.320Z] [2020-10-27T03:22:30.320Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:22:30.750Z] #18 28.19 Selecting previously unselected package vim. [2020-10-27T03:22:30.750Z] #18 28.19 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-10-27T03:22:31.041Z] #18 28.20 Unpacking vim (2:8.1.0875-5) ... [2020-10-27T03:22:31.331Z] #18 28.54 Selecting previously unselected package xfsprogs. [2020-10-27T03:22:31.331Z] #18 28.54 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-10-27T03:22:31.331Z] #18 28.56 Unpacking xfsprogs (4.20.0-1) ... [2020-10-27T03:22:31.365Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 25.2s done [2020-10-27T03:22:31.365Z] #9 DONE 31.7s [2020-10-27T03:22:31.365Z] [2020-10-27T03:22:31.365Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-27T03:22:31.622Z] #18 28.87 Selecting previously unselected package zip. [2020-10-27T03:22:31.622Z] #18 28.87 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-10-27T03:22:31.622Z] #18 28.88 Unpacking zip (3.0-11+b1) ... [2020-10-27T03:22:31.622Z] #18 29.09 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-10-27T03:22:31.622Z] #18 29.14 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-10-27T03:22:31.622Z] #18 29.15 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-10-27T03:22:31.662Z] #10 DONE 0.2s [2020-10-27T03:22:31.662Z] [2020-10-27T03:22:31.662Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-27T03:22:31.662Z] #11 DONE 0.2s [2020-10-27T03:22:31.662Z] [2020-10-27T03:22:31.662Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-27T03:22:31.662Z] #38 DONE 0.1s [2020-10-27T03:22:31.662Z] [2020-10-27T03:22:31.662Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:22:31.912Z] #18 29.17 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-10-27T03:22:31.913Z] #18 29.19 Setting up libgpm2:s390x (1.20.7-5) ... [2020-10-27T03:22:31.913Z] #18 29.26 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-10-27T03:22:31.913Z] #18 29.28 Setting up uidmap (1:4.5-1.1) ... [2020-10-27T03:22:31.913Z] #18 29.29 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-10-27T03:22:31.913Z] #18 29.32 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-10-27T03:22:31.913Z] #18 29.34 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-10-27T03:22:31.913Z] #18 29.36 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-10-27T03:22:31.913Z] #18 29.39 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-10-27T03:22:31.913Z] #18 29.40 Setting up xxd (2:8.1.0875-5) ... [2020-10-27T03:22:31.913Z] #18 29.41 Setting up zip (3.0-11+b1) ... [2020-10-27T03:22:31.913Z] #18 29.44 Setting up vim-common (2:8.1.0875-5) ... [2020-10-27T03:22:31.913Z] #18 29.46 Setting up bash-completion (1:2.8-6) ... [2020-10-27T03:22:31.913Z] #18 ... [2020-10-27T03:22:31.913Z] [2020-10-27T03:22:31.913Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:31.913Z] #41 61.76 CC criu/cr-service.o [2020-10-27T03:22:31.913Z] #41 62.52 CC criu/crtools.o [2020-10-27T03:22:31.913Z] #41 62.91 CC criu/eventfd.o [2020-10-27T03:22:31.913Z] #41 63.10 CC criu/eventpoll.o [2020-10-27T03:22:31.913Z] #41 63.57 CC criu/external.o [2020-10-27T03:22:31.913Z] #41 63.77 CC criu/fault-injection.o [2020-10-27T03:22:31.913Z] #41 63.84 CC criu/fdstore.o [2020-10-27T03:22:31.913Z] #41 64.13 CC criu/fifo.o [2020-10-27T03:22:31.913Z] #41 64.39 CC criu/file-ids.o [2020-10-27T03:22:31.913Z] #41 64.59 CC criu/file-lock.o [2020-10-27T03:22:31.913Z] #41 65.10 CC criu/files-ext.o [2020-10-27T03:22:31.913Z] #41 65.30 CC criu/files-reg.o [2020-10-27T03:22:31.913Z] #41 66.43 CC criu/files.o [2020-10-27T03:22:31.913Z] #41 67.65 CC criu/filesystems.o [2020-10-27T03:22:31.913Z] #41 68.08 CC criu/fsnotify.o [2020-10-27T03:22:31.913Z] #41 68.74 CC criu/image-desc.o [2020-10-27T03:22:31.913Z] #41 68.81 CC criu/image.o [2020-10-27T03:22:31.913Z] #41 69.21 CC criu/ipc_ns.o [2020-10-27T03:22:31.913Z] #41 69.86 CC criu/irmap.o [2020-10-27T03:22:31.913Z] #41 70.30 CC criu/kcmp-ids.o [2020-10-27T03:22:31.913Z] #41 70.48 CC criu/kerndat.o [2020-10-27T03:22:31.913Z] #41 71.06 CC criu/libnetlink.o [2020-10-27T03:22:31.913Z] #41 71.37 CC criu/log.o [2020-10-27T03:22:31.913Z] #41 71.64 CC criu/lsm.o [2020-10-27T03:22:31.913Z] #41 71.81 CC criu/mem.o [2020-10-27T03:22:31.959Z] #39 ... [2020-10-27T03:22:31.960Z] [2020-10-27T03:22:31.960Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-27T03:22:31.960Z] #30 DONE 0.1s [2020-10-27T03:22:31.960Z] [2020-10-27T03:22:31.960Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:22:32.832Z] #31 0.649 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-10-27T03:22:32.832Z] #31 0.661 Cloning into '.'... [2020-10-27T03:22:33.442Z] #41 72.99 CC criu/memfd.o [2020-10-27T03:22:33.443Z] #41 ... [2020-10-27T03:22:33.443Z] [2020-10-27T03:22:33.443Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:22:33.443Z] #18 30.93 Setting up libiptc0:s390x (1.8.2-4) ... [2020-10-27T03:22:33.733Z] #18 30.94 Setting up xz-utils (5.2.4-1) ... [2020-10-27T03:22:33.733Z] #18 30.97 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-10-27T03:22:33.733Z] #18 30.98 Setting up sudo (1.8.27-1+deb10u2) ... [2020-10-27T03:22:33.733Z] #18 31.03 invoke-rc.d: could not determine current runlevel [2020-10-27T03:22:33.733Z] #18 31.04 invoke-rc.d: policy-rc.d denied execution of start. [2020-10-27T03:22:33.733Z] #18 31.06 Setting up pigz (2.4-1) ... [2020-10-27T03:22:33.733Z] #18 31.07 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-10-27T03:22:33.733Z] #18 31.08 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-10-27T03:22:33.733Z] #18 31.11 Setting up python-pip-whl (18.1-5) ... [2020-10-27T03:22:33.733Z] #18 31.13 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-10-27T03:22:33.733Z] #18 31.15 Setting up vim-runtime (2:8.1.0875-5) ... [2020-10-27T03:22:34.023Z] #18 31.33 Setting up libaio1:s390x (0.3.112-3) ... [2020-10-27T03:22:34.023Z] #18 31.34 Setting up libonig5:s390x (6.9.1-1) ... [2020-10-27T03:22:34.023Z] #18 31.35 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-10-27T03:22:34.023Z] #18 31.37 Setting up vim (2:8.1.0875-5) ... [2020-10-27T03:22:34.023Z] #18 31.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-10-27T03:22:34.023Z] #18 31.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-10-27T03:22:34.023Z] #18 31.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-10-27T03:22:34.023Z] #18 31.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-10-27T03:22:34.023Z] #18 31.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-10-27T03:22:34.023Z] #18 31.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-10-27T03:22:34.023Z] #18 31.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-10-27T03:22:34.023Z] #18 31.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-10-27T03:22:34.023Z] #18 31.42 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-10-27T03:22:34.023Z] #18 31.45 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-10-27T03:22:34.023Z] #18 31.46 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-10-27T03:22:34.023Z] #18 31.48 Setting up jq (1.5+dfsg-2+b1) ... [2020-10-27T03:22:34.023Z] #18 31.50 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-10-27T03:22:34.314Z] #18 31.51 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-10-27T03:22:35.819Z] #18 33.11 Setting up iptables (1.8.2-4) ... [2020-10-27T03:22:35.819Z] #18 33.15 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-10-27T03:22:35.819Z] #18 33.16 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-10-27T03:22:35.819Z] #18 33.16 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-10-27T03:22:35.819Z] #18 33.17 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-10-27T03:22:35.819Z] #18 33.18 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-10-27T03:22:35.819Z] #18 33.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-10-27T03:22:35.819Z] #18 33.18 Setting up python3 (3.7.3-1) ... [2020-10-27T03:22:36.109Z] #18 33.44 Setting up python3-wheel (0.32.3-2) ... [2020-10-27T03:22:36.400Z] #18 33.82 Setting up apparmor (2.13.2-10) ... [2020-10-27T03:22:37.439Z] #31 ... [2020-10-27T03:22:37.439Z] [2020-10-27T03:22:37.439Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:22:37.439Z] #33 0.611 + RM_GOPATH=0 [2020-10-27T03:22:37.439Z] #33 0.611 + TMP_GOPATH= [2020-10-27T03:22:37.439Z] #33 0.611 + : /build [2020-10-27T03:22:37.439Z] #33 0.611 + '[' -z '' ']' [2020-10-27T03:22:37.439Z] #33 0.612 ++ mktemp -d [2020-10-27T03:22:37.439Z] #33 0.614 + export GOPATH=/tmp/tmp.4Ivub5f7kG [2020-10-27T03:22:37.439Z] #33 0.614 + GOPATH=/tmp/tmp.4Ivub5f7kG [2020-10-27T03:22:37.439Z] #33 0.614 + RM_GOPATH=1 [2020-10-27T03:22:37.439Z] #33 0.614 + case "$(go env GOARCH)" in [2020-10-27T03:22:37.439Z] #33 0.615 ++ go env GOARCH [2020-10-27T03:22:37.439Z] #33 0.620 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:37.439Z] #33 0.620 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:37.439Z] #33 0.621 ++ dirname /tmp/install/install.sh [2020-10-27T03:22:37.439Z] #33 0.622 + dir=/tmp/install [2020-10-27T03:22:37.439Z] #33 0.622 + bin=tomlv [2020-10-27T03:22:37.439Z] #33 0.622 + shift [2020-10-27T03:22:37.439Z] #33 0.622 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-10-27T03:22:37.439Z] #33 0.622 + . /tmp/install/tomlv.installer [2020-10-27T03:22:37.439Z] #33 0.623 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-27T03:22:37.439Z] #33 0.623 + install_tomlv [2020-10-27T03:22:37.439Z] #33 0.623 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-10-27T03:22:37.439Z] #33 0.623 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.4Ivub5f7kG/src/github.com/BurntSushi/toml [2020-10-27T03:22:37.439Z] #33 0.623 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-27T03:22:37.439Z] #33 0.625 Cloning into '/tmp/tmp.4Ivub5f7kG/src/github.com/BurntSushi/toml'... [2020-10-27T03:22:37.439Z] #33 1.481 + cd /tmp/tmp.4Ivub5f7kG/src/github.com/BurntSushi/toml [2020-10-27T03:22:37.439Z] #33 1.482 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-27T03:22:37.439Z] #33 1.505 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-10-27T03:22:37.439Z] #33 2.219 internal/cpu [2020-10-27T03:22:37.439Z] #33 2.256 math/bits [2020-10-27T03:22:37.439Z] #33 2.311 runtime/internal/atomic [2020-10-27T03:22:37.439Z] #33 2.321 runtime/internal/sys [2020-10-27T03:22:37.439Z] #33 2.708 runtime/internal/math [2020-10-27T03:22:37.439Z] #33 2.863 unicode/utf8 [2020-10-27T03:22:37.439Z] #33 2.940 internal/race [2020-10-27T03:22:37.439Z] #33 3.271 sync/atomic [2020-10-27T03:22:37.439Z] #33 3.594 internal/bytealg [2020-10-27T03:22:37.439Z] #33 3.916 unicode [2020-10-27T03:22:37.439Z] #33 4.266 math [2020-10-27T03:22:37.439Z] #33 4.328 internal/testlog [2020-10-27T03:22:37.439Z] #33 5.548 encoding [2020-10-27T03:22:37.439Z] #33 5.572 runtime [2020-10-27T03:22:37.743Z] #33 ... [2020-10-27T03:22:37.743Z] [2020-10-27T03:22:37.743Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:37.743Z] #46 0.539 + RM_GOPATH=0 [2020-10-27T03:22:37.743Z] #46 0.539 + TMP_GOPATH= [2020-10-27T03:22:37.743Z] #46 0.539 + : /build [2020-10-27T03:22:37.743Z] #46 0.539 + '[' -z '' ']' [2020-10-27T03:22:37.743Z] #46 0.540 ++ mktemp -d [2020-10-27T03:22:37.743Z] #46 0.541 + export GOPATH=/tmp/tmp.eiQpVqEgJa [2020-10-27T03:22:37.743Z] #46 0.541 + GOPATH=/tmp/tmp.eiQpVqEgJa [2020-10-27T03:22:37.743Z] #46 0.541 + RM_GOPATH=1 [2020-10-27T03:22:37.743Z] #46 0.541 + case "$(go env GOARCH)" in [2020-10-27T03:22:37.743Z] #46 0.542 ++ go env GOARCH [2020-10-27T03:22:37.743Z] #46 0.546 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:37.743Z] #46 0.546 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:37.743Z] #46 0.547 ++ dirname /tmp/install/install.sh [2020-10-27T03:22:37.743Z] #46 0.548 + dir=/tmp/install [2020-10-27T03:22:37.743Z] #46 0.548 + bin=gotestsum [2020-10-27T03:22:37.743Z] #46 0.548 + shift [2020-10-27T03:22:37.743Z] #46 0.548 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-10-27T03:22:37.743Z] #46 0.548 + . /tmp/install/gotestsum.installer [2020-10-27T03:22:37.743Z] #46 0.552 ++ : v0.5.3 [2020-10-27T03:22:37.743Z] #46 0.552 + install_gotestsum [2020-10-27T03:22:37.743Z] #46 0.552 + set -e [2020-10-27T03:22:37.743Z] #46 0.552 + export GO111MODULE=on [2020-10-27T03:22:37.743Z] #46 0.552 + GO111MODULE=on [2020-10-27T03:22:37.743Z] #46 0.552 + GOBIN=/build [2020-10-27T03:22:37.743Z] #46 0.552 + go get gotest.tools/gotestsum@v0.5.3 [2020-10-27T03:22:37.743Z] #46 0.565 go: finding gotest.tools v0.5.3 [2020-10-27T03:22:37.743Z] #46 0.567 go: finding gotest.tools/gotestsum v0.5.3 [2020-10-27T03:22:37.743Z] #46 1.572 go: downloading gotest.tools/gotestsum v0.5.3 [2020-10-27T03:22:37.743Z] #46 3.007 go: extracting gotest.tools/gotestsum v0.5.3 [2020-10-27T03:22:37.743Z] #46 4.818 go: downloading github.com/spf13/pflag v1.0.3 [2020-10-27T03:22:37.743Z] #46 4.820 go: downloading github.com/fatih/color v1.9.0 [2020-10-27T03:22:37.743Z] #46 4.851 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-27T03:22:37.743Z] #46 4.924 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-27T03:22:37.743Z] #46 4.994 go: downloading github.com/pkg/errors v0.9.1 [2020-10-27T03:22:37.743Z] #46 5.017 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-10-27T03:22:37.743Z] #46 5.290 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-27T03:22:37.743Z] #46 5.295 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-27T03:22:37.743Z] #46 5.461 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-10-27T03:22:37.743Z] #46 5.506 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-27T03:22:37.743Z] #46 5.530 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-27T03:22:37.743Z] #46 5.562 go: extracting github.com/pkg/errors v0.9.1 [2020-10-27T03:22:37.743Z] #46 5.563 go: extracting github.com/fatih/color v1.9.0 [2020-10-27T03:22:37.743Z] #46 5.569 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-27T03:22:37.743Z] #46 5.631 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-10-27T03:22:37.743Z] #46 5.634 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-10-27T03:22:37.743Z] #46 5.697 go: extracting github.com/spf13/pflag v1.0.3 [2020-10-27T03:22:37.743Z] #46 ... [2020-10-27T03:22:37.743Z] [2020-10-27T03:22:37.743Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:22:37.743Z] #33 5.961 runtime/cgo [2020-10-27T03:22:37.908Z] #18 35.38 Setting up xfsprogs (4.20.0-1) ... [2020-10-27T03:22:37.908Z] #18 35.39 Setting up python3-lib2to3 (3.7.3-1) ... [2020-10-27T03:22:38.199Z] #18 35.66 Setting up python3-pkg-resources (40.8.0-1) ... [2020-10-27T03:22:38.832Z] #18 36.17 Setting up python3-distutils (3.7.3-1) ... [2020-10-27T03:22:39.122Z] #18 36.48 Setting up python3-setuptools (40.8.0-1) ... [2020-10-27T03:22:39.413Z] #18 36.92 Setting up python3-pip (18.1-5) ... [2020-10-27T03:22:40.044Z] #18 37.50 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:22:40.193Z] Client: [2020-10-27T03:22:40.193Z] Debug Mode: false [2020-10-27T03:22:40.193Z] [2020-10-27T03:22:40.193Z] Server: [2020-10-27T03:22:40.193Z] Containers: 0 [2020-10-27T03:22:40.193Z] Running: 0 [2020-10-27T03:22:40.193Z] Paused: 0 [2020-10-27T03:22:40.193Z] Stopped: 0 [2020-10-27T03:22:40.193Z] Images: 0 [2020-10-27T03:22:40.193Z] Server Version: 19.03.13 [2020-10-27T03:22:40.193Z] Storage Driver: overlay2 [2020-10-27T03:22:40.193Z] Backing Filesystem: extfs [2020-10-27T03:22:40.193Z] Supports d_type: true [2020-10-27T03:22:40.193Z] Native Overlay Diff: true [2020-10-27T03:22:40.193Z] Logging Driver: json-file [2020-10-27T03:22:40.193Z] Cgroup Driver: cgroupfs [2020-10-27T03:22:40.193Z] Plugins: [2020-10-27T03:22:40.193Z] Volume: local [2020-10-27T03:22:40.193Z] Network: bridge host ipvlan macvlan null overlay [2020-10-27T03:22:40.193Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-10-27T03:22:40.193Z] Swarm: inactive [2020-10-27T03:22:40.193Z] Runtimes: runc [2020-10-27T03:22:40.193Z] Default Runtime: runc [2020-10-27T03:22:40.193Z] Init Binary: docker-init [2020-10-27T03:22:40.193Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-27T03:22:40.193Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-27T03:22:40.193Z] init version: fec3683 [2020-10-27T03:22:40.193Z] Security Options: [2020-10-27T03:22:40.193Z] apparmor [2020-10-27T03:22:40.193Z] seccomp [2020-10-27T03:22:40.193Z] Profile: default [2020-10-27T03:22:40.193Z] Kernel Version: 5.4.0-1025-aws [2020-10-27T03:22:40.193Z] Operating System: Ubuntu 18.04.5 LTS [2020-10-27T03:22:40.193Z] OSType: linux [2020-10-27T03:22:40.193Z] Architecture: x86_64 [2020-10-27T03:22:40.193Z] CPUs: 2 [2020-10-27T03:22:40.193Z] Total Memory: 7.569GiB [2020-10-27T03:22:40.193Z] Name: ip-10-100-60-13 [2020-10-27T03:22:40.193Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-10-27T03:22:40.193Z] Docker Root Dir: /var/lib/docker [2020-10-27T03:22:40.193Z] Debug Mode: false [2020-10-27T03:22:40.193Z] Registry: https://index.docker.io/v1/ [2020-10-27T03:22:40.193Z] Labels: [2020-10-27T03:22:40.193Z] Experimental: true [2020-10-27T03:22:40.193Z] Insecure Registries: [2020-10-27T03:22:40.193Z] 127.0.0.0/8 [2020-10-27T03:22:40.193Z] Live Restore Enabled: true [2020-10-27T03:22:40.193Z] [2020-10-27T03:22:40.193Z] WARNING: No swap limit support [Pipeline] sh [2020-10-27T03:22:40.335Z] #18 37.53 Processing triggers for mime-support (3.62) ... [2020-10-27T03:22:40.493Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:22:40.493Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-27T03:22:40.493Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41593/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-27T03:22:40.493Z] + bash /home/ubuntu/workspace/moby_PR-41593/check-config.sh [2020-10-27T03:22:40.493Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-27T03:22:40.493Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-10-27T03:22:40.493Z] [2020-10-27T03:22:40.493Z] Generally Necessary: [2020-10-27T03:22:40.493Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-27T03:22:40.493Z] - apparmor: enabled and tools installed [2020-10-27T03:22:40.493Z] - CONFIG_NAMESPACES: enabled [2020-10-27T03:22:40.493Z] - CONFIG_NET_NS: enabled [2020-10-27T03:22:40.493Z] - CONFIG_PID_NS: enabled [2020-10-27T03:22:40.493Z] - CONFIG_IPC_NS: enabled [2020-10-27T03:22:40.493Z] - CONFIG_UTS_NS: enabled [2020-10-27T03:22:40.493Z] - CONFIG_CGROUPS: enabled [2020-10-27T03:22:40.493Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-27T03:22:40.493Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-27T03:22:40.493Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-27T03:22:40.493Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-27T03:22:40.493Z] - CONFIG_CPUSETS: enabled [2020-10-27T03:22:40.493Z] - CONFIG_MEMCG: enabled [2020-10-27T03:22:40.493Z] - CONFIG_KEYS: enabled [2020-10-27T03:22:40.493Z] - CONFIG_VETH: enabled (as module) [2020-10-27T03:22:40.493Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-27T03:22:40.493Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-27T03:22:40.493Z] - CONFIG_NF_NAT_IPV4: missing [2020-10-27T03:22:40.493Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-27T03:22:40.493Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-27T03:22:40.493Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-27T03:22:40.493Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-27T03:22:40.493Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-27T03:22:40.493Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-27T03:22:40.493Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-27T03:22:40.493Z] - CONFIG_NF_NAT_NEEDED: missing [2020-10-27T03:22:40.493Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-27T03:22:40.493Z] [2020-10-27T03:22:40.493Z] Optional Features: [2020-10-27T03:22:40.493Z] - CONFIG_USER_NS: enabled [2020-10-27T03:22:40.627Z] #18 DONE 38.1s [2020-10-27T03:22:40.627Z] [2020-10-27T03:22:40.627Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:22:40.627Z] #38 116.2 + dpkg --print-architecture [2020-10-27T03:22:40.627Z] #38 116.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-10-27T03:22:40.754Z] - CONFIG_SECCOMP: enabled [2020-10-27T03:22:40.754Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-27T03:22:40.754Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-27T03:22:40.754Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-27T03:22:40.754Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-10-27T03:22:40.754Z] - CONFIG_BLK_CGROUP: enabled [2020-10-27T03:22:40.754Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-27T03:22:40.754Z] - CONFIG_IOSCHED_CFQ: missing [2020-10-27T03:22:40.754Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-10-27T03:22:40.754Z] - CONFIG_CGROUP_PERF: enabled [2020-10-27T03:22:40.754Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-27T03:22:40.754Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-27T03:22:40.754Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-27T03:22:40.754Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-27T03:22:40.754Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-27T03:22:40.754Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-27T03:22:40.754Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-27T03:22:40.754Z] - CONFIG_IP_VS: enabled (as module) [2020-10-27T03:22:40.754Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-27T03:22:40.754Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-27T03:22:40.754Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-27T03:22:40.754Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-27T03:22:40.754Z] - CONFIG_EXT4_FS: enabled [2020-10-27T03:22:40.754Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-27T03:22:40.754Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-27T03:22:40.754Z] - Network Drivers: [2020-10-27T03:22:40.754Z] - "overlay": [2020-10-27T03:22:40.754Z] - CONFIG_VXLAN: enabled (as module) [2020-10-27T03:22:40.754Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-27T03:22:40.754Z] Optional (for encrypted networks): [2020-10-27T03:22:41.014Z] - CONFIG_CRYPTO: enabled [2020-10-27T03:22:41.014Z] - CONFIG_CRYPTO_AEAD: enabled [2020-10-27T03:22:41.014Z] - CONFIG_CRYPTO_GCM: enabled [2020-10-27T03:22:41.014Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-10-27T03:22:41.014Z] - CONFIG_CRYPTO_GHASH: enabled [2020-10-27T03:22:41.014Z] - CONFIG_XFRM: enabled [2020-10-27T03:22:41.014Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-27T03:22:41.014Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-27T03:22:41.014Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-27T03:22:41.014Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-10-27T03:22:41.014Z] - "ipvlan": [2020-10-27T03:22:41.014Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-27T03:22:41.014Z] - "macvlan": [2020-10-27T03:22:41.014Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-27T03:22:41.014Z] - CONFIG_DUMMY: enabled (as module) [2020-10-27T03:22:41.014Z] - "ftp,tftp client in container": [2020-10-27T03:22:41.014Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-27T03:22:41.014Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-27T03:22:41.014Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-27T03:22:41.014Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-27T03:22:41.014Z] - Storage Drivers: [2020-10-27T03:22:41.014Z] - "aufs": [2020-10-27T03:22:41.014Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-27T03:22:41.014Z] - "btrfs": [2020-10-27T03:22:41.014Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-27T03:22:41.014Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-27T03:22:41.014Z] - "devicemapper": [2020-10-27T03:22:41.014Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-27T03:22:41.014Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-27T03:22:41.014Z] - "overlay": [2020-10-27T03:22:41.014Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-27T03:22:41.014Z] - "zfs": [2020-10-27T03:22:41.014Z] - /dev/zfs: present [2020-10-27T03:22:41.014Z] - zfs command: missing [2020-10-27T03:22:41.014Z] - zpool command: missing [2020-10-27T03:22:41.014Z] [2020-10-27T03:22:41.014Z] Limits: [2020-10-27T03:22:41.014Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-27T03:22:41.014Z] [2020-10-27T03:22:41.014Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-27T03:22:41.269Z] ok github.com/docker/docker/cmd/dockerd 0.120s coverage: 29.1% of statements [2020-10-27T03:22:41.269Z] ok github.com/docker/docker/container 0.158s coverage: 34.7% of statements [2020-10-27T03:22:41.269Z] ? github.com/docker/docker/container/stream [no test files] [2020-10-27T03:22:41.269Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-10-27T03:22:41.269Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-10-27T03:22:41.269Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-10-27T03:22:41.269Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.040s coverage: 65.3% of statements [2020-10-27T03:22:41.358Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a . [2020-10-27T03:22:41.359Z] #2 [internal] load .dockerignore [2020-10-27T03:22:41.359Z] #2 transferring context: 87B done [2020-10-27T03:22:41.359Z] #2 DONE 0.1s [2020-10-27T03:22:41.359Z] [2020-10-27T03:22:41.359Z] #1 [internal] load build definition from Dockerfile [2020-10-27T03:22:41.359Z] #1 transferring dockerfile: 16.58kB done [2020-10-27T03:22:41.359Z] #1 DONE 0.1s [2020-10-27T03:22:41.359Z] [2020-10-27T03:22:41.359Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-27T03:22:41.530Z] ok github.com/docker/docker/daemon/cluster/convert 0.040s coverage: 35.9% of statements [2020-10-27T03:22:41.562Z] #38 116.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-10-27T03:22:41.562Z] #38 116.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-10-27T03:22:41.854Z] #38 ... [2020-10-27T03:22:41.854Z] [2020-10-27T03:22:41.854Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-27T03:22:41.854Z] #19 0.908 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-10-27T03:22:41.854Z] #19 0.911 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-10-27T03:22:41.854Z] #19 0.913 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-10-27T03:22:41.854Z] #19 DONE 1.1s [2020-10-27T03:22:41.854Z] [2020-10-27T03:22:41.854Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-27T03:22:41.929Z] #3 DONE 0.6s [2020-10-27T03:22:42.190Z] [2020-10-27T03:22:42.190Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-27T03:22:42.190Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-10-27T03:22:42.190Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-10-27T03:22:42.190Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-10-27T03:22:42.190Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-10-27T03:22:42.190Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s [2020-10-27T03:22:42.293Z] #33 ... [2020-10-27T03:22:42.293Z] [2020-10-27T03:22:42.293Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:22:42.293Z] #50 0.850 + RM_GOPATH=0 [2020-10-27T03:22:42.293Z] #50 0.851 + TMP_GOPATH= [2020-10-27T03:22:42.293Z] #50 0.851 + : /build [2020-10-27T03:22:42.293Z] #50 0.851 + '[' -z '' ']' [2020-10-27T03:22:42.293Z] #50 0.854 ++ mktemp -d [2020-10-27T03:22:42.293Z] #50 0.859 + export GOPATH=/tmp/tmp.wM4KIkUkeN [2020-10-27T03:22:42.293Z] #50 0.859 + GOPATH=/tmp/tmp.wM4KIkUkeN [2020-10-27T03:22:42.293Z] #50 0.859 + RM_GOPATH=1 [2020-10-27T03:22:42.293Z] #50 0.860 + case "$(go env GOARCH)" in [2020-10-27T03:22:42.293Z] #50 0.861 ++ go env GOARCH [2020-10-27T03:22:42.293Z] #50 0.952 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:42.293Z] #50 0.952 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:42.293Z] #50 0.953 ++ dirname /tmp/install/install.sh [2020-10-27T03:22:42.293Z] #50 0.960 + dir=/tmp/install [2020-10-27T03:22:42.293Z] #50 0.960 + bin=shfmt [2020-10-27T03:22:42.293Z] #50 0.960 + shift [2020-10-27T03:22:42.293Z] #50 0.961 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-10-27T03:22:42.293Z] #50 0.961 + . /tmp/install/shfmt.installer [2020-10-27T03:22:42.293Z] #50 0.961 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-27T03:22:42.293Z] #50 0.962 + install_shfmt [2020-10-27T03:22:42.293Z] #50 0.962 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-10-27T03:22:42.293Z] #50 0.962 + git clone https://github.com/mvdan/sh.git /tmp/tmp.wM4KIkUkeN/src/github.com/mvdan/sh [2020-10-27T03:22:42.293Z] #50 0.962 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-27T03:22:42.293Z] #50 0.969 Cloning into '/tmp/tmp.wM4KIkUkeN/src/github.com/mvdan/sh'... [2020-10-27T03:22:42.293Z] #50 10.13 + cd /tmp/tmp.wM4KIkUkeN/src/github.com/mvdan/sh [2020-10-27T03:22:42.293Z] #50 10.14 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-27T03:22:42.293Z] #50 ... [2020-10-27T03:22:42.293Z] [2020-10-27T03:22:42.293Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:22:42.293Z] #63 0.838 + RM_GOPATH=0 [2020-10-27T03:22:42.293Z] #63 0.838 + TMP_GOPATH= [2020-10-27T03:22:42.293Z] #63 0.838 + : /build [2020-10-27T03:22:42.293Z] #63 0.838 + '[' -z '' ']' [2020-10-27T03:22:42.293Z] #63 0.860 ++ mktemp -d [2020-10-27T03:22:42.293Z] #63 0.875 + export GOPATH=/tmp/tmp.t2MjrEnD9x [2020-10-27T03:22:42.293Z] #63 0.875 + GOPATH=/tmp/tmp.t2MjrEnD9x [2020-10-27T03:22:42.293Z] #63 0.875 + RM_GOPATH=1 [2020-10-27T03:22:42.293Z] #63 0.876 + case "$(go env GOARCH)" in [2020-10-27T03:22:42.293Z] #63 0.889 ++ go env GOARCH [2020-10-27T03:22:42.293Z] #63 0.896 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:42.293Z] #63 0.905 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:42.293Z] #63 0.919 ++ dirname /tmp/install/install.sh [2020-10-27T03:22:42.293Z] #63 0.936 + dir=/tmp/install [2020-10-27T03:22:42.293Z] #63 0.936 + bin=proxy [2020-10-27T03:22:42.293Z] #63 0.936 + shift [2020-10-27T03:22:42.293Z] #63 0.936 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-10-27T03:22:42.293Z] #63 0.936 + . /tmp/install/proxy.installer [2020-10-27T03:22:42.293Z] #63 0.936 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-27T03:22:42.293Z] #63 0.936 + install_proxy [2020-10-27T03:22:42.293Z] #63 0.936 + case "$1" in [2020-10-27T03:22:42.293Z] #63 0.936 + export CGO_ENABLED=0 [2020-10-27T03:22:42.293Z] #63 0.936 + CGO_ENABLED=0 [2020-10-27T03:22:42.293Z] #63 0.936 + _install_proxy [2020-10-27T03:22:42.293Z] #63 0.936 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-10-27T03:22:42.293Z] #63 0.936 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.t2MjrEnD9x/src/github.com/docker/libnetwork [2020-10-27T03:22:42.293Z] #63 0.936 Cloning into '/tmp/tmp.t2MjrEnD9x/src/github.com/docker/libnetwork'... [2020-10-27T03:22:42.293Z] #63 0.936 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-27T03:22:42.293Z] #63 ... [2020-10-27T03:22:42.293Z] [2020-10-27T03:22:42.293Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:42.293Z] #48 0.855 + RM_GOPATH=0 [2020-10-27T03:22:42.293Z] #48 0.856 + TMP_GOPATH= [2020-10-27T03:22:42.293Z] #48 0.856 + : /build [2020-10-27T03:22:42.293Z] #48 0.856 + '[' -z '' ']' [2020-10-27T03:22:42.293Z] #48 0.856 ++ mktemp -d [2020-10-27T03:22:42.293Z] #48 0.886 + export GOPATH=/tmp/tmp.MiVUUWTOG9 [2020-10-27T03:22:42.293Z] #48 0.886 + GOPATH=/tmp/tmp.MiVUUWTOG9 [2020-10-27T03:22:42.293Z] #48 0.886 + RM_GOPATH=1 [2020-10-27T03:22:42.293Z] #48 0.886 + case "$(go env GOARCH)" in [2020-10-27T03:22:42.293Z] #48 0.886 ++ go env GOARCH [2020-10-27T03:22:42.293Z] #48 0.907 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:42.293Z] #48 0.907 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:42.293Z] #48 0.912 ++ dirname /tmp/install/install.sh [2020-10-27T03:22:42.293Z] #48 0.914 + dir=/tmp/install [2020-10-27T03:22:42.293Z] #48 0.914 + bin=golangci_lint [2020-10-27T03:22:42.293Z] #48 0.914 + shift [2020-10-27T03:22:42.293Z] #48 0.914 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-10-27T03:22:42.293Z] #48 0.914 + . /tmp/install/golangci_lint.installer [2020-10-27T03:22:42.293Z] #48 0.915 ++ : v1.23.8 [2020-10-27T03:22:42.293Z] #48 0.916 + install_golangci_lint [2020-10-27T03:22:42.293Z] #48 0.916 + set -e [2020-10-27T03:22:42.293Z] #48 0.916 + export GO111MODULE=on [2020-10-27T03:22:42.293Z] #48 0.916 + GO111MODULE=on [2020-10-27T03:22:42.293Z] #48 0.916 + GOBIN=/build [2020-10-27T03:22:42.293Z] #48 0.916 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-10-27T03:22:42.293Z] #48 0.958 go: finding github.com v1.23.8 [2020-10-27T03:22:42.293Z] #48 0.958 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-10-27T03:22:42.293Z] #48 0.959 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-10-27T03:22:42.293Z] #48 0.967 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-10-27T03:22:42.293Z] #48 0.968 go: finding github.com/golangci v1.23.8 [2020-10-27T03:22:42.293Z] #48 1.947 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-10-27T03:22:42.293Z] #48 3.264 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-10-27T03:22:42.293Z] #48 ... [2020-10-27T03:22:42.293Z] [2020-10-27T03:22:42.293Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:22:42.293Z] #12 1.125 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:22:42.293Z] #12 1.214 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:22:42.293Z] #12 1.220 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:22:42.293Z] #12 2.647 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-10-27T03:22:42.293Z] #12 6.012 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-10-27T03:22:42.293Z] #12 6.121 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-10-27T03:22:42.293Z] #12 ... [2020-10-27T03:22:42.293Z] [2020-10-27T03:22:42.293Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:22:42.293Z] #41 0.662 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:22:42.293Z] #41 0.710 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:22:42.293Z] #41 0.731 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:22:42.293Z] #41 1.423 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-10-27T03:22:42.293Z] #41 5.130 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-10-27T03:22:42.293Z] #41 5.202 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-10-27T03:22:42.451Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s [2020-10-27T03:22:42.451Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.4s done [2020-10-27T03:22:42.451Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-10-27T03:22:42.594Z] #41 ... [2020-10-27T03:22:42.594Z] [2020-10-27T03:22:42.594Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:22:42.594Z] #54 1.059 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:22:42.594Z] #54 1.186 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:22:42.594Z] #54 1.208 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:22:42.594Z] #54 2.285 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-10-27T03:22:42.594Z] #54 6.505 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-10-27T03:22:42.594Z] #54 6.610 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-10-27T03:22:42.594Z] #54 ... [2020-10-27T03:22:42.594Z] [2020-10-27T03:22:42.594Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:22:42.594Z] #44 0.813 + RM_GOPATH=0 [2020-10-27T03:22:42.594Z] #44 0.819 + TMP_GOPATH= [2020-10-27T03:22:42.594Z] #44 0.820 + : /build [2020-10-27T03:22:42.594Z] #44 0.820 + '[' -z '' ']' [2020-10-27T03:22:42.594Z] #44 0.821 ++ mktemp -d [2020-10-27T03:22:42.594Z] #44 0.825 + export GOPATH=/tmp/tmp.1kwxubCxgM [2020-10-27T03:22:42.594Z] #44 0.825 + GOPATH=/tmp/tmp.1kwxubCxgM [2020-10-27T03:22:42.594Z] #44 0.825 + RM_GOPATH=1 [2020-10-27T03:22:42.594Z] #44 0.826 + case "$(go env GOARCH)" in [2020-10-27T03:22:42.594Z] #44 0.828 ++ go env GOARCH [2020-10-27T03:22:42.594Z] #44 0.889 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:42.594Z] #44 0.889 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:42.594Z] #44 0.891 ++ dirname /tmp/install/install.sh [2020-10-27T03:22:42.594Z] #44 0.892 + dir=/tmp/install [2020-10-27T03:22:42.594Z] #44 0.892 + bin=vndr [2020-10-27T03:22:42.594Z] #44 0.893 + shift [2020-10-27T03:22:42.594Z] #44 0.893 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-10-27T03:22:42.594Z] #44 0.893 + . /tmp/install/vndr.installer [2020-10-27T03:22:42.594Z] #44 0.896 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-10-27T03:22:42.594Z] #44 0.897 + install_vndr [2020-10-27T03:22:42.594Z] #44 0.897 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-10-27T03:22:42.594Z] #44 0.897 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.1kwxubCxgM/src/github.com/LK4D4/vndr [2020-10-27T03:22:42.594Z] #44 0.897 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-10-27T03:22:42.594Z] #44 0.901 Cloning into '/tmp/tmp.1kwxubCxgM/src/github.com/LK4D4/vndr'... [2020-10-27T03:22:42.594Z] #44 1.747 + cd /tmp/tmp.1kwxubCxgM/src/github.com/LK4D4/vndr [2020-10-27T03:22:42.594Z] #44 1.748 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-10-27T03:22:42.594Z] #44 1.761 + go build -buildmode=pie -v -o /build/vndr . [2020-10-27T03:22:42.594Z] #44 3.318 unicode [2020-10-27T03:22:42.594Z] #44 3.324 sync/atomic [2020-10-27T03:22:42.594Z] #44 3.339 unicode/utf8 [2020-10-27T03:22:42.594Z] #44 3.513 internal/cpu [2020-10-27T03:22:42.594Z] #44 4.352 math [2020-10-27T03:22:42.594Z] #44 4.848 internal/testlog [2020-10-27T03:22:42.594Z] #44 4.858 internal/bytealg [2020-10-27T03:22:42.594Z] #44 6.083 unicode/utf16 [2020-10-27T03:22:42.594Z] #44 6.454 runtime [2020-10-27T03:22:42.594Z] #44 6.635 container/list [2020-10-27T03:22:42.594Z] #44 8.608 crypto/internal/subtle [2020-10-27T03:22:42.594Z] #44 8.918 crypto/subtle [2020-10-27T03:22:42.594Z] #44 9.490 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-10-27T03:22:42.594Z] #44 9.950 internal/nettrace [2020-10-27T03:22:42.594Z] #44 10.28 runtime/cgo [2020-10-27T03:22:42.895Z] #44 ... [2020-10-27T03:22:42.895Z] [2020-10-27T03:22:42.895Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:22:42.895Z] #39 0.724 + git clone https://github.com/docker/distribution.git . [2020-10-27T03:22:42.895Z] #39 0.730 Cloning into '.'... [2020-10-27T03:22:42.895Z] #39 ... [2020-10-27T03:22:42.895Z] [2020-10-27T03:22:42.895Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:42.895Z] #23 0.747 + RM_GOPATH=0 [2020-10-27T03:22:42.895Z] #23 0.747 + TMP_GOPATH= [2020-10-27T03:22:42.895Z] #23 0.747 + : /build [2020-10-27T03:22:42.895Z] #23 0.747 + '[' -z '' ']' [2020-10-27T03:22:42.895Z] #23 0.747 ++ mktemp -d [2020-10-27T03:22:42.895Z] #23 0.749 + export GOPATH=/tmp/tmp.eyWRKQ0aPt [2020-10-27T03:22:42.895Z] #23 0.749 + GOPATH=/tmp/tmp.eyWRKQ0aPt [2020-10-27T03:22:42.895Z] #23 0.749 + RM_GOPATH=1 [2020-10-27T03:22:42.895Z] #23 0.749 + case "$(go env GOARCH)" in [2020-10-27T03:22:42.895Z] #23 0.750 ++ go env GOARCH [2020-10-27T03:22:42.895Z] #23 0.766 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:42.895Z] #23 0.766 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:42.895Z] #23 0.767 ++ dirname /tmp/install/install.sh [2020-10-27T03:22:42.895Z] #23 0.769 + dir=/tmp/install [2020-10-27T03:22:42.895Z] #23 0.770 + bin=dockercli [2020-10-27T03:22:42.895Z] #23 0.770 + shift [2020-10-27T03:22:42.895Z] #23 0.770 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-10-27T03:22:42.895Z] #23 0.771 + . /tmp/install/dockercli.installer [2020-10-27T03:22:42.895Z] #23 0.771 ++ : stable [2020-10-27T03:22:42.895Z] #23 0.771 ++ : 17.06.2-ce [2020-10-27T03:22:42.895Z] #23 0.772 + install_dockercli [2020-10-27T03:22:42.895Z] #23 0.773 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-10-27T03:22:42.895Z] #23 0.773 Install docker/cli version 17.06.2-ce from stable [2020-10-27T03:22:42.895Z] #23 0.774 ++ uname -m [2020-10-27T03:22:42.895Z] #23 0.776 + arch=ppc64le [2020-10-27T03:22:42.895Z] #23 0.776 + '[' ppc64le '!=' x86_64 ']' [2020-10-27T03:22:42.895Z] #23 0.776 + '[' ppc64le '!=' s390x ']' [2020-10-27T03:22:42.895Z] #23 0.776 + '[' ppc64le '!=' armhf ']' [2020-10-27T03:22:42.895Z] #23 0.776 + build_dockercli [2020-10-27T03:22:42.895Z] #23 0.776 + git clone https://github.com/docker/docker-ce /tmp/tmp.eyWRKQ0aPt/tmp/docker-ce [2020-10-27T03:22:42.895Z] #23 0.778 Cloning into '/tmp/tmp.eyWRKQ0aPt/tmp/docker-ce'... [2020-10-27T03:22:43.027Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-10-27T03:22:43.027Z] #4 DONE 1.0s [2020-10-27T03:22:43.196Z] #23 ... [2020-10-27T03:22:43.196Z] [2020-10-27T03:22:43.196Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:43.196Z] #57 0.854 + RM_GOPATH=0 [2020-10-27T03:22:43.196Z] #57 0.854 + TMP_GOPATH= [2020-10-27T03:22:43.196Z] #57 0.854 + : /build [2020-10-27T03:22:43.196Z] #57 0.854 + '[' -z '' ']' [2020-10-27T03:22:43.196Z] #57 0.859 ++ mktemp -d [2020-10-27T03:22:43.196Z] #57 0.874 + export GOPATH=/tmp/tmp.4TMIFnp3Iz [2020-10-27T03:22:43.196Z] #57 0.874 + GOPATH=/tmp/tmp.4TMIFnp3Iz [2020-10-27T03:22:43.196Z] #57 0.874 + RM_GOPATH=1 [2020-10-27T03:22:43.196Z] #57 0.874 + case "$(go env GOARCH)" in [2020-10-27T03:22:43.196Z] #57 0.875 ++ go env GOARCH [2020-10-27T03:22:43.196Z] #57 0.917 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:43.196Z] #57 0.918 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:22:43.196Z] #57 0.918 ++ dirname /tmp/install/install.sh [2020-10-27T03:22:43.196Z] #57 0.920 + dir=/tmp/install [2020-10-27T03:22:43.196Z] #57 0.920 + bin=rootlesskit [2020-10-27T03:22:43.196Z] #57 0.920 + shift [2020-10-27T03:22:43.196Z] #57 0.921 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-10-27T03:22:43.196Z] #57 0.921 + . /tmp/install/rootlesskit.installer [2020-10-27T03:22:43.196Z] #57 0.922 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-27T03:22:43.196Z] #57 0.922 + install_rootlesskit [2020-10-27T03:22:43.196Z] #57 0.922 + case "$1" in [2020-10-27T03:22:43.196Z] #57 0.922 + export CGO_ENABLED=0 [2020-10-27T03:22:43.196Z] #57 0.922 + CGO_ENABLED=0 [2020-10-27T03:22:43.196Z] #57 0.922 + _install_rootlesskit [2020-10-27T03:22:43.196Z] #57 0.922 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-10-27T03:22:43.196Z] #57 0.923 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-27T03:22:43.196Z] #57 0.923 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.4TMIFnp3Iz/src/github.com/rootless-containers/rootlesskit [2020-10-27T03:22:43.196Z] #57 0.938 Cloning into '/tmp/tmp.4TMIFnp3Iz/src/github.com/rootless-containers/rootlesskit'... [2020-10-27T03:22:43.196Z] #57 6.267 + cd /tmp/tmp.4TMIFnp3Iz/src/github.com/rootless-containers/rootlesskit [2020-10-27T03:22:43.196Z] #57 6.269 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-27T03:22:43.196Z] #57 6.714 + for f in rootlesskit rootlesskit-docker-proxy [2020-10-27T03:22:43.196Z] #57 6.715 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-10-27T03:22:43.196Z] #57 ... [2020-10-27T03:22:43.196Z] [2020-10-27T03:22:43.196Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:22:43.196Z] #35 1.064 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:22:43.196Z] #35 1.141 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:22:43.196Z] #35 1.210 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:22:43.196Z] #35 2.647 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-10-27T03:22:43.196Z] #35 5.857 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-10-27T03:22:43.196Z] #35 5.948 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-10-27T03:22:43.289Z] [2020-10-27T03:22:43.289Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-27T03:22:43.499Z] #35 ... [2020-10-27T03:22:43.499Z] [2020-10-27T03:22:43.499Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:22:43.499Z] #50 10.24 + GO111MODULE=on [2020-10-27T03:22:43.499Z] #50 10.24 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-10-27T03:22:43.555Z] #7 ... [2020-10-27T03:22:43.555Z] [2020-10-27T03:22:43.555Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-27T03:22:43.555Z] #5 DONE 0.3s [2020-10-27T03:22:43.799Z] #50 12.00 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-27T03:22:43.799Z] #50 12.03 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-27T03:22:43.799Z] #50 12.13 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-27T03:22:43.799Z] #50 12.19 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-27T03:22:43.815Z] [2020-10-27T03:22:43.815Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-27T03:22:43.815Z] #6 DONE 0.6s [2020-10-27T03:22:43.815Z] [2020-10-27T03:22:43.815Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-27T03:22:43.815Z] #7 DONE 0.7s [2020-10-27T03:22:43.916Z] #20 ... [2020-10-27T03:22:43.916Z] [2020-10-27T03:22:43.916Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:43.916Z] #41 73.46 CC criu/mount.o [2020-10-27T03:22:43.916Z] #41 75.89 CC criu/namespaces.o [2020-10-27T03:22:43.916Z] #41 77.11 CC criu/net.o [2020-10-27T03:22:43.916Z] #41 78.87 CC criu/netfilter.o [2020-10-27T03:22:43.916Z] #41 79.10 CC criu/page-pipe.o [2020-10-27T03:22:43.916Z] #41 79.43 CC criu/page-xfer.o [2020-10-27T03:22:43.916Z] #41 80.38 CC criu/pagemap-cache.o [2020-10-27T03:22:43.916Z] #41 80.59 CC criu/pagemap.o [2020-10-27T03:22:43.916Z] #41 81.17 CC criu/parasite-syscall.o [2020-10-27T03:22:43.916Z] #41 81.64 CC criu/path.o [2020-10-27T03:22:43.916Z] #41 81.82 CC criu/pie-util-vdso.o [2020-10-27T03:22:43.916Z] #41 82.05 CC criu/pie-util.o [2020-10-27T03:22:43.916Z] #41 82.14 CC criu/pipes.o [2020-10-27T03:22:43.916Z] #41 82.57 CC criu/plugin.o [2020-10-27T03:22:43.916Z] #41 82.92 CC criu/proc_parse.o [2020-10-27T03:22:44.077Z] [2020-10-27T03:22:44.077Z] #21 [internal] load build context [2020-10-27T03:22:44.085Z] ok github.com/docker/docker/daemon/cluster 0.107s coverage: 0.5% of statements [2020-10-27T03:22:44.453Z] #50 12.60 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-27T03:22:44.948Z] #41 ... [2020-10-27T03:22:44.948Z] [2020-10-27T03:22:44.948Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-27T03:22:44.948Z] #20 3.017 Collecting yamllint==1.16.0 [2020-10-27T03:22:44.948Z] #20 3.176 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-10-27T03:22:44.948Z] #20 3.205 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-10-27T03:22:44.948Z] #20 3.221 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-10-27T03:22:44.948Z] #20 3.230 Collecting pyyaml (from yamllint==1.16.0) [2020-10-27T03:22:45.239Z] #20 3.340 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-10-27T03:22:45.517Z] #50 13.73 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-27T03:22:45.869Z] #20 4.060 Building wheels for collected packages: pyyaml [2020-10-27T03:22:45.869Z] #20 4.069 Running setup.py bdist_wheel for pyyaml: started [2020-10-27T03:22:46.107Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|imports|exports_file|files|name|types_sizes) took 1m56.786583982s [2020-10-27T03:22:46.107Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 448.4993ms [2020-10-27T03:22:46.390Z] #50 14.63 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-27T03:22:46.502Z] #20 4.640 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-10-27T03:22:46.502Z] #20 4.640 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-10-27T03:22:46.502Z] #20 4.714 Successfully built pyyaml [2020-10-27T03:22:46.502Z] #20 4.721 Installing collected packages: pathspec, pyyaml, yamllint [2020-10-27T03:22:46.630Z] #21 transferring context: 17.70MB 2.6s [2020-10-27T03:22:46.642Z] ok github.com/docker/docker/daemon/discovery 0.020s coverage: 30.0% of statements [2020-10-27T03:22:46.799Z] #20 4.889 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-10-27T03:22:46.799Z] #20 DONE 5.2s [2020-10-27T03:22:46.799Z] [2020-10-27T03:22:46.799Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:46.799Z] #41 84.63 CC criu/protobuf-desc.o [2020-10-27T03:22:46.799Z] #41 85.27 CC criu/protobuf.o [2020-10-27T03:22:46.799Z] #41 85.53 CC criu/pstree.o [2020-10-27T03:22:46.799Z] #41 86.29 CC criu/rbtree.o [2020-10-27T03:22:46.799Z] #41 86.50 CC criu/rst-malloc.o [2020-10-27T03:22:47.089Z] #41 86.80 CC criu/seccomp.o [2020-10-27T03:22:47.089Z] #41 ... [2020-10-27T03:22:47.089Z] [2020-10-27T03:22:47.089Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-27T03:22:47.089Z] #23 DONE 0.2s [2020-10-27T03:22:47.223Z] ok github.com/docker/docker/daemon/config 0.069s coverage: 81.8% of statements [2020-10-27T03:22:47.383Z] [2020-10-27T03:22:47.383Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-27T03:22:47.458Z] #50 ... [2020-10-27T03:22:47.458Z] [2020-10-27T03:22:47.458Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:22:47.458Z] #35 15.81 Fetched 8171 kB in 15s (553 kB/s) [2020-10-27T03:22:48.015Z] #28 DONE 0.8s [2020-10-27T03:22:48.015Z] [2020-10-27T03:22:48.015Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:48.015Z] #41 87.31 CC criu/seize.o [2020-10-27T03:22:48.035Z] #21 ... [2020-10-27T03:22:48.035Z] [2020-10-27T03:22:48.035Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-27T03:22:48.035Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-10-27T03:22:48.035Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-10-27T03:22:48.035Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-10-27T03:22:48.035Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done [2020-10-27T03:22:48.035Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.2s done [2020-10-27T03:22:48.035Z] #60 DONE 4.2s [2020-10-27T03:22:48.035Z] [2020-10-27T03:22:48.035Z] #21 [internal] load build context [2020-10-27T03:22:48.110Z] #35 15.81 Reading package lists... [2020-10-27T03:22:48.110Z] #35 ... [2020-10-27T03:22:48.110Z] [2020-10-27T03:22:48.110Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:48.110Z] #46 6.144 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-10-27T03:22:48.110Z] #46 6.157 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-10-27T03:22:48.110Z] #46 8.345 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-27T03:22:48.110Z] #46 9.326 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-27T03:22:48.110Z] #46 11.25 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-27T03:22:48.110Z] #46 15.10 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-27T03:22:48.110Z] #46 15.12 go: finding github.com/pkg/errors v0.9.1 [2020-10-27T03:22:48.110Z] #46 15.13 go: finding github.com/fatih/color v1.9.0 [2020-10-27T03:22:48.110Z] #46 15.22 go: finding github.com/spf13/pflag v1.0.3 [2020-10-27T03:22:48.110Z] #46 15.48 go: finding github.com/mattn/go-colorable v0.1.6 [2020-10-27T03:22:48.110Z] #46 15.60 go: finding github.com/mattn/go-isatty v0.0.12 [2020-10-27T03:22:48.110Z] #46 15.96 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-27T03:22:48.110Z] #46 15.99 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-10-27T03:22:48.110Z] #46 16.01 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-27T03:22:48.110Z] #46 16.07 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-27T03:22:48.110Z] #46 16.12 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-27T03:22:48.110Z] #46 ... [2020-10-27T03:22:48.110Z] [2020-10-27T03:22:48.110Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:22:48.110Z] #50 16.26 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-27T03:22:48.172Z] ok github.com/docker/docker/daemon/events 0.109s coverage: 50.0% of statements [2020-10-27T03:22:48.305Z] #41 ... [2020-10-27T03:22:48.306Z] [2020-10-27T03:22:48.306Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-27T03:22:48.306Z] #31 DONE 0.2s [2020-10-27T03:22:48.306Z] [2020-10-27T03:22:48.306Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:48.306Z] #41 87.94 CC criu/servicefd.o [2020-10-27T03:22:48.306Z] #41 ... [2020-10-27T03:22:48.306Z] [2020-10-27T03:22:48.306Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-27T03:22:48.306Z] #33 DONE 0.1s [2020-10-27T03:22:48.596Z] [2020-10-27T03:22:48.596Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-27T03:22:48.596Z] #36 DONE 0.1s [2020-10-27T03:22:48.596Z] [2020-10-27T03:22:48.596Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:48.596Z] #41 88.16 CC criu/shmem.o [2020-10-27T03:22:49.228Z] #41 88.80 CC criu/sigframe.o [2020-10-27T03:22:49.228Z] #41 88.92 CC criu/signalfd.o [2020-10-27T03:22:49.519Z] #41 89.07 CC criu/sk-inet.o [2020-10-27T03:22:49.568Z] ok github.com/docker/docker/daemon/graphdriver 0.020s coverage: 2.2% of statements [2020-10-27T03:22:49.662Z] #50 17.68 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-27T03:22:49.662Z] #50 17.76 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-27T03:22:49.809Z] #41 89.65 CC criu/sk-netlink.o [2020-10-27T03:22:49.961Z] #21 transferring context: 52.01MB 5.9s done [2020-10-27T03:22:49.963Z] #50 18.12 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-27T03:22:50.102Z] #41 89.90 CC criu/sk-packet.o [2020-10-27T03:22:50.267Z] #50 18.45 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-27T03:22:50.531Z] #21 DONE 6.6s [2020-10-27T03:22:50.531Z] [2020-10-27T03:22:50.531Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:22:50.531Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-10-27T03:22:50.531Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-10-27T03:22:50.531Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-10-27T03:22:50.531Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-10-27T03:22:50.531Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.4s done [2020-10-27T03:22:50.531Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2020-10-27T03:22:50.531Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.5s done [2020-10-27T03:22:50.531Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.0s done [2020-10-27T03:22:50.531Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.0s done [2020-10-27T03:22:50.531Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.5s [2020-10-27T03:22:50.531Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.8s [2020-10-27T03:22:50.531Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.9s done [2020-10-27T03:22:50.734Z] #41 90.28 CC criu/sk-queue.o [2020-10-27T03:22:50.734Z] #41 90.52 CC criu/sk-tcp.o [2020-10-27T03:22:51.025Z] #41 90.74 CC criu/sk-unix.o [2020-10-27T03:22:51.337Z] #50 19.46 runtime/cgo [2020-10-27T03:22:51.337Z] #50 19.46 runtime [2020-10-27T03:22:51.472Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.4s done [2020-10-27T03:22:51.676Z] #41 ... [2020-10-27T03:22:51.676Z] [2020-10-27T03:22:51.676Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:22:51.676Z] #51 53.79 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-10-27T03:22:51.676Z] #51 54.90 + mkdir -p /build [2020-10-27T03:22:51.676Z] #51 54.91 + cp runc /build/runc [2020-10-27T03:22:51.676Z] #51 DONE 55.3s [2020-10-27T03:22:51.676Z] [2020-10-27T03:22:51.676Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:52.313Z] #47 ... [2020-10-27T03:22:52.313Z] [2020-10-27T03:22:52.313Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:52.313Z] #41 92.05 CC criu/sockets.o [2020-10-27T03:22:52.858Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.2s done [2020-10-27T03:22:52.873Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.516s coverage: 14.1% of statements [2020-10-27T03:22:52.873Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 2.9% of statements [2020-10-27T03:22:52.945Z] #41 92.57 CC criu/stats.o [2020-10-27T03:22:53.118Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-10-27T03:22:53.235Z] #41 92.79 CC criu/string.o [2020-10-27T03:22:53.235Z] #41 92.84 CC criu/sysctl.o [2020-10-27T03:22:53.461Z] #50 ... [2020-10-27T03:22:53.461Z] [2020-10-27T03:22:53.461Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:22:53.461Z] #39 19.31 Checking out files: 88% (1468/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-10-27T03:22:53.461Z] #39 19.50 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-10-27T03:22:53.461Z] #39 21.06 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-10-27T03:22:53.526Z] #41 93.12 CC criu/sysfs_parse.o [2020-10-27T03:22:53.526Z] #41 93.28 CC criu/timens.o [2020-10-27T03:22:53.763Z] #39 ... [2020-10-27T03:22:53.763Z] [2020-10-27T03:22:53.763Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:53.763Z] #48 11.96 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-10-27T03:22:53.763Z] #48 12.00 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-10-27T03:22:53.763Z] #48 12.03 go: downloading github.com/pkg/errors v0.8.1 [2020-10-27T03:22:53.763Z] #48 12.08 go: downloading github.com/spf13/pflag v1.0.5 [2020-10-27T03:22:53.763Z] #48 12.26 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-10-27T03:22:53.763Z] #48 12.36 go: downloading github.com/stretchr/testify v1.4.0 [2020-10-27T03:22:53.763Z] #48 12.43 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-10-27T03:22:53.763Z] #48 12.45 go: extracting github.com/pkg/errors v0.8.1 [2020-10-27T03:22:53.763Z] #48 12.45 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-10-27T03:22:53.763Z] #48 12.51 go: downloading github.com/spf13/viper v1.6.1 [2020-10-27T03:22:53.763Z] #48 12.70 go: extracting github.com/spf13/pflag v1.0.5 [2020-10-27T03:22:53.763Z] #48 12.84 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-10-27T03:22:53.763Z] #48 12.99 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-10-27T03:22:53.763Z] #48 13.10 go: extracting github.com/stretchr/testify v1.4.0 [2020-10-27T03:22:53.763Z] #48 13.20 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-10-27T03:22:53.763Z] #48 13.35 go: extracting github.com/spf13/viper v1.6.1 [2020-10-27T03:22:53.763Z] #48 13.50 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-10-27T03:22:53.763Z] #48 13.52 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-10-27T03:22:53.763Z] #48 13.62 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-10-27T03:22:53.763Z] #48 13.75 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-10-27T03:22:53.763Z] #48 13.76 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-10-27T03:22:53.763Z] #48 13.80 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-10-27T03:22:53.763Z] #48 14.00 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-10-27T03:22:53.763Z] #48 14.02 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-10-27T03:22:53.763Z] #48 14.06 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-10-27T03:22:53.763Z] #48 15.95 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-10-27T03:22:53.763Z] #48 18.47 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-10-27T03:22:53.763Z] #48 18.50 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-10-27T03:22:53.763Z] #48 18.50 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-10-27T03:22:53.763Z] #48 18.50 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-10-27T03:22:53.763Z] #48 18.52 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-10-27T03:22:53.763Z] #48 18.52 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-10-27T03:22:53.763Z] #48 18.55 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-10-27T03:22:53.763Z] #48 18.56 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-10-27T03:22:53.763Z] #48 18.56 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-10-27T03:22:53.763Z] #48 18.61 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-10-27T03:22:53.763Z] #48 18.63 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-10-27T03:22:53.763Z] #48 18.63 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-10-27T03:22:53.763Z] #48 18.73 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-10-27T03:22:53.763Z] #48 18.81 go: downloading github.com/subosito/gotenv v1.2.0 [2020-10-27T03:22:53.763Z] #48 18.89 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-10-27T03:22:53.763Z] #48 18.89 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-10-27T03:22:53.763Z] #48 18.91 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-10-27T03:22:53.763Z] #48 18.93 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-10-27T03:22:53.763Z] #48 18.97 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-10-27T03:22:53.763Z] #48 19.05 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-10-27T03:22:53.763Z] #48 19.06 go: extracting github.com/subosito/gotenv v1.2.0 [2020-10-27T03:22:53.763Z] #48 19.06 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-10-27T03:22:53.763Z] #48 19.08 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-10-27T03:22:53.764Z] #48 19.09 go: downloading github.com/magiconair/properties v1.8.1 [2020-10-27T03:22:53.764Z] #48 19.14 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-10-27T03:22:53.764Z] #48 19.15 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-10-27T03:22:53.764Z] #48 19.18 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-10-27T03:22:53.764Z] #48 19.19 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-10-27T03:22:53.764Z] #48 19.19 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-10-27T03:22:53.764Z] #48 19.27 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-10-27T03:22:53.764Z] #48 19.28 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-10-27T03:22:53.764Z] #48 19.35 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-10-27T03:22:53.764Z] #48 19.44 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-10-27T03:22:53.764Z] #48 19.49 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-10-27T03:22:53.764Z] #48 19.52 go: extracting github.com/magiconair/properties v1.8.1 [2020-10-27T03:22:53.764Z] #48 19.59 go: downloading github.com/ultraware/funlen v0.0.2 [2020-10-27T03:22:53.764Z] #48 19.61 go: downloading github.com/spf13/cast v1.3.0 [2020-10-27T03:22:53.764Z] #48 19.63 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-10-27T03:22:53.764Z] #48 19.63 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-10-27T03:22:53.764Z] #48 19.73 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-10-27T03:22:53.764Z] #48 19.74 go: extracting github.com/ultraware/funlen v0.0.2 [2020-10-27T03:22:53.764Z] #48 19.75 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-10-27T03:22:53.764Z] #48 19.75 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-10-27T03:22:53.764Z] #48 19.78 go: extracting github.com/spf13/cast v1.3.0 [2020-10-27T03:22:53.764Z] #48 19.78 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-10-27T03:22:53.764Z] #48 19.82 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-10-27T03:22:53.764Z] #48 19.87 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-10-27T03:22:53.764Z] #48 19.90 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-27T03:22:53.764Z] #48 20.02 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-10-27T03:22:53.764Z] #48 20.06 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-10-27T03:22:53.764Z] #48 20.09 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-10-27T03:22:53.764Z] #48 20.11 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-10-27T03:22:53.764Z] #48 20.19 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-10-27T03:22:53.764Z] #48 20.32 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-10-27T03:22:53.764Z] #48 20.33 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-10-27T03:22:53.764Z] #48 20.39 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-10-27T03:22:53.764Z] #48 20.42 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-10-27T03:22:53.764Z] #48 20.51 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-10-27T03:22:53.764Z] #48 20.52 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-10-27T03:22:53.764Z] #48 20.84 go: downloading github.com/fatih/color v1.7.0 [2020-10-27T03:22:53.764Z] #48 20.89 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-10-27T03:22:53.764Z] #48 20.94 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-10-27T03:22:53.764Z] #48 21.22 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T03:22:53.764Z] #48 21.28 go: extracting github.com/fatih/color v1.7.0 [2020-10-27T03:22:53.764Z] #48 21.46 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-10-27T03:22:53.764Z] #48 21.51 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-10-27T03:22:53.764Z] #48 21.55 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T03:22:53.764Z] #48 21.57 go: downloading github.com/stretchr/objx v0.2.0 [2020-10-27T03:22:53.764Z] #48 21.58 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-10-27T03:22:53.764Z] #48 21.63 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-10-27T03:22:53.764Z] #48 21.82 go: downloading github.com/gobwas/glob v0.2.3 [2020-10-27T03:22:53.817Z] #41 93.47 CC criu/timerfd.o [2020-10-27T03:22:53.817Z] #41 93.67 CC criu/tty.o [2020-10-27T03:22:54.060Z] #8 ... [2020-10-27T03:22:54.060Z] [2020-10-27T03:22:54.060Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-10-27T03:22:54.060Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-10-27T03:22:54.060Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-10-27T03:22:54.060Z] #24 sha256:60cb30babcd1740309903c37d3d408407d190cf73015aeddec9086ef3f393a5d 529B / 529B done [2020-10-27T03:22:54.060Z] #24 sha256:1510e850178318cd2b654439b56266e7b6cbff36f95f343f662c708cd51d0610 1.50kB / 1.50kB done [2020-10-27T03:22:54.060Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 6.3s done [2020-10-27T03:22:54.060Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 3.4s [2020-10-27T03:22:54.060Z] #24 ... [2020-10-27T03:22:54.060Z] [2020-10-27T03:22:54.060Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:22:54.062Z] #48 22.33 go: extracting github.com/gobwas/glob v0.2.3 [2020-10-27T03:22:54.062Z] #48 22.35 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-10-27T03:22:54.062Z] #48 22.38 go: extracting github.com/stretchr/objx v0.2.0 [2020-10-27T03:22:54.062Z] #48 ... [2020-10-27T03:22:54.062Z] [2020-10-27T03:22:54.062Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:22:54.062Z] #35 15.81 Reading package lists... [2020-10-27T03:22:54.265Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.589s coverage: 56.2% of statements [2020-10-27T03:22:54.334Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.0s done [2020-10-27T03:22:54.334Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-10-27T03:22:54.669Z] #35 22.70 Reading package lists... [2020-10-27T03:22:54.669Z] #35 ... [2020-10-27T03:22:54.669Z] [2020-10-27T03:22:54.669Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:22:54.669Z] #44 12.97 vendor/golang.org/x/crypto/internal/subtle [2020-10-27T03:22:54.849Z] #41 94.64 CC criu/tun.o [2020-10-27T03:22:54.970Z] #44 ... [2020-10-27T03:22:54.970Z] [2020-10-27T03:22:54.970Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:54.970Z] #48 22.65 go: downloading github.com/gogo/protobuf v1.2.1 [2020-10-27T03:22:54.970Z] #48 22.67 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-10-27T03:22:54.970Z] #48 22.81 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-10-27T03:22:54.970Z] #48 22.98 go: downloading golang.org/x/text v0.3.2 [2020-10-27T03:22:54.970Z] #48 23.03 go: downloading github.com/spf13/afero v1.1.2 [2020-10-27T03:22:55.139Z] #41 94.91 CC criu/uffd.o [2020-10-27T03:22:55.273Z] #48 23.41 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-10-27T03:22:55.573Z] #48 23.71 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-10-27T03:22:55.573Z] #48 23.79 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-10-27T03:22:55.716Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.1s done [2020-10-27T03:22:55.770Z] #41 95.45 CC criu/util.o [2020-10-27T03:22:55.872Z] #48 24.04 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-10-27T03:22:55.976Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-10-27T03:22:56.102Z] INFO [runner/unused/goanalysis] analyzers took 26.771846881s with top 10 stages: buildssa: 22.831828622s, U1000: 3.940018259s [2020-10-27T03:22:56.172Z] #48 24.33 go: extracting github.com/spf13/afero v1.1.2 [2020-10-27T03:22:56.172Z] #48 ... [2020-10-27T03:22:56.172Z] [2020-10-27T03:22:56.172Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:22:56.172Z] #41 14.40 Fetched 8171 kB in 14s (593 kB/s) [2020-10-27T03:22:56.172Z] #41 14.40 Reading package lists... [2020-10-27T03:22:56.172Z] #41 21.23 Reading package lists... [2020-10-27T03:22:56.172Z] #41 ... [2020-10-27T03:22:56.172Z] [2020-10-27T03:22:56.172Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:22:56.172Z] #63 18.32 Checking out files: 81% (1548/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-10-27T03:22:56.172Z] #63 18.83 + cd /tmp/tmp.t2MjrEnD9x/src/github.com/docker/libnetwork [2020-10-27T03:22:56.172Z] #63 18.84 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-27T03:22:56.172Z] #63 19.24 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-10-27T03:22:56.184Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.8% of statements [2020-10-27T03:22:56.402Z] #41 95.98 CC criu/uts_ns.o [2020-10-27T03:22:56.402Z] #41 96.10 CC criu/vdso.o [2020-10-27T03:22:56.548Z] #8 ... [2020-10-27T03:22:56.548Z] [2020-10-27T03:22:56.548Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-10-27T03:22:56.548Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 5.7s done [2020-10-27T03:22:56.548Z] #24 DONE 12.6s [2020-10-27T03:22:56.548Z] [2020-10-27T03:22:56.548Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:22:56.693Z] #41 96.45 LINK criu/built-in.o [2020-10-27T03:22:56.821Z] #63 ... [2020-10-27T03:22:56.821Z] [2020-10-27T03:22:56.821Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:56.821Z] #48 24.89 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-10-27T03:22:56.821Z] #48 24.91 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-10-27T03:22:56.821Z] #48 25.02 go: downloading github.com/spf13/cobra v0.0.5 [2020-10-27T03:22:56.821Z] #48 25.08 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-10-27T03:22:56.821Z] #48 25.15 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-10-27T03:22:56.821Z] #48 25.28 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-10-27T03:22:56.821Z] #48 ... [2020-10-27T03:22:56.821Z] [2020-10-27T03:22:56.821Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:22:56.821Z] #12 15.16 Fetched 8171 kB in 14s (581 kB/s) [2020-10-27T03:22:56.821Z] #12 15.16 Reading package lists... [2020-10-27T03:22:56.983Z] #41 ... [2020-10-27T03:22:56.984Z] [2020-10-27T03:22:56.984Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:56.984Z] #47 132.0 + /build/golangci-lint --version [2020-10-27T03:22:56.984Z] #47 132.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-10-27T03:22:56.984Z] #47 DONE 132.5s [2020-10-27T03:22:56.984Z] [2020-10-27T03:22:56.984Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:56.984Z] #41 96.56 LINK criu/criu [2020-10-27T03:22:56.984Z] #41 96.88 DEP lib/c/criu.d [2020-10-27T03:22:57.133Z] #12 21.95 Reading package lists... [2020-10-27T03:22:57.133Z] #12 ... [2020-10-27T03:22:57.133Z] [2020-10-27T03:22:57.133Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:57.133Z] #48 25.33 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-10-27T03:22:57.275Z] #41 ... [2020-10-27T03:22:57.275Z] [2020-10-27T03:22:57.275Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:22:57.275Z] #38 DONE 132.8s [2020-10-27T03:22:57.275Z] [2020-10-27T03:22:57.275Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:57.275Z] #41 96.94 CC images/rpc.pb-c.o [2020-10-27T03:22:57.433Z] #48 25.69 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-10-27T03:22:57.433Z] #48 25.77 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-10-27T03:22:57.433Z] #48 25.82 go: extracting github.com/spf13/cobra v0.0.5 [2020-10-27T03:22:57.573Z] #41 97.24 CC lib/c/criu.o [2020-10-27T03:22:57.575Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.501s coverage: 46.2% of statements [2020-10-27T03:22:57.733Z] #48 25.88 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-10-27T03:22:57.733Z] #48 25.94 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-10-27T03:22:57.733Z] #48 26.19 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-10-27T03:22:57.733Z] #48 26.20 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-10-27T03:22:57.903Z] #41 97.62 LINK lib/c/built-in.o [2020-10-27T03:22:57.903Z] #41 97.63 LINK lib/c/libcriu.so [2020-10-27T03:22:57.903Z] #41 97.64 LINK lib/c/libcriu.a [2020-10-27T03:22:57.903Z] #41 97.74 Makefile.config:39: Warn: you have no libnftables installed [2020-10-27T03:22:57.903Z] #41 97.74 Makefile.config:40: Warn: Building without nftables support [2020-10-27T03:22:58.032Z] #48 26.50 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-10-27T03:22:58.220Z] #41 97.75 GEN magic.py [2020-10-27T03:22:58.220Z] #41 97.75 Note: Building without setproctitle() and strlcpy() support. [2020-10-27T03:22:58.220Z] #41 97.75 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-10-27T03:22:58.220Z] #41 97.75 Note: Building without GnuTLS support [2020-10-27T03:22:58.220Z] #41 98.04 fatal: not a git repository (or any of the parent directories): .git [2020-10-27T03:22:58.331Z] #48 26.79 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-10-27T03:22:58.628Z] #48 26.94 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-10-27T03:22:58.628Z] #48 27.05 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-10-27T03:22:58.907Z] #41 98.51 make[1]: Nothing to be done for 'all'. [2020-10-27T03:22:58.926Z] #48 27.16 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-10-27T03:22:58.926Z] #48 27.19 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-10-27T03:22:58.926Z] #48 27.26 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-10-27T03:22:58.926Z] #48 ... [2020-10-27T03:22:58.926Z] [2020-10-27T03:22:58.926Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:22:58.926Z] #54 17.23 Fetched 8171 kB in 16s (504 kB/s) [2020-10-27T03:22:58.926Z] #54 17.23 Reading package lists... [2020-10-27T03:22:59.198Z] #41 ... [2020-10-27T03:22:59.198Z] [2020-10-27T03:22:59.198Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-27T03:22:59.198Z] #39 DONE 0.2s [2020-10-27T03:22:59.198Z] [2020-10-27T03:22:59.198Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:22:59.198Z] #41 98.80 make[1]: 'images/built-in.o' is up to date. [2020-10-27T03:22:59.198Z] #41 98.81 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-10-27T03:22:59.198Z] #41 98.82 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-10-27T03:22:59.198Z] #41 98.83 make[1]: 'compel/libcompel.a' is up to date. [2020-10-27T03:22:59.198Z] #41 98.84 make[1]: 'compel/compel-host-bin' is up to date. [2020-10-27T03:22:59.198Z] #41 98.84 make[1]: Nothing to be done for 'all'. [2020-10-27T03:22:59.198Z] #41 98.85 make[1]: 'soccr/libsoccr.a' is up to date. [2020-10-27T03:22:59.198Z] #41 98.92 make[2]: Nothing to be done for 'all'. [2020-10-27T03:22:59.198Z] #41 98.93 make[2]: Nothing to be done for 'all'. [2020-10-27T03:22:59.198Z] #41 98.94 make[2]: Nothing to be done for 'all'. [2020-10-27T03:22:59.198Z] #41 98.98 make[2]: Nothing to be done for 'all'. [2020-10-27T03:22:59.198Z] #41 99.01 make[2]: Nothing to be done for 'all'. [2020-10-27T03:22:59.198Z] #41 99.01 make[2]: Nothing to be done for 'all'. [2020-10-27T03:22:59.198Z] #41 99.02 make[2]: Nothing to be done for 'all'. [2020-10-27T03:22:59.234Z] #54 24.88 Reading package lists... [2020-10-27T03:22:59.234Z] #54 ... [2020-10-27T03:22:59.234Z] [2020-10-27T03:22:59.234Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:59.234Z] #48 27.47 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-10-27T03:22:59.234Z] #48 27.50 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-10-27T03:22:59.491Z] #41 99.05 make[2]: Nothing to be done for 'all'. [2020-10-27T03:22:59.491Z] #41 99.05 INSTALL criu/criu [2020-10-27T03:22:59.491Z] #41 DONE 99.2s [2020-10-27T03:22:59.491Z] [2020-10-27T03:22:59.492Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:22:59.537Z] #48 27.64 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-10-27T03:22:59.537Z] #48 27.65 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-10-27T03:22:59.537Z] #48 27.70 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-10-27T03:22:59.537Z] #48 27.75 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-10-27T03:22:59.839Z] #48 27.95 go: downloading github.com/kisielk/gotool v1.0.0 [2020-10-27T03:22:59.839Z] #48 28.10 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-10-27T03:22:59.839Z] #48 28.11 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-10-27T03:22:59.839Z] #48 28.19 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-10-27T03:23:00.124Z] #54 ... [2020-10-27T03:23:00.124Z] [2020-10-27T03:23:00.124Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-27T03:23:00.139Z] #48 28.54 go: extracting github.com/kisielk/gotool v1.0.0 [2020-10-27T03:23:00.139Z] #48 28.56 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-27T03:23:00.139Z] #48 28.60 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-10-27T03:23:00.142Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.079s coverage: 73.1% of statements [2020-10-27T03:23:00.142Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.883s coverage: 49.5% of statements [2020-10-27T03:23:00.422Z] #42 DONE 0.1s [2020-10-27T03:23:00.422Z] [2020-10-27T03:23:00.422Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-27T03:23:00.422Z] #44 DONE 0.1s [2020-10-27T03:23:00.422Z] [2020-10-27T03:23:00.422Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-27T03:23:00.440Z] #48 28.66 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-10-27T03:23:00.440Z] #48 28.76 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-10-27T03:23:00.713Z] #46 DONE 0.2s [2020-10-27T03:23:00.713Z] [2020-10-27T03:23:00.713Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-27T03:23:00.713Z] #48 DONE 0.2s [2020-10-27T03:23:00.713Z] [2020-10-27T03:23:00.713Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:00.740Z] #48 28.94 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-10-27T03:23:00.740Z] #48 28.96 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-10-27T03:23:01.004Z] #54 ... [2020-10-27T03:23:01.004Z] [2020-10-27T03:23:01.004Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-27T03:23:01.004Z] #50 DONE 0.1s [2020-10-27T03:23:01.004Z] [2020-10-27T03:23:01.004Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-27T03:23:01.042Z] #48 29.26 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-10-27T03:23:01.307Z] #52 DONE 0.2s [2020-10-27T03:23:01.307Z] [2020-10-27T03:23:01.307Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:01.536Z] ok github.com/docker/docker/daemon 12.337s coverage: 17.2% of statements [2020-10-27T03:23:01.536Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-10-27T03:23:01.536Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-10-27T03:23:01.536Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-10-27T03:23:01.536Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-10-27T03:23:01.536Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-10-27T03:23:01.801Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.029s coverage: 58.0% of statements [2020-10-27T03:23:01.830Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.2s [2020-10-27T03:23:02.063Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.017s coverage: 3.0% of statements [2020-10-27T03:23:02.325Z] ok github.com/docker/docker/daemon/links 0.020s coverage: 93.0% of statements [2020-10-27T03:23:02.404Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.6s done [2020-10-27T03:23:02.975Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-10-27T03:23:03.831Z] #48 32.23 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-10-27T03:23:04.031Z] #54 114.7 + bin/containerd [2020-10-27T03:23:04.133Z] #48 32.48 go: extracting github.com/gogo/protobuf v1.2.1 [2020-10-27T03:23:04.879Z] ok github.com/docker/docker/daemon/logger 0.233s coverage: 41.0% of statements [2020-10-27T03:23:04.891Z] #8 ... [2020-10-27T03:23:04.891Z] [2020-10-27T03:23:04.891Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-27T03:23:04.891Z] #25 1.204 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:23:04.891Z] #25 1.204 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:23:04.891Z] #25 1.209 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:23:04.891Z] #25 1.381 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-10-27T03:23:04.891Z] #25 1.680 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-10-27T03:23:04.891Z] #25 2.029 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-10-27T03:23:04.891Z] #25 3.538 Fetched 8396 kB in 3s (3242 kB/s) [2020-10-27T03:23:04.891Z] #25 3.538 Reading package lists... [2020-10-27T03:23:04.891Z] #25 4.481 Reading package lists... [2020-10-27T03:23:04.891Z] #25 5.409 Building dependency tree... [2020-10-27T03:23:04.891Z] #25 5.804 The following additional packages will be installed: [2020-10-27T03:23:04.891Z] #25 5.804 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-10-27T03:23:04.891Z] #25 5.804 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-10-27T03:23:04.891Z] #25 5.804 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-10-27T03:23:04.891Z] #25 5.804 Suggested packages: [2020-10-27T03:23:04.891Z] #25 5.804 krb5-doc krb5-user [2020-10-27T03:23:04.891Z] #25 5.804 Recommended packages: [2020-10-27T03:23:04.891Z] #25 5.804 krb5-locales publicsuffix libsasl2-modules [2020-10-27T03:23:04.891Z] #25 6.060 The following NEW packages will be installed: [2020-10-27T03:23:04.891Z] #25 6.062 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-10-27T03:23:04.891Z] #25 6.062 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-10-27T03:23:04.891Z] #25 6.062 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-10-27T03:23:04.891Z] #25 6.062 libssh2-1 libssl1.1 openssl [2020-10-27T03:23:04.891Z] #25 6.087 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-10-27T03:23:04.891Z] #25 6.087 Need to get 5049 kB of archives. [2020-10-27T03:23:04.891Z] #25 6.087 After this operation, 12.1 MB of additional disk space will be used. [2020-10-27T03:23:04.891Z] #25 6.087 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB] [2020-10-27T03:23:04.891Z] #25 6.134 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB] [2020-10-27T03:23:04.891Z] #25 6.163 Get:3 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-10-27T03:23:04.891Z] #25 6.165 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-10-27T03:23:04.891Z] #25 6.166 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB] [2020-10-27T03:23:04.891Z] #25 6.169 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB] [2020-10-27T03:23:04.891Z] #25 6.172 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB] [2020-10-27T03:23:04.891Z] #25 6.176 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB] [2020-10-27T03:23:04.891Z] #25 6.180 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-10-27T03:23:04.891Z] #25 6.181 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-10-27T03:23:04.891Z] #25 6.182 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u2 [89.7 kB] [2020-10-27T03:23:04.891Z] #25 6.183 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u2 [224 kB] [2020-10-27T03:23:04.891Z] #25 6.186 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-10-27T03:23:04.891Z] #25 6.187 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-10-27T03:23:04.891Z] #25 6.188 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-10-27T03:23:04.891Z] #25 6.188 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-10-27T03:23:04.891Z] #25 6.190 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-10-27T03:23:04.891Z] #25 6.193 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-10-27T03:23:04.891Z] #25 6.196 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-10-27T03:23:04.891Z] #25 6.198 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-10-27T03:23:04.891Z] #25 6.199 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-10-27T03:23:04.891Z] #25 6.395 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:23:04.891Z] #25 6.420 Fetched 5049 kB in 0s (42.4 MB/s) [2020-10-27T03:23:04.891Z] #25 6.468 Selecting previously unselected package libssl1.1:amd64. [2020-10-27T03:23:04.891Z] #25 6.468 (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.) [2020-10-27T03:23:04.891Z] #25 6.468 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 6.478 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-10-27T03:23:04.891Z] #25 6.730 Selecting previously unselected package openssl. [2020-10-27T03:23:04.891Z] #25 6.730 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u3_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 6.733 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-10-27T03:23:04.891Z] #25 6.908 Selecting previously unselected package ca-certificates. [2020-10-27T03:23:04.891Z] #25 6.908 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-10-27T03:23:04.891Z] #25 6.915 Unpacking ca-certificates (20200601~deb10u1) ... [2020-10-27T03:23:04.891Z] #25 7.000 Selecting previously unselected package libkeyutils1:amd64. [2020-10-27T03:23:04.891Z] #25 7.000 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.002 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-10-27T03:23:04.891Z] #25 7.045 Selecting previously unselected package libkrb5support0:amd64. [2020-10-27T03:23:04.891Z] #25 7.045 Preparing to unpack .../04-libkrb5support0_1.17-3_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.050 Unpacking libkrb5support0:amd64 (1.17-3) ... [2020-10-27T03:23:04.891Z] #25 7.103 Selecting previously unselected package libk5crypto3:amd64. [2020-10-27T03:23:04.891Z] #25 7.103 Preparing to unpack .../05-libk5crypto3_1.17-3_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.106 Unpacking libk5crypto3:amd64 (1.17-3) ... [2020-10-27T03:23:04.891Z] #25 7.236 Selecting previously unselected package libkrb5-3:amd64. [2020-10-27T03:23:04.891Z] #25 7.236 Preparing to unpack .../06-libkrb5-3_1.17-3_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.240 Unpacking libkrb5-3:amd64 (1.17-3) ... [2020-10-27T03:23:04.891Z] #25 7.400 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-10-27T03:23:04.891Z] #25 7.400 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.404 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ... [2020-10-27T03:23:04.891Z] #25 7.479 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-10-27T03:23:04.891Z] #25 7.479 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.484 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:23:04.891Z] #25 7.577 Selecting previously unselected package libsasl2-2:amd64. [2020-10-27T03:23:04.891Z] #25 7.577 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.583 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:23:04.891Z] #25 7.645 Selecting previously unselected package libldap-common. [2020-10-27T03:23:04.891Z] #25 7.645 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u2_all.deb ... [2020-10-27T03:23:04.891Z] #25 7.656 Unpacking libldap-common (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:23:04.891Z] #25 7.705 Selecting previously unselected package libldap-2.4-2:amd64. [2020-10-27T03:23:04.891Z] #25 7.705 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u2_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.710 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:23:04.891Z] #25 7.790 Selecting previously unselected package libnghttp2-14:amd64. [2020-10-27T03:23:04.891Z] #25 7.792 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.795 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-10-27T03:23:04.891Z] #25 7.862 Selecting previously unselected package libpsl5:amd64. [2020-10-27T03:23:04.891Z] #25 7.862 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.886 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-10-27T03:23:04.891Z] #25 7.938 Selecting previously unselected package librtmp1:amd64. [2020-10-27T03:23:04.891Z] #25 7.941 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.944 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-10-27T03:23:04.891Z] #25 7.994 Selecting previously unselected package libssh2-1:amd64. [2020-10-27T03:23:04.891Z] #25 7.994 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 7.999 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-10-27T03:23:04.891Z] #25 8.067 Selecting previously unselected package libcurl4:amd64. [2020-10-27T03:23:04.891Z] #25 8.069 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 8.084 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-10-27T03:23:04.891Z] #25 8.166 Selecting previously unselected package curl. [2020-10-27T03:23:04.891Z] #25 8.166 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 8.171 Unpacking curl (7.64.0-4+deb10u1) ... [2020-10-27T03:23:04.891Z] #25 8.246 Selecting previously unselected package libonig5:amd64. [2020-10-27T03:23:04.891Z] #25 8.246 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 8.250 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-10-27T03:23:04.891Z] #25 8.331 Selecting previously unselected package libjq1:amd64. [2020-10-27T03:23:04.891Z] #25 8.331 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 8.336 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-10-27T03:23:04.891Z] #25 8.480 Selecting previously unselected package jq. [2020-10-27T03:23:04.891Z] #25 8.480 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-10-27T03:23:04.891Z] #25 8.484 Unpacking jq (1.5+dfsg-2+b1) ... [2020-10-27T03:23:04.891Z] #25 8.530 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-10-27T03:23:04.891Z] #25 8.542 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-10-27T03:23:05.141Z] ok github.com/docker/docker/daemon/images 0.036s coverage: 4.9% of statements [2020-10-27T03:23:05.152Z] #25 8.553 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-10-27T03:23:05.152Z] #25 8.655 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-10-27T03:23:05.152Z] #25 ... [2020-10-27T03:23:05.152Z] [2020-10-27T03:23:05.152Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:23:05.699Z] #48 ... [2020-10-27T03:23:05.699Z] [2020-10-27T03:23:05.699Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:23:05.699Z] #12 21.95 Reading package lists... [2020-10-27T03:23:05.699Z] #12 28.74 Building dependency tree... [2020-10-27T03:23:05.699Z] #12 31.35 The following additional packages will be installed: [2020-10-27T03:23:05.699Z] #12 31.35 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-10-27T03:23:05.699Z] #12 31.35 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-10-27T03:23:05.699Z] #12 31.36 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-10-27T03:23:05.699Z] #12 31.36 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-10-27T03:23:05.699Z] #12 31.36 Suggested packages: [2020-10-27T03:23:05.699Z] #12 31.37 gcc-8-locales seccomp wine64 [2020-10-27T03:23:05.699Z] #12 32.69 The following NEW packages will be installed: [2020-10-27T03:23:05.699Z] #12 32.69 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-10-27T03:23:05.699Z] #12 32.69 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-10-27T03:23:05.699Z] #12 32.70 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-10-27T03:23:05.699Z] #12 32.70 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-10-27T03:23:05.699Z] #12 32.70 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-10-27T03:23:05.699Z] #12 32.70 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-10-27T03:23:05.699Z] #12 32.90 0 upgraded, 25 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:23:05.699Z] #12 32.90 Need to get 78.9 MB of archives. [2020-10-27T03:23:05.699Z] #12 32.90 After this operation, 532 MB of additional disk space will be used. [2020-10-27T03:23:05.699Z] #12 32.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-10-27T03:23:05.699Z] #12 33.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2020-10-27T03:23:05.699Z] #12 33.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-10-27T03:23:05.699Z] #12 33.68 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-10-27T03:23:05.699Z] #12 33.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-10-27T03:23:05.699Z] #12 33.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-10-27T03:23:05.715Z] ok github.com/docker/docker/daemon/logger/awslogs 0.287s coverage: 77.8% of statements [2020-10-27T03:23:05.715Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.948s coverage: 57.7% of statements [2020-10-27T03:23:05.715Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-10-27T03:23:05.715Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-10-27T03:23:05.715Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-10-27T03:23:05.715Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-10-27T03:23:05.715Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-10-27T03:23:05.715Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-10-27T03:23:05.979Z] ok github.com/docker/docker/daemon/logger/gelf 0.026s coverage: 67.0% of statements [2020-10-27T03:23:06.006Z] #12 34.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-10-27T03:23:06.554Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.028s coverage: 87.2% of statements [2020-10-27T03:23:06.554Z] ok github.com/docker/docker/daemon/logger/journald 0.090s coverage: 23.9% of statements [2020-10-27T03:23:07.080Z] #12 ... [2020-10-27T03:23:07.080Z] [2020-10-27T03:23:07.080Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:23:07.080Z] #41 21.23 Reading package lists... [2020-10-27T03:23:07.080Z] #41 29.90 Building dependency tree... [2020-10-27T03:23:07.080Z] #41 32.39 The following additional packages will be installed: [2020-10-27T03:23:07.080Z] #41 32.40 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-10-27T03:23:07.080Z] #41 32.40 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-10-27T03:23:07.080Z] #41 32.41 Suggested packages: [2020-10-27T03:23:07.080Z] #41 32.42 manpages-dev python-setuptools [2020-10-27T03:23:07.080Z] #41 33.89 The following NEW packages will be installed: [2020-10-27T03:23:07.080Z] #41 33.92 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-10-27T03:23:07.080Z] #41 33.92 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-10-27T03:23:07.080Z] #41 33.92 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-10-27T03:23:07.080Z] #41 33.93 python-six zlib1g-dev [2020-10-27T03:23:07.080Z] #41 34.07 0 upgraded, 17 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:23:07.080Z] #41 34.07 Need to get 4075 kB of archives. [2020-10-27T03:23:07.080Z] #41 34.07 After this operation, 24.5 MB of additional disk space will be used. [2020-10-27T03:23:07.080Z] #41 34.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-10-27T03:23:07.080Z] #41 34.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-10-27T03:23:07.080Z] #41 34.12 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-10-27T03:23:07.080Z] #41 34.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-10-27T03:23:07.080Z] #41 34.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-10-27T03:23:07.080Z] #41 34.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-10-27T03:23:07.080Z] #41 34.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2020-10-27T03:23:07.080Z] #41 34.23 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-10-27T03:23:07.080Z] #41 34.27 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-10-27T03:23:07.080Z] #41 34.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-10-27T03:23:07.080Z] #41 34.43 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-10-27T03:23:07.080Z] #41 34.66 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-10-27T03:23:07.080Z] #41 34.86 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2020-10-27T03:23:07.080Z] #41 34.88 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-10-27T03:23:07.080Z] #41 34.89 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-10-27T03:23:07.080Z] #41 34.94 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-10-27T03:23:07.080Z] #41 34.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-10-27T03:23:07.504Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.036s coverage: 61.6% of statements [2020-10-27T03:23:08.080Z] ok github.com/docker/docker/daemon/logger/local 0.093s coverage: 75.2% of statements [2020-10-27T03:23:08.080Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-10-27T03:23:08.169Z] #41 36.44 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:23:08.470Z] #41 36.66 Fetched 4075 kB in 1s (4075 kB/s) [2020-10-27T03:23:08.470Z] #41 ... [2020-10-27T03:23:08.470Z] [2020-10-27T03:23:08.470Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:23:08.470Z] #54 24.88 Reading package lists... [2020-10-27T03:23:08.470Z] #54 30.79 Building dependency tree... [2020-10-27T03:23:08.470Z] #54 33.79 The following additional packages will be installed: [2020-10-27T03:23:08.470Z] #54 33.80 libbtrfs0 [2020-10-27T03:23:08.470Z] #54 33.94 The following NEW packages will be installed: [2020-10-27T03:23:08.470Z] #54 33.95 libbtrfs-dev libbtrfs0 [2020-10-27T03:23:08.470Z] #54 34.10 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:23:08.470Z] #54 34.10 Need to get 120 kB of archives. [2020-10-27T03:23:08.470Z] #54 34.10 After this operation, 423 kB of additional disk space will be used. [2020-10-27T03:23:08.470Z] #54 34.10 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-10-27T03:23:08.470Z] #54 34.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-10-27T03:23:08.470Z] #54 35.70 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:23:08.470Z] #54 36.00 Fetched 120 kB in 0s (1060 kB/s) [2020-10-27T03:23:08.470Z] #54 36.18 Selecting previously unselected package libbtrfs0. [2020-10-27T03:23:08.470Z] #54 36.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-10-27T03:23:08.470Z] #54 36.35 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-10-27T03:23:08.470Z] #54 36.36 Unpacking libbtrfs0 (4.20.1-2) ... [2020-10-27T03:23:08.470Z] #54 36.48 Selecting previously unselected package libbtrfs-dev. [2020-10-27T03:23:08.470Z] #54 36.49 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-10-27T03:23:08.470Z] #54 36.50 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:23:08.470Z] #54 36.61 Setting up libbtrfs0 (4.20.1-2) ... [2020-10-27T03:23:08.470Z] #54 36.62 Setting up libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:23:08.470Z] #54 36.62 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:23:08.470Z] #54 ... [2020-10-27T03:23:08.470Z] [2020-10-27T03:23:08.470Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:23:08.470Z] #41 36.79 Selecting previously unselected package libcap-dev:ppc64el. [2020-10-27T03:23:08.470Z] #41 36.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% #41 ... [2020-10-27T03:23:08.470Z] [2020-10-27T03:23:08.470Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:23:08.470Z] #54 DONE 37.0s [2020-10-27T03:23:08.470Z] [2020-10-27T03:23:08.470Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:23:08.470Z] #41 36.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-10-27T03:23:08.470Z] #41 36.92 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-10-27T03:23:08.470Z] #41 36.93 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-10-27T03:23:08.494Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.1s [2020-10-27T03:23:08.655Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.082s coverage: 37.7% of statements [2020-10-27T03:23:08.770Z] #41 37.09 Selecting previously unselected package libnet1:ppc64el. [2020-10-27T03:23:08.770Z] #41 37.10 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-10-27T03:23:08.770Z] #41 37.13 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-10-27T03:23:08.918Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.041s coverage: 33.3% of statements [2020-10-27T03:23:09.085Z] #41 37.25 Selecting previously unselected package libnet1-dev. [2020-10-27T03:23:09.085Z] #41 37.26 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-10-27T03:23:09.085Z] #41 37.27 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-10-27T03:23:09.093Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.9s done [2020-10-27T03:23:09.372Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2020-10-27T03:23:09.389Z] #41 37.60 Selecting previously unselected package libnl-3-200:ppc64el. [2020-10-27T03:23:09.389Z] #41 37.60 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-10-27T03:23:09.389Z] #41 37.60 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-10-27T03:23:09.495Z] ok github.com/docker/docker/daemon/logger/templates 0.016s coverage: 8.3% of statements [2020-10-27T03:23:09.693Z] #41 37.82 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-10-27T03:23:09.693Z] #41 37.84 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-10-27T03:23:09.693Z] #41 37.86 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-10-27T03:23:09.758Z] ok github.com/docker/docker/daemon/logger/syslog 0.019s coverage: 46.8% of statements [2020-10-27T03:23:09.996Z] #41 38.13 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-10-27T03:23:09.996Z] #41 38.13 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-10-27T03:23:09.996Z] #41 38.14 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-10-27T03:23:09.996Z] #41 38.30 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-10-27T03:23:09.996Z] #41 38.32 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-10-27T03:23:09.996Z] #41 38.32 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-10-27T03:23:10.297Z] #41 38.52 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-10-27T03:23:10.297Z] #41 38.52 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-10-27T03:23:10.297Z] #41 38.53 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-10-27T03:23:10.333Z] ok github.com/docker/docker/daemon/network 0.021s coverage: 63.8% of statements [2020-10-27T03:23:10.600Z] #41 38.72 Selecting previously unselected package libprotobuf17:ppc64el. [2020-10-27T03:23:10.600Z] #41 38.72 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-10-27T03:23:10.600Z] #41 38.73 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-10-27T03:23:10.902Z] #41 ... [2020-10-27T03:23:10.902Z] [2020-10-27T03:23:10.902Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:23:10.902Z] #35 22.70 Reading package lists... [2020-10-27T03:23:10.902Z] #35 29.38 Building dependency tree... [2020-10-27T03:23:10.902Z] #35 32.56 The following additional packages will be installed: [2020-10-27T03:23:10.902Z] #35 32.58 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-10-27T03:23:10.902Z] #35 32.59 Suggested packages: [2020-10-27T03:23:10.902Z] #35 32.59 cmake-doc ninja-build lrzip [2020-10-27T03:23:10.902Z] #35 32.59 Recommended packages: [2020-10-27T03:23:10.902Z] #35 32.59 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-10-27T03:23:10.902Z] #35 33.86 The following NEW packages will be installed: [2020-10-27T03:23:10.902Z] #35 33.87 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-10-27T03:23:10.902Z] #35 33.87 vim-common xxd [2020-10-27T03:23:10.902Z] #35 34.08 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:23:10.902Z] #35 34.08 Need to get 14.9 MB of archives. [2020-10-27T03:23:10.902Z] #35 34.08 After this operation, 67.2 MB of additional disk space will be used. [2020-10-27T03:23:10.902Z] #35 34.08 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-10-27T03:23:10.902Z] #35 34.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-10-27T03:23:10.902Z] #35 34.16 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-10-27T03:23:10.902Z] #35 34.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-10-27T03:23:10.902Z] #35 37.06 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-10-27T03:23:10.902Z] #35 37.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-10-27T03:23:10.902Z] #35 37.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-10-27T03:23:10.902Z] #35 37.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-10-27T03:23:10.902Z] #35 37.55 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-10-27T03:23:10.902Z] #35 37.62 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-10-27T03:23:10.902Z] #35 ... [2020-10-27T03:23:10.902Z] [2020-10-27T03:23:10.902Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:23:10.902Z] #41 39.38 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-10-27T03:23:11.202Z] #41 39.39 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-10-27T03:23:11.202Z] #41 39.41 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-10-27T03:23:11.503Z] #41 39.70 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-10-27T03:23:11.503Z] #41 39.72 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-10-27T03:23:11.503Z] #41 39.73 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-10-27T03:23:11.726Z] ok github.com/docker/docker/distribution/metadata 0.073s coverage: 48.2% of statements [2020-10-27T03:23:11.726Z] ok github.com/docker/docker/daemon/logger/splunk 1.961s coverage: 82.5% of statements [2020-10-27T03:23:11.726Z] ? github.com/docker/docker/daemon/names [no test files] [2020-10-27T03:23:11.726Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-10-27T03:23:11.931Z] #8 ... [2020-10-27T03:23:11.931Z] [2020-10-27T03:23:11.931Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-27T03:23:11.931Z] #25 8.664 Setting up libldap-common (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:23:11.931Z] #25 8.677 Setting up libkrb5support0:amd64 (1.17-3) ... [2020-10-27T03:23:11.931Z] #25 8.685 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:23:11.931Z] #25 8.694 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-10-27T03:23:11.931Z] #25 8.708 Setting up libk5crypto3:amd64 (1.17-3) ... [2020-10-27T03:23:11.931Z] #25 8.714 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-10-27T03:23:11.931Z] #25 8.728 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-10-27T03:23:11.931Z] #25 8.739 Setting up libkrb5-3:amd64 (1.17-3) ... [2020-10-27T03:23:11.931Z] #25 8.749 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-10-27T03:23:11.931Z] #25 8.766 Setting up libonig5:amd64 (6.9.1-1) ... [2020-10-27T03:23:11.931Z] #25 8.775 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-10-27T03:23:11.931Z] #25 8.786 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u2) ... [2020-10-27T03:23:11.931Z] #25 8.796 Setting up ca-certificates (20200601~deb10u1) ... [2020-10-27T03:23:11.931Z] #25 9.509 Updating certificates in /etc/ssl/certs... [2020-10-27T03:23:11.931Z] #25 10.58 126 added, 0 removed; done. [2020-10-27T03:23:11.931Z] #25 10.61 Setting up libgssapi-krb5-2:amd64 (1.17-3) ... [2020-10-27T03:23:11.931Z] #25 10.63 Setting up jq (1.5+dfsg-2+b1) ... [2020-10-27T03:23:11.931Z] #25 10.70 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-10-27T03:23:11.931Z] #25 10.71 Setting up curl (7.64.0-4+deb10u1) ... [2020-10-27T03:23:11.931Z] #25 10.73 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:23:11.931Z] #25 10.75 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-10-27T03:23:11.931Z] #25 10.76 Updating certificates in /etc/ssl/certs... [2020-10-27T03:23:11.931Z] #25 11.51 0 added, 0 removed; done. [2020-10-27T03:23:11.931Z] #25 11.51 Running hooks in /etc/ca-certificates/update.d... [2020-10-27T03:23:11.931Z] #25 11.51 done. [2020-10-27T03:23:11.931Z] #25 DONE 15.3s [2020-10-27T03:23:11.931Z] [2020-10-27T03:23:11.931Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:23:11.931Z] #8 ... [2020-10-27T03:23:11.931Z] [2020-10-27T03:23:11.931Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-27T03:23:11.931Z] #26 DONE 0.1s [2020-10-27T03:23:11.931Z] [2020-10-27T03:23:11.931Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-27T03:23:12.620Z] #41 ... [2020-10-27T03:23:12.620Z] [2020-10-27T03:23:12.620Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:12.620Z] #63 DONE 40.8s [2020-10-27T03:23:12.620Z] [2020-10-27T03:23:12.620Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:23:12.620Z] #35 40.25 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:23:12.620Z] #35 40.60 Fetched 14.9 MB in 5s (3284 kB/s) [2020-10-27T03:23:12.620Z] #35 40.71 Selecting previously unselected package xxd. [2020-10-27T03:23:12.620Z] #35 40.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-10-27T03:23:12.620Z] #35 40.76 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-10-27T03:23:12.620Z] #35 40.77 Unpacking xxd (2:8.1.0875-5) ... [2020-10-27T03:23:12.620Z] #35 40.99 Selecting previously unselected package vim-common. [2020-10-27T03:23:12.672Z] ok github.com/docker/docker/distribution 0.352s coverage: 21.9% of statements [2020-10-27T03:23:12.672Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-10-27T03:23:12.919Z] #35 41.00 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-10-27T03:23:12.919Z] #35 41.07 Unpacking vim-common (2:8.1.0875-5) ... [2020-10-27T03:23:13.220Z] #35 41.58 Selecting previously unselected package cmake-data. [2020-10-27T03:23:13.248Z] ok github.com/docker/docker/errdefs 0.021s coverage: 49.4% of statements [2020-10-27T03:23:13.539Z] #35 41.58 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-10-27T03:23:13.539Z] #35 41.60 Unpacking cmake-data (3.13.4-1) ... [2020-10-27T03:23:13.824Z] ok github.com/docker/docker/image 0.061s coverage: 86.4% of statements [2020-10-27T03:23:14.400Z] ok github.com/docker/docker/image/cache 0.044s coverage: 19.2% of statements [2020-10-27T03:23:14.400Z] ok github.com/docker/docker/image/v1 0.032s coverage: 25.0% of statements [2020-10-27T03:23:14.478Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2020-10-27T03:23:14.662Z] ok github.com/docker/docker/distribution/xfer 1.748s coverage: 85.1% of statements [2020-10-27T03:23:14.662Z] ? github.com/docker/docker/dockerversion [no test files] [2020-10-27T03:23:14.662Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-10-27T03:23:14.662Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-10-27T03:23:14.925Z] ok github.com/docker/docker/libcontainerd/queue 0.033s coverage: 100.0% of statements [2020-10-27T03:23:15.873Z] ok github.com/docker/docker/oci 0.021s coverage: 8.2% of statements [2020-10-27T03:23:16.449Z] ok github.com/docker/docker/pkg/aaparser 0.009s coverage: 52.9% of statements [2020-10-27T03:23:17.024Z] ok github.com/docker/docker/opts 0.097s coverage: 67.1% of statements [2020-10-27T03:23:17.114Z] #35 44.96 Selecting previously unselected package libicu63:ppc64el. [2020-10-27T03:23:17.114Z] #35 45.00 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-10-27T03:23:17.114Z] #35 45.01 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-10-27T03:23:17.414Z] #35 ... [2020-10-27T03:23:17.414Z] [2020-10-27T03:23:17.414Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:23:17.414Z] #12 35.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2020-10-27T03:23:17.414Z] #12 35.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2020-10-27T03:23:17.414Z] #12 43.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2020-10-27T03:23:17.414Z] #12 ... [2020-10-27T03:23:17.414Z] [2020-10-27T03:23:17.414Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:23:17.414Z] #41 41.23 Selecting previously unselected package libprotoc17:ppc64el. [2020-10-27T03:23:17.414Z] #41 41.23 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-10-27T03:23:17.414Z] #41 41.23 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-10-27T03:23:17.414Z] #41 42.11 Selecting previously unselected package protobuf-c-compiler. [2020-10-27T03:23:17.414Z] #41 42.12 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-10-27T03:23:17.414Z] #41 42.13 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-10-27T03:23:17.414Z] #41 42.33 Selecting previously unselected package protobuf-compiler. [2020-10-27T03:23:17.414Z] #41 42.34 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-10-27T03:23:17.414Z] #41 42.38 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-10-27T03:23:17.414Z] #41 42.61 Selecting previously unselected package python-pkg-resources. [2020-10-27T03:23:17.414Z] #41 42.61 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-10-27T03:23:17.414Z] #41 42.62 Unpacking python-pkg-resources (40.8.0-1) ... [2020-10-27T03:23:17.414Z] #41 42.89 Selecting previously unselected package python-six. [2020-10-27T03:23:17.414Z] #41 42.90 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-10-27T03:23:17.414Z] #41 42.90 Unpacking python-six (1.12.0-1) ... [2020-10-27T03:23:17.414Z] #41 43.05 Selecting previously unselected package python-protobuf. [2020-10-27T03:23:17.414Z] #41 43.07 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-10-27T03:23:17.414Z] #41 43.07 Unpacking python-protobuf (3.6.1.3-2) ... [2020-10-27T03:23:17.414Z] #41 43.68 Setting up python-pkg-resources (40.8.0-1) ... [2020-10-27T03:23:18.418Z] ok github.com/docker/docker/pkg/broadcaster 0.021s coverage: 100.0% of statements [2020-10-27T03:23:18.680Z] ok github.com/docker/docker/pkg/capabilities 0.011s coverage: 87.5% of statements [2020-10-27T03:23:18.680Z] ok github.com/docker/docker/pkg/authorization 0.848s coverage: 68.3% of statements [2020-10-27T03:23:18.970Z] #41 ... [2020-10-27T03:23:18.970Z] [2020-10-27T03:23:18.970Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:18.970Z] #55 0.259 + RM_GOPATH=0 [2020-10-27T03:23:18.970Z] #55 0.260 + TMP_GOPATH= [2020-10-27T03:23:18.970Z] #55 0.261 + : /build [2020-10-27T03:23:18.970Z] #55 0.262 + '[' -z '' ']' [2020-10-27T03:23:18.970Z] #55 0.264 ++ mktemp -d [2020-10-27T03:23:18.970Z] #55 0.266 + export GOPATH=/tmp/tmp.eMZZFqqOjQ [2020-10-27T03:23:18.970Z] #55 0.267 + GOPATH=/tmp/tmp.eMZZFqqOjQ [2020-10-27T03:23:18.970Z] #55 0.268 + RM_GOPATH=1 [2020-10-27T03:23:18.970Z] #55 0.269 + case "$(go env GOARCH)" in [2020-10-27T03:23:18.970Z] #55 0.271 ++ go env GOARCH [2020-10-27T03:23:18.970Z] #55 0.311 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:18.970Z] #55 0.311 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:18.970Z] #55 0.314 ++ dirname /tmp/install/install.sh [2020-10-27T03:23:18.970Z] #55 0.319 + dir=/tmp/install [2020-10-27T03:23:18.970Z] #55 0.323 + bin=containerd [2020-10-27T03:23:18.970Z] #55 0.323 + shift [2020-10-27T03:23:18.970Z] #55 0.325 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-10-27T03:23:18.970Z] #55 0.325 + . /tmp/install/containerd.installer [2020-10-27T03:23:18.970Z] #55 0.326 ++ set -e [2020-10-27T03:23:18.970Z] #55 0.327 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-27T03:23:18.970Z] #55 0.328 + install_containerd [2020-10-27T03:23:18.970Z] #55 0.329 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-10-27T03:23:18.970Z] #55 0.329 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-27T03:23:18.970Z] #55 0.329 + git clone https://github.com/containerd/containerd.git /tmp/tmp.eMZZFqqOjQ/src/github.com/containerd/containerd [2020-10-27T03:23:18.970Z] #55 0.333 Cloning into '/tmp/tmp.eMZZFqqOjQ/src/github.com/containerd/containerd'... [2020-10-27T03:23:18.970Z] #55 ... [2020-10-27T03:23:18.970Z] [2020-10-27T03:23:18.970Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:23:18.970Z] #31 46.11 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-10-27T03:23:18.970Z] #31 46.47 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-10-27T03:23:18.970Z] #31 46.61 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-10-27T03:23:19.627Z] ok github.com/docker/docker/pkg/directory 0.031s coverage: 80.0% of statements [2020-10-27T03:23:19.627Z] ok github.com/docker/docker/pkg/archive 1.205s coverage: 77.1% of statements [2020-10-27T03:23:19.776Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.9s done [2020-10-27T03:23:19.776Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-10-27T03:23:19.776Z] #8 DONE 35.8s [2020-10-27T03:23:19.776Z] [2020-10-27T03:23:19.776Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-27T03:23:20.204Z] ok github.com/docker/docker/pkg/discovery/file 0.024s coverage: 92.9% of statements [2020-10-27T03:23:20.204Z] ok github.com/docker/docker/pkg/discovery 0.012s coverage: 58.3% of statements [2020-10-27T03:23:21.070Z] #31 ... [2020-10-27T03:23:21.070Z] [2020-10-27T03:23:21.070Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:21.070Z] #33 39.15 sync [2020-10-27T03:23:21.070Z] #33 39.17 internal/reflectlite [2020-10-27T03:23:21.070Z] #33 43.46 sort [2020-10-27T03:23:21.070Z] #33 43.47 errors [2020-10-27T03:23:21.070Z] #33 43.90 io [2020-10-27T03:23:21.070Z] #33 43.90 internal/oserror [2020-10-27T03:23:21.070Z] #33 43.92 strconv [2020-10-27T03:23:21.070Z] #33 44.21 syscall [2020-10-27T03:23:21.070Z] #33 48.05 bytes [2020-10-27T03:23:21.070Z] #33 48.10 strings [2020-10-27T03:23:21.070Z] #33 ... [2020-10-27T03:23:21.070Z] [2020-10-27T03:23:21.070Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:21.070Z] #48 39.13 go: extracting golang.org/x/text v0.3.2 [2020-10-27T03:23:21.070Z] #48 45.99 go: finding github.com/fatih/color v1.7.0 [2020-10-27T03:23:21.070Z] #48 46.10 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-10-27T03:23:21.070Z] #48 46.23 go: finding github.com/mattn/go-colorable v0.1.4 [2020-10-27T03:23:21.070Z] #48 46.25 go: finding github.com/mattn/go-isatty v0.0.8 [2020-10-27T03:23:21.070Z] #48 46.34 go: finding github.com/pkg/errors v0.8.1 [2020-10-27T03:23:21.070Z] #48 46.38 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-10-27T03:23:21.070Z] #48 46.45 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-10-27T03:23:21.070Z] #48 46.47 go: finding github.com/go-critic/go-critic v0.4.1 [2020-10-27T03:23:21.070Z] #48 46.57 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-10-27T03:23:21.070Z] #48 46.57 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-10-27T03:23:21.070Z] #48 46.61 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-10-27T03:23:21.070Z] #48 46.69 go: finding github.com/sirupsen/logrus v1.4.2 [2020-10-27T03:23:21.070Z] #48 46.74 go: finding github.com/spf13/viper v1.6.1 [2020-10-27T03:23:21.070Z] #48 46.78 go: finding github.com/stretchr/testify v1.4.0 [2020-10-27T03:23:21.070Z] #48 46.81 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-10-27T03:23:21.070Z] #48 46.91 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-10-27T03:23:21.070Z] #48 46.94 go: finding github.com/davecgh/go-spew v1.1.1 [2020-10-27T03:23:21.070Z] #48 46.96 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-10-27T03:23:21.070Z] #48 46.99 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-10-27T03:23:21.070Z] #48 47.01 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-10-27T03:23:21.070Z] #48 47.03 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-10-27T03:23:21.070Z] #48 47.06 go: finding github.com/spf13/cobra v0.0.5 [2020-10-27T03:23:21.070Z] #48 47.08 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-10-27T03:23:21.070Z] #48 47.15 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-10-27T03:23:21.070Z] #48 47.17 go: finding github.com/stretchr/objx v0.2.0 [2020-10-27T03:23:21.070Z] #48 47.20 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-10-27T03:23:21.070Z] #48 47.22 go: finding github.com/spf13/pflag v1.0.5 [2020-10-27T03:23:21.070Z] #48 47.28 go: finding github.com/hashicorp/hcl v1.0.0 [2020-10-27T03:23:21.070Z] #48 47.28 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-10-27T03:23:21.070Z] #48 47.31 go: finding github.com/gobwas/glob v0.2.3 [2020-10-27T03:23:21.070Z] #48 47.34 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-10-27T03:23:21.070Z] #48 47.36 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-10-27T03:23:21.070Z] #48 47.45 go: finding github.com/magiconair/properties v1.8.1 [2020-10-27T03:23:21.070Z] #48 47.50 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-10-27T03:23:21.070Z] #48 47.51 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T03:23:21.070Z] #48 47.54 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-10-27T03:23:21.070Z] #48 47.59 go: finding github.com/pelletier/go-toml v1.2.0 [2020-10-27T03:23:21.070Z] #48 47.59 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-10-27T03:23:21.070Z] #48 47.65 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-10-27T03:23:21.070Z] #48 47.65 go: finding github.com/spf13/afero v1.1.2 [2020-10-27T03:23:21.070Z] #48 47.69 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-10-27T03:23:21.070Z] #48 47.70 go: finding github.com/spf13/cast v1.3.0 [2020-10-27T03:23:21.070Z] #48 47.75 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-10-27T03:23:21.070Z] #48 47.77 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-10-27T03:23:21.070Z] #48 47.81 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-10-27T03:23:21.070Z] #48 47.88 go: finding github.com/subosito/gotenv v1.2.0 [2020-10-27T03:23:21.070Z] #48 48.06 go: finding golang.org/x/text v0.3.2 [2020-10-27T03:23:21.070Z] #48 48.21 go: finding gopkg.in/ini.v1 v1.51.0 [2020-10-27T03:23:21.070Z] #48 48.25 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-10-27T03:23:21.070Z] #48 48.27 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-10-27T03:23:21.070Z] #48 48.29 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-10-27T03:23:21.070Z] #48 48.34 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-10-27T03:23:21.070Z] #48 48.36 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-10-27T03:23:21.070Z] #48 48.37 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-10-27T03:23:21.070Z] #48 48.39 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-10-27T03:23:21.070Z] #48 48.43 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-10-27T03:23:21.070Z] #48 48.48 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-10-27T03:23:21.070Z] #48 48.48 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-10-27T03:23:21.070Z] #48 48.49 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-10-27T03:23:21.070Z] #48 48.59 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-10-27T03:23:21.070Z] #48 48.59 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-10-27T03:23:21.070Z] #48 48.63 go: finding github.com/kisielk/gotool v1.0.0 [2020-10-27T03:23:21.070Z] #48 48.65 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-10-27T03:23:21.070Z] #48 48.71 go: finding github.com/ultraware/funlen v0.0.2 [2020-10-27T03:23:21.070Z] #48 48.73 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-10-27T03:23:21.070Z] #48 48.74 go: finding github.com/ultraware/whitespace v0.0.4 [2020-10-27T03:23:21.070Z] #48 48.78 go: finding github.com/uudashr/gocognit v1.0.1 [2020-10-27T03:23:21.070Z] #48 48.86 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-10-27T03:23:21.070Z] #48 48.91 go: finding github.com/gogo/protobuf v1.2.1 [2020-10-27T03:23:21.070Z] #48 49.09 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-10-27T03:23:21.070Z] #48 49.18 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-10-27T03:23:21.070Z] #48 49.19 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-10-27T03:23:21.070Z] #48 49.25 go: finding github.com/BurntSushi/toml v0.3.1 [2020-10-27T03:23:21.070Z] #48 49.31 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-10-27T03:23:21.070Z] #48 ... [2020-10-27T03:23:21.070Z] [2020-10-27T03:23:21.070Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:23:21.070Z] #12 47.20 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-10-27T03:23:21.070Z] #12 47.21 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-10-27T03:23:21.070Z] #12 47.23 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-10-27T03:23:21.070Z] #12 47.23 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-10-27T03:23:21.070Z] #12 47.24 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-10-27T03:23:21.070Z] #12 47.25 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-10-27T03:23:21.070Z] #12 47.26 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-10-27T03:23:21.070Z] #12 47.30 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-10-27T03:23:21.070Z] #12 47.32 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-10-27T03:23:21.070Z] #12 47.35 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-10-27T03:23:21.070Z] #12 47.37 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-10-27T03:23:21.070Z] #12 47.46 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-10-27T03:23:21.070Z] #12 47.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-10-27T03:23:21.070Z] #12 47.49 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-10-27T03:23:21.070Z] #12 47.50 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-10-27T03:23:21.070Z] #12 48.92 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:23:21.070Z] #12 49.25 Fetched 78.9 MB in 15s (5367 kB/s) [2020-10-27T03:23:21.070Z] #12 49.37 Selecting previously unselected package binutils-mingw-w64-i686. [2020-10-27T03:23:21.070Z] #12 49.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-10-27T03:23:21.070Z] #12 49.47 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-10-27T03:23:21.070Z] #12 49.47 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-10-27T03:23:21.149Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-10-27T03:23:21.412Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements [2020-10-27T03:23:21.986Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-10-27T03:23:22.316Z] #9 ... [2020-10-27T03:23:22.316Z] [2020-10-27T03:23:22.316Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:23:22.316Z] #27 1.337 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-10-27T03:23:22.316Z] #27 1.433 [2020-10-27T03:23:22.316Z] #27 1.555 ########## 14.4% ########################## 36.3% ############################## 42.3% ############################################### 66.3% ##################################################################### 96.4% ######################################################################## 100.0% [2020-10-27T03:23:22.316Z] #27 2.436 [2020-10-27T03:23:22.316Z] #27 2.557 ######################################################### 79.8% ######################################################################## 100.0% [2020-10-27T03:23:22.316Z] #27 2.648 [2020-10-27T03:23:22.316Z] #27 2.777 ############################### 44.0% ######################################################################## 100.0% [2020-10-27T03:23:22.316Z] #27 2.928 [2020-10-27T03:23:22.316Z] #27 3.073 ## 3.9% ##################### 29.5% ##################################### 51.9% ####################################### 54.9% ############################################# 63.1% ############################################################### 87.7% ######################################################################## 100.0% [2020-10-27T03:23:22.316Z] #27 4.076 [2020-10-27T03:23:22.316Z] #27 4.201 # 1.9% ###### 9.4% ########## 14.9% ############## 20.1% ################## 25.2% ################## 26.0% ####################### 32.4% ########################### 38.3% ################################ 45.6% ###################################### 53.0% ########################################## 58.4% ############################################### 66.1% ################################################# 69.4% ###################################################### 75.1% ########################################################### 83.1% ################################################################ 89.1% ##################################################################### 96.2% ######################################################################## 100.0% [2020-10-27T03:23:22.316Z] #27 6.225 [2020-10-27T03:23:22.316Z] #27 6.661 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-10-27T03:23:22.316Z] #27 6.756 [2020-10-27T03:23:22.316Z] #27 6.832 ######################################################################## 100.0% [2020-10-27T03:23:22.316Z] #27 6.862 [2020-10-27T03:23:22.316Z] #27 7.365 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-10-27T03:23:22.316Z] #27 7.460 [2020-10-27T03:23:22.316Z] #27 7.680 #=#=# ############################################### 66.1% ######################################################################## 100.0% [2020-10-27T03:23:22.316Z] #27 7.835 [2020-10-27T03:23:22.316Z] #27 8.328 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-10-27T03:23:22.316Z] #27 8.359 skipping existing c35d46ef359f [2020-10-27T03:23:22.316Z] #27 8.392 [2020-10-27T03:23:22.316Z] #27 8.677 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-10-27T03:23:22.316Z] #27 8.757 [2020-10-27T03:23:22.316Z] #27 8.804 ######################################################################## 100.0% [2020-10-27T03:23:22.316Z] #27 8.837 [2020-10-27T03:23:22.316Z] #27 9.152 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-10-27T03:23:22.316Z] #27 9.213 [2020-10-27T03:23:22.316Z] #27 9.260 ######################################################################## 100.0% [2020-10-27T03:23:22.316Z] #27 9.285 [2020-10-27T03:23:22.316Z] #27 9.298 Download of images into '/build' complete. [2020-10-27T03:23:22.316Z] #27 9.298 Use something like the following to load the result into a Docker daemon: [2020-10-27T03:23:22.316Z] #27 9.298 tar -cC '/build' . | docker load [2020-10-27T03:23:22.596Z] #54 132.5 + bin/containerd-stress [2020-10-27T03:23:22.886Z] #54 133.8 + bin/containerd-shim [2020-10-27T03:23:22.982Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-10-27T03:23:22.983Z] [2020-10-27T03:23:22.983Z] ________ ____ __. [2020-10-27T03:23:22.983Z] \_____ \ | |/ _| [2020-10-27T03:23:22.983Z] / | \| < [2020-10-27T03:23:22.983Z] / | \ | \ [2020-10-27T03:23:22.983Z] \_______ /____|__ \ [2020-10-27T03:23:22.983Z] \/ \/ [2020-10-27T03:23:22.983Z] [2020-10-27T03:23:22.983Z] INFO: make.ps1 ended at 10/27/2020 03:23:15 [2020-10-27T03:23:22.983Z] INFO: Binaries build ended at 10/27/2020 03:23:17. Duration:00:01:27.1541459 [2020-10-27T03:23:22.983Z] INFO: Copying the built daemon binary to d:\CI\PR-41593\1\binary\dockerd-8cc0fd811e.exe... [2020-10-27T03:23:22.983Z] INFO: Copying the built client binary to d:\CI\PR-41593\1\binary\docker-8cc0fd811e.exe... [2020-10-27T03:23:22.983Z] INFO: Copying dockerversion from the container... [2020-10-27T03:23:22.983Z] INFO: Copying the golang package from the container to d:\CI\PR-41593\1\installer\go.zip... [2020-10-27T03:23:23.185Z] #12 ... [2020-10-27T03:23:23.185Z] [2020-10-27T03:23:23.185Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:23.185Z] #44 41.30 sync [2020-10-27T03:23:23.185Z] #44 41.31 internal/reflectlite [2020-10-27T03:23:23.185Z] #44 43.92 math/rand [2020-10-27T03:23:23.185Z] #44 43.94 github.com/LK4D4/vndr/godl/singleflight [2020-10-27T03:23:23.185Z] #44 43.94 internal/singleflight [2020-10-27T03:23:23.185Z] #44 46.05 sort [2020-10-27T03:23:23.185Z] #44 46.05 strconv [2020-10-27T03:23:23.185Z] #44 46.11 io [2020-10-27T03:23:23.185Z] #44 46.12 syscall [2020-10-27T03:23:23.185Z] #44 49.57 vendor/golang.org/x/net/dns/dnsmessage [2020-10-27T03:23:23.185Z] #44 50.85 bytes [2020-10-27T03:23:23.185Z] #44 ... [2020-10-27T03:23:23.185Z] [2020-10-27T03:23:23.185Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:23:23.185Z] #41 48.87 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-10-27T03:23:23.185Z] #41 48.89 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-10-27T03:23:23.185Z] #41 48.90 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-10-27T03:23:23.185Z] #41 48.91 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-10-27T03:23:23.185Z] #41 48.92 Setting up python-six (1.12.0-1) ... [2020-10-27T03:23:23.373Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-10-27T03:23:23.373Z] ok github.com/docker/docker/pkg/chrootarchive 3.590s coverage: 43.2% of statements [2020-10-27T03:23:23.636Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2020-10-27T03:23:24.210Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2020-10-27T03:23:24.210Z] ok github.com/docker/docker/pkg/fsutils 0.336s coverage: 85.1% of statements [2020-10-27T03:23:24.472Z] ok github.com/docker/docker/pkg/discovery/kv 3.098s coverage: 84.1% of statements [2020-10-27T03:23:25.049Z] ok github.com/docker/docker/layer 7.881s coverage: 68.8% of statements [2020-10-27T03:23:25.049Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-10-27T03:23:25.049Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-10-27T03:23:25.049Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-10-27T03:23:25.049Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-10-27T03:23:25.049Z] ? github.com/docker/docker/oci/caps [no test files] [2020-10-27T03:23:25.049Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-10-27T03:23:25.049Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-10-27T03:23:25.314Z] #41 53.52 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-10-27T03:23:25.314Z] #41 53.52 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-10-27T03:23:25.314Z] #41 53.53 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-10-27T03:23:25.314Z] #41 53.53 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-10-27T03:23:25.315Z] #41 53.54 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-10-27T03:23:25.315Z] #41 53.55 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-10-27T03:23:25.315Z] #41 53.55 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-10-27T03:23:25.315Z] #41 53.56 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-10-27T03:23:25.315Z] #41 53.57 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-10-27T03:23:25.315Z] #41 53.58 Setting up python-protobuf (3.6.1.3-2) ... [2020-10-27T03:23:25.614Z] #27 ... [2020-10-27T03:23:25.614Z] [2020-10-27T03:23:25.614Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-27T03:23:25.614Z] #9 DONE 5.5s [2020-10-27T03:23:25.614Z] [2020-10-27T03:23:25.614Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-27T03:23:25.614Z] #27 DONE 13.2s [2020-10-27T03:23:25.614Z] [2020-10-27T03:23:25.614Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-27T03:23:25.648Z] ok github.com/docker/docker/pkg/jsonmessage 0.031s coverage: 91.7% of statements [2020-10-27T03:23:25.648Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2020-10-27T03:23:25.915Z] ok github.com/docker/docker/pkg/ioutils 0.684s coverage: 70.6% of statements [2020-10-27T03:23:26.176Z] ok github.com/docker/docker/pkg/namesgenerator 0.015s coverage: 85.7% of statements [2020-10-27T03:23:26.176Z] ok github.com/docker/docker/pkg/idtools 1.076s coverage: 70.1% of statements [2020-10-27T03:23:26.176Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-10-27T03:23:26.176Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-10-27T03:23:26.176Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-10-27T03:23:26.176Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-10-27T03:23:26.176Z] ok github.com/docker/docker/pkg/parsers 0.019s coverage: 97.0% of statements [2020-10-27T03:23:26.558Z] #10 DONE 1.3s [2020-10-27T03:23:26.558Z] [2020-10-27T03:23:26.558Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:26.739Z] INFO: Extracting go.zip to d:\CI\PR-41593\1\go [2020-10-27T03:23:26.750Z] ok github.com/docker/docker/pkg/parsers/kernel 0.016s coverage: 60.0% of statements [2020-10-27T03:23:26.750Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.047s coverage: 86.7% of statements [2020-10-27T03:23:26.750Z] ok github.com/docker/docker/pkg/pidfile 0.046s coverage: 82.4% of statements [2020-10-27T03:23:26.750Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-10-27T03:23:26.750Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-10-27T03:23:26.826Z] #62 ... [2020-10-27T03:23:26.826Z] [2020-10-27T03:23:26.826Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-27T03:23:26.826Z] #29 DONE 0.2s [2020-10-27T03:23:26.857Z] #41 ... [2020-10-27T03:23:26.857Z] [2020-10-27T03:23:26.857Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:23:26.857Z] #35 52.54 Selecting previously unselected package libxml2:ppc64el. [2020-10-27T03:23:26.857Z] #35 52.54 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-10-27T03:23:26.857Z] #35 52.55 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-10-27T03:23:26.857Z] #35 53.22 Selecting previously unselected package libarchive13:ppc64el. [2020-10-27T03:23:26.857Z] #35 53.22 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-10-27T03:23:26.857Z] #35 53.23 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-10-27T03:23:26.857Z] #35 53.64 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-10-27T03:23:26.857Z] #35 53.64 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-10-27T03:23:26.857Z] #35 53.64 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-10-27T03:23:26.857Z] #35 53.79 Selecting previously unselected package librhash0:ppc64el. [2020-10-27T03:23:26.857Z] #35 53.81 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-10-27T03:23:26.857Z] #35 53.82 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-10-27T03:23:26.857Z] #35 53.99 Selecting previously unselected package libuv1:ppc64el. [2020-10-27T03:23:26.857Z] #35 53.99 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-10-27T03:23:26.857Z] #35 53.99 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-10-27T03:23:26.857Z] #35 54.20 Selecting previously unselected package cmake. [2020-10-27T03:23:26.857Z] #35 54.20 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-10-27T03:23:26.857Z] #35 54.20 Unpacking cmake (3.13.4-1) ... [2020-10-27T03:23:27.090Z] [2020-10-27T03:23:27.090Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-27T03:23:27.090Z] #37 DONE 0.3s [2020-10-27T03:23:27.090Z] [2020-10-27T03:23:27.090Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:23:27.328Z] #54 138.0 + bin/containerd-shim-runc-v1 [2020-10-27T03:23:27.697Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.019s coverage: 56.8% of statements [2020-10-27T03:23:27.959Z] ok github.com/docker/docker/pkg/pools 0.012s coverage: 88.2% of statements [2020-10-27T03:23:28.222Z] ok github.com/docker/docker/pkg/plugins/transport 0.020s coverage: 85.7% of statements [2020-10-27T03:23:28.222Z] ok github.com/docker/docker/pkg/progress 0.012s coverage: 75.9% of statements [2020-10-27T03:23:28.798Z] ok github.com/docker/docker/pkg/reexec 0.018s coverage: 82.4% of statements [2020-10-27T03:23:28.970Z] #35 56.97 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-10-27T03:23:28.970Z] #35 56.98 Setting up xxd (2:8.1.0875-5) ... [2020-10-27T03:23:28.970Z] #35 57.00 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-10-27T03:23:28.970Z] #35 57.01 Setting up vim-common (2:8.1.0875-5) ... [2020-10-27T03:23:28.970Z] #35 57.06 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-10-27T03:23:28.970Z] #35 57.07 Setting up cmake-data (3.13.4-1) ... [2020-10-27T03:23:28.970Z] #35 57.09 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-10-27T03:23:28.970Z] #35 57.10 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-10-27T03:23:28.970Z] #35 57.11 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-10-27T03:23:28.970Z] #35 57.12 Setting up cmake (3.13.4-1) ... [2020-10-27T03:23:28.970Z] #35 57.13 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:23:28.970Z] #35 57.23 Processing triggers for mime-support (3.62) ... [2020-10-27T03:23:29.269Z] #35 DONE 57.6s [2020-10-27T03:23:29.269Z] [2020-10-27T03:23:29.269Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:23:29.269Z] #12 53.02 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-10-27T03:23:29.269Z] #12 53.02 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-10-27T03:23:29.269Z] #12 53.02 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-10-27T03:23:29.269Z] #12 56.15 Selecting previously unselected package binutils-mingw-w64. [2020-10-27T03:23:29.269Z] #12 56.18 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-10-27T03:23:29.269Z] #12 56.20 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-10-27T03:23:29.269Z] #12 56.35 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-10-27T03:23:29.269Z] #12 56.35 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-10-27T03:23:29.269Z] #12 56.36 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-10-27T03:23:29.269Z] #12 56.59 Selecting previously unselected package dmsetup. [2020-10-27T03:23:29.269Z] #12 56.60 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-10-27T03:23:29.269Z] #12 56.61 Unpacking dmsetup (2:1.02.155-3) ... [2020-10-27T03:23:29.269Z] #12 56.81 Selecting previously unselected package mingw-w64-common. [2020-10-27T03:23:29.269Z] #12 56.81 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-10-27T03:23:29.269Z] #12 56.83 Unpacking mingw-w64-common (6.0.0-3) ... [2020-10-27T03:23:29.371Z] ok github.com/docker/docker/pkg/stdcopy 0.012s coverage: 100.0% of statements [2020-10-27T03:23:29.633Z] ok github.com/docker/docker/pkg/pubsub 1.082s coverage: 75.0% of statements [2020-10-27T03:23:30.050Z] #54 140.9 + bin/containerd-shim-runc-v2 [2020-10-27T03:23:30.207Z] ok github.com/docker/docker/pkg/stringid 0.014s coverage: 70.6% of statements [2020-10-27T03:23:30.207Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-10-27T03:23:30.358Z] #12 ... [2020-10-27T03:23:30.358Z] [2020-10-27T03:23:30.358Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:30.358Z] #36 0.383 + RM_GOPATH=0 [2020-10-27T03:23:30.358Z] #36 0.384 + TMP_GOPATH= [2020-10-27T03:23:30.358Z] #36 0.384 + : /build [2020-10-27T03:23:30.358Z] #36 0.384 + '[' -z '' ']' [2020-10-27T03:23:30.358Z] #36 0.385 ++ mktemp -d [2020-10-27T03:23:30.358Z] #36 0.387 + export GOPATH=/tmp/tmp.YWirpSevge [2020-10-27T03:23:30.358Z] #36 0.388 + GOPATH=/tmp/tmp.YWirpSevge [2020-10-27T03:23:30.358Z] #36 0.388 + RM_GOPATH=1 [2020-10-27T03:23:30.358Z] #36 0.388 + case "$(go env GOARCH)" in [2020-10-27T03:23:30.358Z] #36 0.389 ++ go env GOARCH [2020-10-27T03:23:30.358Z] #36 0.403 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:30.358Z] #36 0.403 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:30.358Z] #36 0.405 ++ dirname /tmp/install/install.sh [2020-10-27T03:23:30.358Z] #36 0.411 + dir=/tmp/install [2020-10-27T03:23:30.358Z] #36 0.412 + bin=tini [2020-10-27T03:23:30.358Z] #36 0.412 + shift [2020-10-27T03:23:30.359Z] #36 0.412 + '[' '!' -f /tmp/install/tini.installer ']' [2020-10-27T03:23:30.359Z] #36 0.412 + . /tmp/install/tini.installer [2020-10-27T03:23:30.359Z] #36 0.412 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-27T03:23:30.359Z] #36 0.413 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-27T03:23:30.359Z] #36 0.413 + install_tini [2020-10-27T03:23:30.359Z] #36 0.413 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-10-27T03:23:30.359Z] #36 0.413 + git clone https://github.com/krallin/tini.git /tmp/tmp.YWirpSevge/tini [2020-10-27T03:23:30.359Z] #36 0.418 Cloning into '/tmp/tmp.YWirpSevge/tini'... [2020-10-27T03:23:30.470Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2020-10-27T03:23:30.681Z] #54 141.6 + binaries [2020-10-27T03:23:30.681Z] #54 141.6 + install -D bin/containerd /build/containerd [2020-10-27T03:23:30.681Z] #54 141.6 + install -D bin/containerd-shim /build/containerd-shim [2020-10-27T03:23:30.972Z] #54 141.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-10-27T03:23:30.972Z] #54 141.7 + install -D bin/ctr /build/ctr [2020-10-27T03:23:31.007Z] #36 ... [2020-10-27T03:23:31.007Z] [2020-10-27T03:23:31.007Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:31.007Z] #50 49.12 strconv [2020-10-27T03:23:31.007Z] #50 49.12 bytes [2020-10-27T03:23:31.007Z] #50 49.14 syscall [2020-10-27T03:23:31.007Z] #50 49.15 strings [2020-10-27T03:23:31.007Z] #50 57.15 bufio [2020-10-27T03:23:31.007Z] #50 58.87 text/tabwriter [2020-10-27T03:23:31.007Z] #50 ... [2020-10-27T03:23:31.007Z] [2020-10-27T03:23:31.007Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:31.007Z] #36 1.694 + cd /tmp/tmp.YWirpSevge/tini [2020-10-27T03:23:31.007Z] #36 1.696 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-27T03:23:31.007Z] #36 1.741 + cmake . [2020-10-27T03:23:31.413Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 54.2% of statements [2020-10-27T03:23:31.606Z] #54 DONE 142.3s [2020-10-27T03:23:31.658Z] #36 2.367 -- The C compiler identification is GNU 8.3.0 [2020-10-27T03:23:31.658Z] #36 ... [2020-10-27T03:23:31.658Z] [2020-10-27T03:23:31.658Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:23:31.658Z] #41 59.86 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-10-27T03:23:31.658Z] #41 59.87 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:23:31.658Z] #41 DONE 60.1s [2020-10-27T03:23:31.658Z] [2020-10-27T03:23:31.658Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:31.658Z] #36 2.436 -- Check for working C compiler: /usr/bin/cc [2020-10-27T03:23:31.675Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 36.9% of statements [2020-10-27T03:23:31.936Z] ok github.com/docker/docker/pkg/signal 2.778s coverage: 61.0% of statements [2020-10-27T03:23:31.936Z] ok github.com/docker/docker/pkg/tailfile 0.161s coverage: 88.6% of statements [2020-10-27T03:23:32.198Z] testing: warning: no tests to run [2020-10-27T03:23:32.198Z] coverage: [no statements] [2020-10-27T03:23:32.198Z] ok github.com/docker/docker/pkg/term/windows 0.013s coverage: [no statements] [no tests to run] [2020-10-27T03:23:32.239Z] [2020-10-27T03:23:32.239Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-27T03:23:32.306Z] #36 2.995 -- Check for working C compiler: /usr/bin/cc -- works [2020-10-27T03:23:32.306Z] #36 3.004 -- Detecting C compiler ABI info [2020-10-27T03:23:32.387Z] #38 ... [2020-10-27T03:23:32.387Z] [2020-10-27T03:23:32.387Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:32.387Z] #56 5.667 + RM_GOPATH=0 [2020-10-27T03:23:32.387Z] #56 5.667 + TMP_GOPATH= [2020-10-27T03:23:32.387Z] #56 5.667 + : /build [2020-10-27T03:23:32.387Z] #56 5.667 + '[' -z '' ']' [2020-10-27T03:23:32.387Z] #56 5.667 ++ mktemp -d [2020-10-27T03:23:32.387Z] #56 5.667 + export GOPATH=/tmp/tmp.TYOBljKJdj [2020-10-27T03:23:32.387Z] #56 5.667 + GOPATH=/tmp/tmp.TYOBljKJdj [2020-10-27T03:23:32.387Z] #56 5.667 + RM_GOPATH=1 [2020-10-27T03:23:32.387Z] #56 5.667 + case "$(go env GOARCH)" in [2020-10-27T03:23:32.387Z] #56 5.667 ++ go env GOARCH [2020-10-27T03:23:32.387Z] #56 5.688 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:32.387Z] #56 5.688 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:32.387Z] #56 5.688 ++ dirname /tmp/install/install.sh [2020-10-27T03:23:32.387Z] #56 5.688 + dir=/tmp/install [2020-10-27T03:23:32.387Z] #56 5.688 + bin=rootlesskit [2020-10-27T03:23:32.387Z] #56 5.688 + shift [2020-10-27T03:23:32.387Z] #56 5.688 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-10-27T03:23:32.387Z] #56 5.688 + . /tmp/install/rootlesskit.installer [2020-10-27T03:23:32.387Z] #56 5.688 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-27T03:23:32.387Z] #56 5.688 + install_rootlesskit [2020-10-27T03:23:32.387Z] #56 5.688 + case "$1" in [2020-10-27T03:23:32.387Z] #56 5.688 + export CGO_ENABLED=0 [2020-10-27T03:23:32.387Z] #56 5.688 + CGO_ENABLED=0 [2020-10-27T03:23:32.387Z] #56 5.688 + _install_rootlesskit [2020-10-27T03:23:32.387Z] #56 5.688 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-10-27T03:23:32.387Z] #56 5.688 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.TYOBljKJdj/src/github.com/rootless-containers/rootlesskit [2020-10-27T03:23:32.387Z] #56 5.688 Cloning into '/tmp/tmp.TYOBljKJdj/src/github.com/rootless-containers/rootlesskit'... [2020-10-27T03:23:32.388Z] #56 5.688 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-27T03:23:32.531Z] #55 DONE 0.3s [2020-10-27T03:23:32.531Z] [2020-10-27T03:23:32.531Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-27T03:23:32.531Z] #59 DONE 0.2s [2020-10-27T03:23:32.531Z] [2020-10-27T03:23:32.531Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-27T03:23:32.649Z] #56 ... [2020-10-27T03:23:32.649Z] [2020-10-27T03:23:32.649Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:32.649Z] #22 5.977 + RM_GOPATH=0 [2020-10-27T03:23:32.649Z] #22 5.977 + TMP_GOPATH= [2020-10-27T03:23:32.649Z] #22 5.977 + : /build [2020-10-27T03:23:32.649Z] #22 5.977 + '[' -z '' ']' [2020-10-27T03:23:32.649Z] #22 5.977 ++ mktemp -d [2020-10-27T03:23:32.649Z] #22 5.977 + export GOPATH=/tmp/tmp.gMRvFDCOZs [2020-10-27T03:23:32.649Z] #22 5.977 + GOPATH=/tmp/tmp.gMRvFDCOZs [2020-10-27T03:23:32.649Z] #22 5.977 + RM_GOPATH=1 [2020-10-27T03:23:32.649Z] #22 5.977 + case "$(go env GOARCH)" in [2020-10-27T03:23:32.649Z] #22 5.977 ++ go env GOARCH [2020-10-27T03:23:32.649Z] #22 5.983 Install docker/cli version 17.06.2-ce from stable [2020-10-27T03:23:32.649Z] #22 5.984 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:32.649Z] #22 5.984 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:32.649Z] #22 5.984 ++ dirname /tmp/install/install.sh [2020-10-27T03:23:32.649Z] #22 5.984 + dir=/tmp/install [2020-10-27T03:23:32.649Z] #22 5.984 + bin=dockercli [2020-10-27T03:23:32.649Z] #22 5.984 + shift [2020-10-27T03:23:32.649Z] #22 5.984 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-10-27T03:23:32.649Z] #22 5.984 + . /tmp/install/dockercli.installer [2020-10-27T03:23:32.649Z] #22 5.984 ++ : stable [2020-10-27T03:23:32.649Z] #22 5.984 ++ : 17.06.2-ce [2020-10-27T03:23:32.649Z] #22 5.984 + install_dockercli [2020-10-27T03:23:32.649Z] #22 5.984 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-10-27T03:23:32.649Z] #22 5.984 ++ uname -m [2020-10-27T03:23:32.649Z] #22 5.984 + arch=x86_64 [2020-10-27T03:23:32.649Z] #22 5.984 + '[' x86_64 '!=' x86_64 ']' [2020-10-27T03:23:32.649Z] #22 5.984 + url=https://download.docker.com/linux/static [2020-10-27T03:23:32.649Z] #22 5.993 + tar -xz docker/docker [2020-10-27T03:23:32.649Z] #22 5.993 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-10-27T03:23:32.773Z] ok github.com/docker/docker/pkg/tarsum 0.115s coverage: 89.3% of statements [2020-10-27T03:23:32.773Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2020-10-27T03:23:32.773Z] ok github.com/docker/docker/pkg/truncindex 0.110s coverage: 91.5% of statements [2020-10-27T03:23:32.821Z] #61 DONE 0.2s [2020-10-27T03:23:32.821Z] [2020-10-27T03:23:32.821Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-27T03:23:32.821Z] #63 DONE 0.1s [2020-10-27T03:23:32.821Z] [2020-10-27T03:23:32.821Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-27T03:23:32.821Z] #64 DONE 0.1s [2020-10-27T03:23:32.953Z] #36 3.750 -- Detecting C compiler ABI info - done [2020-10-27T03:23:32.953Z] #36 3.810 -- Detecting C compile features [2020-10-27T03:23:33.036Z] ok github.com/docker/docker/pkg/useragent 0.010s coverage: 88.9% of statements [2020-10-27T03:23:33.118Z] [2020-10-27T03:23:33.118Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-27T03:23:33.593Z] #22 ... [2020-10-27T03:23:33.593Z] [2020-10-27T03:23:33.593Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:33.593Z] #32 5.733 + RM_GOPATH=0 [2020-10-27T03:23:33.593Z] #32 5.733 + TMP_GOPATH= [2020-10-27T03:23:33.593Z] #32 5.733 + : /build [2020-10-27T03:23:33.593Z] #32 5.733 + '[' -z '' ']' [2020-10-27T03:23:33.593Z] #32 5.733 ++ mktemp -d [2020-10-27T03:23:33.593Z] #32 5.733 + export GOPATH=/tmp/tmp.WJViiXvjJk [2020-10-27T03:23:33.593Z] #32 5.733 + GOPATH=/tmp/tmp.WJViiXvjJk [2020-10-27T03:23:33.593Z] #32 5.733 + RM_GOPATH=1 [2020-10-27T03:23:33.593Z] #32 5.733 + case "$(go env GOARCH)" in [2020-10-27T03:23:33.593Z] #32 5.733 ++ go env GOARCH [2020-10-27T03:23:33.593Z] #32 5.733 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:33.593Z] #32 5.733 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:33.593Z] #32 5.733 ++ dirname /tmp/install/install.sh [2020-10-27T03:23:33.593Z] #32 5.733 + dir=/tmp/install [2020-10-27T03:23:33.593Z] #32 5.733 + bin=tomlv [2020-10-27T03:23:33.593Z] #32 5.733 + shift [2020-10-27T03:23:33.593Z] #32 5.733 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-10-27T03:23:33.593Z] #32 5.733 + . /tmp/install/tomlv.installer [2020-10-27T03:23:33.593Z] #32 5.733 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-27T03:23:33.593Z] #32 5.733 + install_tomlv [2020-10-27T03:23:33.593Z] #32 5.733 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-10-27T03:23:33.593Z] #32 5.733 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.WJViiXvjJk/src/github.com/BurntSushi/toml [2020-10-27T03:23:33.593Z] #32 5.733 Cloning into '/tmp/tmp.WJViiXvjJk/src/github.com/BurntSushi/toml'... [2020-10-27T03:23:33.593Z] #32 5.733 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-27T03:23:33.593Z] #32 6.233 + cd /tmp/tmp.WJViiXvjJk/src/github.com/BurntSushi/toml [2020-10-27T03:23:33.593Z] #32 6.233 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-27T03:23:33.593Z] #32 6.244 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-10-27T03:23:33.593Z] #32 6.821 runtime/internal/atomic [2020-10-27T03:23:33.593Z] #32 6.850 internal/cpu [2020-10-27T03:23:33.593Z] #32 ... [2020-10-27T03:23:33.593Z] [2020-10-27T03:23:33.593Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:23:33.593Z] #38 6.615 + git clone https://github.com/docker/distribution.git . [2020-10-27T03:23:33.593Z] #38 6.619 Cloning into '.'... [2020-10-27T03:23:33.749Z] #65 DONE 0.7s [2020-10-27T03:23:33.749Z] [2020-10-27T03:23:33.749Z] #66 exporting to image [2020-10-27T03:23:33.749Z] #66 exporting layers [2020-10-27T03:23:34.428Z] ok github.com/docker/docker/plugin/v2 0.013s coverage: 14.5% of statements [2020-10-27T03:23:34.428Z] ok github.com/docker/docker/profiles/seccomp 0.026s coverage: 85.4% of statements [2020-10-27T03:23:35.060Z] #36 5.886 -- Detecting C compile features - done [2020-10-27T03:23:35.359Z] #36 5.942 -- Performing Test HAS_BUILTIN_FORTIFY [2020-10-27T03:23:35.377Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2020-10-27T03:23:35.640Z] ok github.com/docker/docker/plugin 0.573s coverage: 23.1% of statements [2020-10-27T03:23:35.679Z] #36 6.376 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-10-27T03:23:35.977Z] #36 6.609 -- Configuring done [2020-10-27T03:23:35.977Z] #36 6.642 -- Generating done [2020-10-27T03:23:35.977Z] #36 6.657 -- Build files have been written to: /tmp/tmp.YWirpSevge/tini [2020-10-27T03:23:35.977Z] #36 6.673 + make tini-static [2020-10-27T03:23:36.276Z] #36 ... [2020-10-27T03:23:36.276Z] [2020-10-27T03:23:36.276Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:36.276Z] #33 54.37 bufio [2020-10-27T03:23:36.276Z] #33 56.12 reflect [2020-10-27T03:23:36.276Z] #33 57.56 path [2020-10-27T03:23:36.276Z] #33 59.65 text/tabwriter [2020-10-27T03:23:36.277Z] #33 64.12 time [2020-10-27T03:23:36.277Z] #33 64.12 internal/syscall/execenv [2020-10-27T03:23:36.277Z] #33 64.13 internal/syscall/unix [2020-10-27T03:23:36.277Z] #33 ... [2020-10-27T03:23:36.277Z] [2020-10-27T03:23:36.277Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:36.277Z] #36 7.006 Scanning dependencies of target tini-static [2020-10-27T03:23:36.277Z] #36 7.071 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-10-27T03:23:36.478Z] #66 exporting layers 2.4s done [2020-10-27T03:23:36.478Z] #66 writing image sha256:6b139ca2c4e98d056f1f9a8681159492dbd2c3cedb3b14e13b1241395ea8019b done [2020-10-27T03:23:36.478Z] #66 naming to docker.io/library/docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a done [2020-10-27T03:23:36.478Z] #66 DONE 2.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-10-27T03:23:36.899Z] #38 ... [2020-10-27T03:23:36.899Z] [2020-10-27T03:23:36.899Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:36.899Z] #49 7.888 + RM_GOPATH=0 [2020-10-27T03:23:36.899Z] #49 7.888 + TMP_GOPATH= [2020-10-27T03:23:36.899Z] #49 7.888 + : /build [2020-10-27T03:23:36.899Z] #49 7.888 + '[' -z '' ']' [2020-10-27T03:23:36.899Z] #49 7.900 ++ mktemp -d [2020-10-27T03:23:36.899Z] #49 7.900 + export GOPATH=/tmp/tmp.G0hjvDa0PC [2020-10-27T03:23:36.899Z] #49 7.900 + GOPATH=/tmp/tmp.G0hjvDa0PC [2020-10-27T03:23:36.899Z] #49 7.900 + RM_GOPATH=1 [2020-10-27T03:23:36.899Z] #49 7.900 + case "$(go env GOARCH)" in [2020-10-27T03:23:36.899Z] #49 7.905 ++ go env GOARCH [2020-10-27T03:23:36.899Z] #49 7.976 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:36.899Z] #49 7.976 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:36.899Z] #49 7.977 ++ dirname /tmp/install/install.sh [2020-10-27T03:23:36.899Z] #49 7.993 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-27T03:23:36.899Z] #49 7.993 + dir=/tmp/install [2020-10-27T03:23:36.899Z] #49 7.993 + bin=shfmt [2020-10-27T03:23:36.899Z] #49 7.993 + shift [2020-10-27T03:23:36.899Z] #49 7.993 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-10-27T03:23:36.899Z] #49 7.993 + . /tmp/install/shfmt.installer [2020-10-27T03:23:36.899Z] #49 7.993 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-27T03:23:36.899Z] #49 7.993 + install_shfmt [2020-10-27T03:23:36.899Z] #49 7.993 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-10-27T03:23:36.899Z] #49 7.993 + git clone https://github.com/mvdan/sh.git /tmp/tmp.G0hjvDa0PC/src/github.com/mvdan/sh [2020-10-27T03:23:36.899Z] #49 8.008 Cloning into '/tmp/tmp.G0hjvDa0PC/src/github.com/mvdan/sh'... [2020-10-27T03:23:36.899Z] #49 ... [2020-10-27T03:23:36.899Z] [2020-10-27T03:23:36.899Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:23:36.899Z] #30 6.894 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-10-27T03:23:36.899Z] #30 6.894 Cloning into '.'... [2020-10-27T03:23:36.899Z] #30 ... [2020-10-27T03:23:36.899Z] [2020-10-27T03:23:36.899Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:36.899Z] #45 7.694 + RM_GOPATH=0 [2020-10-27T03:23:36.899Z] #45 7.694 + TMP_GOPATH= [2020-10-27T03:23:36.899Z] #45 7.694 + : /build [2020-10-27T03:23:36.899Z] #45 7.694 + '[' -z '' ']' [2020-10-27T03:23:36.899Z] #45 7.694 ++ mktemp -d [2020-10-27T03:23:36.899Z] #45 7.701 + export GOPATH=/tmp/tmp.pvKTSJI1q9 [2020-10-27T03:23:36.899Z] #45 7.701 + GOPATH=/tmp/tmp.pvKTSJI1q9 [2020-10-27T03:23:36.899Z] #45 7.701 + RM_GOPATH=1 [2020-10-27T03:23:36.899Z] #45 7.701 + case "$(go env GOARCH)" in [2020-10-27T03:23:36.899Z] #45 7.701 ++ go env GOARCH [2020-10-27T03:23:36.899Z] #45 7.833 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:36.899Z] #45 7.833 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:36.899Z] #45 7.833 ++ dirname /tmp/install/install.sh [2020-10-27T03:23:36.899Z] #45 7.851 + dir=/tmp/install [2020-10-27T03:23:36.899Z] #45 7.851 + bin=gotestsum [2020-10-27T03:23:36.899Z] #45 7.851 + shift [2020-10-27T03:23:36.899Z] #45 7.851 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-10-27T03:23:36.899Z] #45 7.851 + . /tmp/install/gotestsum.installer [2020-10-27T03:23:36.899Z] #45 7.851 ++ : v0.5.3 [2020-10-27T03:23:36.899Z] #45 7.851 + install_gotestsum [2020-10-27T03:23:36.899Z] #45 7.852 + set -e [2020-10-27T03:23:36.899Z] #45 7.852 + export GO111MODULE=on [2020-10-27T03:23:36.899Z] #45 7.852 + GO111MODULE=on [2020-10-27T03:23:36.899Z] #45 7.852 + GOBIN=/build [2020-10-27T03:23:36.899Z] #45 7.852 + go get gotest.tools/gotestsum@v0.5.3 [2020-10-27T03:23:36.899Z] #45 7.889 go: finding gotest.tools/gotestsum v0.5.3 [2020-10-27T03:23:36.899Z] #45 7.936 go: finding gotest.tools v0.5.3 [2020-10-27T03:23:36.899Z] #45 9.781 go: downloading gotest.tools/gotestsum v0.5.3 [2020-10-27T03:23:36.905Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/test/unit [2020-10-27T03:23:37.032Z] ok github.com/docker/docker/registry/resumable 0.034s coverage: 100.0% of statements [2020-10-27T03:23:37.160Z] #45 10.43 go: extracting gotest.tools/gotestsum v0.5.3 [2020-10-27T03:23:37.160Z] #45 ... [2020-10-27T03:23:37.160Z] [2020-10-27T03:23:37.160Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:23:37.160Z] #40 8.303 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:23:37.160Z] #40 8.335 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:23:37.160Z] #40 8.353 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:23:37.160Z] #40 10.22 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-10-27T03:23:37.160Z] #40 ... [2020-10-27T03:23:37.160Z] [2020-10-27T03:23:37.160Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:23:37.160Z] #34 6.944 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:23:37.160Z] #34 7.067 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:23:37.160Z] #34 7.107 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:23:37.160Z] #34 8.335 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-10-27T03:23:37.294Z] ok github.com/docker/docker/quota 0.604s coverage: 71.4% of statements [2020-10-27T03:23:37.421Z] #34 ... [2020-10-27T03:23:37.421Z] [2020-10-27T03:23:37.421Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:37.421Z] #47 7.734 + RM_GOPATH=0 [2020-10-27T03:23:37.421Z] #47 7.734 + TMP_GOPATH= [2020-10-27T03:23:37.421Z] #47 7.734 + : /build [2020-10-27T03:23:37.421Z] #47 7.734 + '[' -z '' ']' [2020-10-27T03:23:37.421Z] #47 7.734 ++ mktemp -d [2020-10-27T03:23:37.421Z] #47 7.754 + export GOPATH=/tmp/tmp.jDJPemZ88N [2020-10-27T03:23:37.421Z] #47 7.756 + GOPATH=/tmp/tmp.jDJPemZ88N [2020-10-27T03:23:37.421Z] #47 7.756 + RM_GOPATH=1 [2020-10-27T03:23:37.421Z] #47 7.756 + case "$(go env GOARCH)" in [2020-10-27T03:23:37.421Z] #47 7.805 ++ go env GOARCH [2020-10-27T03:23:37.421Z] #47 7.839 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:37.421Z] #47 7.839 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:37.421Z] #47 7.879 ++ dirname /tmp/install/install.sh [2020-10-27T03:23:37.421Z] #47 7.899 + dir=/tmp/install [2020-10-27T03:23:37.421Z] #47 7.899 + bin=golangci_lint [2020-10-27T03:23:37.421Z] #47 7.899 + shift [2020-10-27T03:23:37.421Z] #47 7.899 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-10-27T03:23:37.421Z] #47 7.899 + . /tmp/install/golangci_lint.installer [2020-10-27T03:23:37.421Z] #47 7.899 ++ : v1.23.8 [2020-10-27T03:23:37.421Z] #47 7.899 + install_golangci_lint [2020-10-27T03:23:37.421Z] #47 7.899 + set -e [2020-10-27T03:23:37.421Z] #47 7.899 + export GO111MODULE=on [2020-10-27T03:23:37.421Z] #47 7.899 + GO111MODULE=on [2020-10-27T03:23:37.421Z] #47 7.899 + GOBIN=/build [2020-10-27T03:23:37.421Z] #47 7.899 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-10-27T03:23:37.421Z] #47 7.943 go: finding github.com v1.23.8 [2020-10-27T03:23:37.421Z] #47 7.943 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-10-27T03:23:37.421Z] #47 7.943 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-10-27T03:23:37.421Z] #47 7.943 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-10-27T03:23:37.421Z] #47 7.943 go: finding github.com/golangci v1.23.8 [2020-10-27T03:23:37.421Z] #47 9.443 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-10-27T03:23:37.421Z] #47 10.28 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-10-27T03:23:37.421Z] #47 ... [2020-10-27T03:23:37.421Z] [2020-10-27T03:23:37.421Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:23:37.421Z] #53 7.106 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:23:37.421Z] #53 7.151 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:23:37.421Z] #53 7.151 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:23:37.421Z] #53 9.448 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-10-27T03:23:37.557Z] ok github.com/docker/docker/restartmanager 0.014s coverage: 50.9% of statements [2020-10-27T03:23:37.706Z] #53 ... [2020-10-27T03:23:37.706Z] [2020-10-27T03:23:37.706Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:37.706Z] #43 7.221 + RM_GOPATH=0 [2020-10-27T03:23:37.706Z] #43 7.221 + TMP_GOPATH= [2020-10-27T03:23:37.706Z] #43 7.221 + : /build [2020-10-27T03:23:37.706Z] #43 7.221 + '[' -z '' ']' [2020-10-27T03:23:37.706Z] #43 7.221 ++ mktemp -d [2020-10-27T03:23:37.706Z] #43 7.222 + export GOPATH=/tmp/tmp.QycymJUAYg [2020-10-27T03:23:37.706Z] #43 7.222 + GOPATH=/tmp/tmp.QycymJUAYg [2020-10-27T03:23:37.706Z] #43 7.222 + RM_GOPATH=1 [2020-10-27T03:23:37.706Z] #43 7.222 + case "$(go env GOARCH)" in [2020-10-27T03:23:37.706Z] #43 7.223 ++ go env GOARCH [2020-10-27T03:23:37.706Z] #43 7.281 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:37.706Z] #43 7.281 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:37.706Z] #43 7.281 ++ dirname /tmp/install/install.sh [2020-10-27T03:23:37.706Z] #43 7.281 + dir=/tmp/install [2020-10-27T03:23:37.706Z] #43 7.281 + bin=vndr [2020-10-27T03:23:37.706Z] #43 7.281 + shift [2020-10-27T03:23:37.706Z] #43 7.281 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-10-27T03:23:37.706Z] #43 7.281 + . /tmp/install/vndr.installer [2020-10-27T03:23:37.706Z] #43 7.281 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-10-27T03:23:37.706Z] #43 7.281 + install_vndr [2020-10-27T03:23:37.706Z] #43 7.281 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-10-27T03:23:37.706Z] #43 7.281 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.QycymJUAYg/src/github.com/LK4D4/vndr [2020-10-27T03:23:37.706Z] #43 7.281 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-10-27T03:23:37.706Z] #43 7.284 Cloning into '/tmp/tmp.QycymJUAYg/src/github.com/LK4D4/vndr'... [2020-10-27T03:23:37.706Z] #43 8.913 + cd /tmp/tmp.QycymJUAYg/src/github.com/LK4D4/vndr [2020-10-27T03:23:37.706Z] #43 8.913 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-10-27T03:23:37.706Z] #43 9.065 + go build -buildmode=pie -v -o /build/vndr . [2020-10-27T03:23:37.706Z] #43 10.81 internal/race [2020-10-27T03:23:37.706Z] #43 11.16 sync/atomic [2020-10-27T03:23:37.706Z] #43 ... [2020-10-27T03:23:37.706Z] [2020-10-27T03:23:37.706Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:23:37.706Z] #11 8.397 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:23:37.706Z] #11 8.552 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:23:37.706Z] #11 8.560 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:23:37.706Z] #11 10.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-10-27T03:23:37.820Z] ok github.com/docker/docker/registry 0.267s coverage: 56.3% of statements [2020-10-27T03:23:37.967Z] #11 ... [2020-10-27T03:23:37.967Z] [2020-10-27T03:23:37.967Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:37.967Z] #56 10.92 Checking out files: 94% (749/792) Checking out files: 95% (753/792) Checking out files: 96% (761/792) Checking out files: 97% (769/792) Checking out files: 98% (777/792) Checking out files: 99% (785/792) Checking out files: 100% (792/792) Checking out files: 100% (792/792), done. [2020-10-27T03:23:37.967Z] #56 11.05 + cd /tmp/tmp.TYOBljKJdj/src/github.com/rootless-containers/rootlesskit [2020-10-27T03:23:37.967Z] #56 11.05 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-27T03:23:38.396Z] ok github.com/docker/docker/testutil 0.013s coverage: 62.5% of statements [2020-10-27T03:23:38.405Z] #36 8.812 [100%] Linking C executable tini-static [2020-10-27T03:23:38.659Z] ok github.com/docker/docker/runconfig 0.037s coverage: 66.1% of statements [2020-10-27T03:23:38.913Z] #56 12.08 + for f in rootlesskit rootlesskit-docker-proxy [2020-10-27T03:23:38.913Z] #56 12.08 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-10-27T03:23:38.965Z] ? github.com/docker/docker/api [no test files] [2020-10-27T03:23:39.054Z] #36 9.592 [100%] Built target tini-static [2020-10-27T03:23:39.054Z] #36 ... [2020-10-27T03:23:39.054Z] [2020-10-27T03:23:39.054Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:39.054Z] #44 57.19 bufio [2020-10-27T03:23:39.054Z] #44 58.34 reflect [2020-10-27T03:23:39.054Z] #44 62.50 regexp/syntax [2020-10-27T03:23:39.054Z] #44 ... [2020-10-27T03:23:39.054Z] [2020-10-27T03:23:39.054Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:39.054Z] #36 9.661 + mkdir -p /build [2020-10-27T03:23:39.054Z] #36 9.665 + cp tini-static /build/docker-init [2020-10-27T03:23:39.054Z] #36 DONE 9.8s [2020-10-27T03:23:39.054Z] [2020-10-27T03:23:39.054Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:39.054Z] #44 67.44 hash/crc32 [2020-10-27T03:23:40.581Z] ok github.com/docker/docker/volume/drivers 0.017s coverage: 36.1% of statements [2020-10-27T03:23:41.155Z] ok github.com/docker/docker/volume/mounts 0.057s coverage: 67.0% of statements [2020-10-27T03:23:41.418Z] ok github.com/docker/docker/volume/local 0.275s coverage: 76.4% of statements [2020-10-27T03:23:41.833Z] #44 ... [2020-10-27T03:23:41.833Z] [2020-10-27T03:23:41.833Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:23:41.833Z] #42 1.716 Note: Building without setproctitle() and strlcpy() support. [2020-10-27T03:23:41.833Z] #42 1.732 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-10-27T03:23:41.833Z] #42 1.792 Note: Building without GnuTLS support [2020-10-27T03:23:41.833Z] #42 1.803 Makefile.config:39: Warn: you have no libnftables installed [2020-10-27T03:23:41.833Z] #42 1.804 Makefile.config:40: Warn: Building without nftables support [2020-10-27T03:23:41.833Z] #42 3.686 fatal: not a git repository (or any of the parent directories): .git [2020-10-27T03:23:41.833Z] #42 3.777 GEN .gitid [2020-10-27T03:23:41.833Z] #42 3.821 GEN criu/include/version.h [2020-10-27T03:23:41.833Z] #42 3.893 GEN include/common/asm [2020-10-27T03:23:41.833Z] #42 5.973 PBCC images/timens.pb-c.c [2020-10-27T03:23:41.833Z] #42 6.066 DEP images/timens.pb-c.d [2020-10-27T03:23:41.833Z] #42 6.157 PBCC images/fown.pb-c.c [2020-10-27T03:23:41.833Z] #42 6.206 PBCC images/google/protobuf/descriptor.pb-c.c [2020-10-27T03:23:41.833Z] #42 6.326 PBCC images/opts.pb-c.c [2020-10-27T03:23:41.833Z] #42 6.372 PBCC images/memfd.pb-c.c [2020-10-27T03:23:41.833Z] #42 6.486 DEP images/fown.pb-c.d [2020-10-27T03:23:41.833Z] #42 6.504 DEP images/google/protobuf/descriptor.pb-c.d [2020-10-27T03:23:41.833Z] #42 6.576 DEP images/opts.pb-c.d [2020-10-27T03:23:41.833Z] #42 6.644 DEP images/memfd.pb-c.d [2020-10-27T03:23:41.833Z] #42 6.690 PBCC images/sit.pb-c.c [2020-10-27T03:23:41.833Z] #42 6.739 DEP images/sit.pb-c.d [2020-10-27T03:23:41.833Z] #42 6.795 PBCC images/macvlan.pb-c.c [2020-10-27T03:23:41.833Z] #42 6.815 DEP images/macvlan.pb-c.d [2020-10-27T03:23:41.833Z] #42 6.917 PBCC images/autofs.pb-c.c [2020-10-27T03:23:41.833Z] #42 6.939 DEP images/autofs.pb-c.d [2020-10-27T03:23:41.833Z] #42 7.002 PBCC images/sysctl.pb-c.c [2020-10-27T03:23:41.833Z] #42 7.020 DEP images/sysctl.pb-c.d [2020-10-27T03:23:41.833Z] #42 7.105 PBCC images/time.pb-c.c [2020-10-27T03:23:41.833Z] #42 7.182 DEP images/time.pb-c.d [2020-10-27T03:23:41.833Z] #42 7.287 PBCC images/binfmt-misc.pb-c.c [2020-10-27T03:23:41.833Z] #42 7.298 DEP images/binfmt-misc.pb-c.d [2020-10-27T03:23:41.833Z] #42 7.421 PBCC images/seccomp.pb-c.c [2020-10-27T03:23:41.833Z] #42 7.552 DEP images/seccomp.pb-c.d [2020-10-27T03:23:41.833Z] #42 7.628 PBCC images/userns.pb-c.c [2020-10-27T03:23:41.833Z] #42 7.686 DEP images/userns.pb-c.d [2020-10-27T03:23:41.833Z] #42 7.819 PBCC images/cgroup.pb-c.c [2020-10-27T03:23:41.833Z] #42 7.854 DEP images/cgroup.pb-c.d [2020-10-27T03:23:41.833Z] #42 8.085 PBCC images/ext-file.pb-c.c [2020-10-27T03:23:41.833Z] #42 8.182 DEP images/ext-file.pb-c.d [2020-10-27T03:23:41.833Z] #42 8.215 PBCC images/rpc.pb-c.c [2020-10-27T03:23:41.833Z] #42 8.244 DEP images/rpc.pb-c.d [2020-10-27T03:23:41.833Z] #42 8.283 PBCC images/siginfo.pb-c.c [2020-10-27T03:23:41.833Z] #42 8.298 DEP images/siginfo.pb-c.d [2020-10-27T03:23:41.833Z] #42 8.328 PBCC images/pagemap.pb-c.c [2020-10-27T03:23:41.833Z] #42 8.353 DEP images/pagemap.pb-c.d [2020-10-27T03:23:41.833Z] #42 8.404 PBCC images/rlimit.pb-c.c [2020-10-27T03:23:41.833Z] #42 8.428 DEP images/rlimit.pb-c.d [2020-10-27T03:23:41.833Z] #42 8.481 PBCC images/file-lock.pb-c.c [2020-10-27T03:23:41.833Z] #42 8.527 DEP images/file-lock.pb-c.d [2020-10-27T03:23:41.833Z] #42 8.588 PBCC images/tty.pb-c.c [2020-10-27T03:23:41.833Z] #42 8.715 DEP images/tty.pb-c.d [2020-10-27T03:23:41.833Z] #42 8.743 PBCC images/tun.pb-c.c [2020-10-27T03:23:41.833Z] #42 8.814 PBCC images/netdev.pb-c.c [2020-10-27T03:23:41.833Z] #42 8.881 DEP images/tun.pb-c.d [2020-10-27T03:23:41.833Z] #42 8.972 DEP images/netdev.pb-c.d [2020-10-27T03:23:41.833Z] #42 9.042 PBCC images/vma.pb-c.c [2020-10-27T03:23:41.833Z] #42 9.108 DEP images/vma.pb-c.d [2020-10-27T03:23:41.833Z] #42 9.194 PBCC images/creds.pb-c.c [2020-10-27T03:23:41.833Z] #42 9.219 DEP images/creds.pb-c.d [2020-10-27T03:23:41.833Z] #42 9.251 PBCC images/utsns.pb-c.c [2020-10-27T03:23:41.833Z] #42 9.273 DEP images/utsns.pb-c.d [2020-10-27T03:23:41.833Z] #42 9.328 PBCC images/ipc-desc.pb-c.c [2020-10-27T03:23:41.833Z] #42 9.363 PBCC images/ipc-sem.pb-c.c [2020-10-27T03:23:41.833Z] #42 9.400 DEP images/ipc-desc.pb-c.d [2020-10-27T03:23:41.833Z] #42 9.446 DEP images/ipc-sem.pb-c.d [2020-10-27T03:23:41.833Z] #42 9.493 PBCC images/ipc-msg.pb-c.c [2020-10-27T03:23:41.833Z] #42 9.516 DEP images/ipc-msg.pb-c.d [2020-10-27T03:23:41.833Z] #42 9.573 PBCC images/ipc-shm.pb-c.c [2020-10-27T03:23:41.833Z] #42 9.607 DEP images/ipc-shm.pb-c.d [2020-10-27T03:23:41.833Z] #42 9.662 PBCC images/ipc-var.pb-c.c [2020-10-27T03:23:41.833Z] #42 9.691 DEP images/ipc-var.pb-c.d [2020-10-27T03:23:41.833Z] #42 9.746 PBCC images/sk-opts.pb-c.c [2020-10-27T03:23:41.833Z] #42 9.778 PBCC images/packet-sock.pb-c.c [2020-10-27T03:23:41.833Z] #42 9.838 DEP images/sk-opts.pb-c.d [2020-10-27T03:23:41.833Z] #42 9.888 DEP images/packet-sock.pb-c.d [2020-10-27T03:23:41.833Z] #42 9.938 PBCC images/sk-netlink.pb-c.c [2020-10-27T03:23:41.833Z] #42 10.03 DEP images/sk-netlink.pb-c.d [2020-10-27T03:23:41.833Z] #42 10.12 PBCC images/sk-inet.pb-c.c [2020-10-27T03:23:41.833Z] #42 10.17 DEP images/sk-inet.pb-c.d [2020-10-27T03:23:42.135Z] #42 10.26 PBCC images/sk-unix.pb-c.c [2020-10-27T03:23:42.135Z] #42 10.36 DEP images/sk-unix.pb-c.d [2020-10-27T03:23:42.135Z] #42 10.43 PBCC images/mm.pb-c.c [2020-10-27T03:23:42.135Z] #42 10.50 DEP images/mm.pb-c.d [2020-10-27T03:23:42.434Z] #42 10.55 PBCC images/timerfd.pb-c.c [2020-10-27T03:23:42.434Z] #42 10.58 DEP images/timerfd.pb-c.d [2020-10-27T03:23:42.434Z] #42 10.67 PBCC images/timer.pb-c.c [2020-10-27T03:23:42.434Z] #42 10.69 DEP images/timer.pb-c.d [2020-10-27T03:23:42.434Z] #42 10.74 PBCC images/sa.pb-c.c [2020-10-27T03:23:42.732Z] #42 10.81 DEP images/sa.pb-c.d [2020-10-27T03:23:42.732Z] #42 10.92 PBCC images/pipe-data.pb-c.c [2020-10-27T03:23:42.732Z] #42 ... [2020-10-27T03:23:42.732Z] [2020-10-27T03:23:42.732Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:42.732Z] #50 60.93 regexp/syntax [2020-10-27T03:23:42.732Z] #50 61.00 reflect [2020-10-27T03:23:42.732Z] #50 69.05 time [2020-10-27T03:23:42.732Z] #50 ... [2020-10-27T03:23:42.732Z] [2020-10-27T03:23:42.732Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:23:42.732Z] #42 10.94 DEP images/pipe-data.pb-c.d [2020-10-27T03:23:42.732Z] #42 11.05 PBCC images/mnt.pb-c.c [2020-10-27T03:23:42.804Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.1% of statements [2020-10-27T03:23:43.032Z] #42 11.14 DEP images/mnt.pb-c.d [2020-10-27T03:23:43.033Z] #42 11.21 PBCC images/sk-packet.pb-c.c [2020-10-27T03:23:43.033Z] #42 11.24 DEP images/sk-packet.pb-c.d [2020-10-27T03:23:43.033Z] #42 11.31 PBCC images/tcp-stream.pb-c.c [2020-10-27T03:23:43.033Z] #42 11.36 DEP images/tcp-stream.pb-c.d [2020-10-27T03:23:43.033Z] #42 11.42 PBCC images/pipe.pb-c.c [2020-10-27T03:23:43.332Z] #42 11.48 DEP images/pipe.pb-c.d [2020-10-27T03:23:43.332Z] #42 11.53 PBCC images/pstree.pb-c.c [2020-10-27T03:23:43.332Z] #42 11.56 DEP images/pstree.pb-c.d [2020-10-27T03:23:43.332Z] #42 11.61 PBCC images/fs.pb-c.c [2020-10-27T03:23:43.332Z] #42 11.62 DEP images/fs.pb-c.d [2020-10-27T03:23:43.633Z] #42 11.72 PBCC images/signalfd.pb-c.c [2020-10-27T03:23:43.633Z] #42 11.80 DEP images/signalfd.pb-c.d [2020-10-27T03:23:43.633Z] #42 11.85 PBCC images/fh.pb-c.c [2020-10-27T03:23:43.633Z] #42 11.90 PBCC images/fsnotify.pb-c.c [2020-10-27T03:23:43.633Z] #42 11.94 DEP images/fh.pb-c.d [2020-10-27T03:23:43.932Z] #42 12.01 DEP images/fsnotify.pb-c.d [2020-10-27T03:23:43.932Z] #42 ... [2020-10-27T03:23:43.932Z] [2020-10-27T03:23:43.932Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:43.932Z] #46 DONE 72.2s [2020-10-27T03:23:43.932Z] [2020-10-27T03:23:43.932Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:23:43.932Z] #42 12.11 PBCC images/eventpoll.pb-c.c [2020-10-27T03:23:43.932Z] #42 12.20 DEP images/eventpoll.pb-c.d [2020-10-27T03:23:43.932Z] #42 12.29 PBCC images/eventfd.pb-c.c [2020-10-27T03:23:43.932Z] #42 12.31 DEP images/eventfd.pb-c.d [2020-10-27T03:23:44.228Z] #56 ... [2020-10-27T03:23:44.228Z] [2020-10-27T03:23:44.228Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:44.228Z] #32 7.043 runtime/internal/sys [2020-10-27T03:23:44.228Z] #32 7.166 runtime/internal/math [2020-10-27T03:23:44.228Z] #32 7.224 internal/bytealg [2020-10-27T03:23:44.228Z] #32 7.307 math/bits [2020-10-27T03:23:44.228Z] #32 7.861 math [2020-10-27T03:23:44.228Z] #32 8.576 runtime [2020-10-27T03:23:44.228Z] #32 14.11 unicode/utf8 [2020-10-27T03:23:44.228Z] #32 14.97 unicode [2020-10-27T03:23:44.228Z] #32 ... [2020-10-27T03:23:44.228Z] [2020-10-27T03:23:44.228Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:44.228Z] #45 12.00 go: downloading github.com/spf13/pflag v1.0.3 [2020-10-27T03:23:44.228Z] #45 12.00 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-27T03:23:44.228Z] #45 12.11 go: downloading github.com/fatih/color v1.9.0 [2020-10-27T03:23:44.228Z] #45 12.34 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-27T03:23:44.228Z] #45 12.40 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-10-27T03:23:44.228Z] #45 12.42 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-27T03:23:44.228Z] #45 12.43 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-27T03:23:44.228Z] #45 12.60 go: extracting github.com/spf13/pflag v1.0.3 [2020-10-27T03:23:44.228Z] #45 12.70 go: downloading github.com/pkg/errors v0.9.1 [2020-10-27T03:23:44.228Z] #45 12.76 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-10-27T03:23:44.228Z] #45 12.82 go: extracting github.com/fatih/color v1.9.0 [2020-10-27T03:23:44.228Z] #45 12.88 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-27T03:23:44.228Z] #45 12.91 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-27T03:23:44.228Z] #45 13.14 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-10-27T03:23:44.228Z] #45 13.22 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-10-27T03:23:44.228Z] #45 13.22 go: extracting github.com/pkg/errors v0.9.1 [2020-10-27T03:23:44.228Z] #45 13.48 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-27T03:23:44.228Z] #45 13.71 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-10-27T03:23:44.228Z] #45 13.83 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-10-27T03:23:44.228Z] #45 16.83 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-27T03:23:44.231Z] #42 12.43 PBCC images/remap-file-path.pb-c.c [2020-10-27T03:23:44.231Z] #42 ... [2020-10-27T03:23:44.231Z] [2020-10-27T03:23:44.231Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:23:44.231Z] #12 62.46 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-10-27T03:23:44.231Z] #12 62.51 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-10-27T03:23:44.231Z] #12 62.52 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-10-27T03:23:44.231Z] #12 70.06 Selecting previously unselected package gcc-mingw-w64-base. [2020-10-27T03:23:44.231Z] #12 70.06 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-10-27T03:23:44.231Z] #12 70.08 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:23:44.231Z] #12 70.21 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-10-27T03:23:44.231Z] #12 70.23 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-10-27T03:23:44.231Z] #12 70.25 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:23:44.231Z] #12 ... [2020-10-27T03:23:44.231Z] [2020-10-27T03:23:44.231Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:23:44.231Z] #42 12.48 DEP images/remap-file-path.pb-c.d [2020-10-27T03:23:44.231Z] #42 12.55 PBCC images/fifo.pb-c.c [2020-10-27T03:23:44.489Z] #45 17.72 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-27T03:23:44.489Z] #45 ... [2020-10-27T03:23:44.489Z] [2020-10-27T03:23:44.489Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:44.489Z] #22 17.82 + mkdir -p /build [2020-10-27T03:23:44.489Z] #22 17.82 + mv docker/docker /build/ [2020-10-27T03:23:44.489Z] #22 17.82 + rmdir docker [2020-10-27T03:23:44.489Z] #22 ... [2020-10-27T03:23:44.489Z] [2020-10-27T03:23:44.489Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:44.489Z] #62 7.868 + RM_GOPATH=0 [2020-10-27T03:23:44.489Z] #62 7.868 + TMP_GOPATH= [2020-10-27T03:23:44.489Z] #62 7.868 + : /build [2020-10-27T03:23:44.489Z] #62 7.868 + '[' -z '' ']' [2020-10-27T03:23:44.489Z] #62 7.868 ++ mktemp -d [2020-10-27T03:23:44.489Z] #62 7.868 + export GOPATH=/tmp/tmp.EwH3i5V10v [2020-10-27T03:23:44.489Z] #62 7.868 + GOPATH=/tmp/tmp.EwH3i5V10v [2020-10-27T03:23:44.489Z] #62 7.868 + RM_GOPATH=1 [2020-10-27T03:23:44.489Z] #62 7.868 + case "$(go env GOARCH)" in [2020-10-27T03:23:44.489Z] #62 7.868 ++ go env GOARCH [2020-10-27T03:23:44.489Z] #62 7.909 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:44.489Z] #62 7.909 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:23:44.489Z] #62 7.911 ++ dirname /tmp/install/install.sh [2020-10-27T03:23:44.489Z] #62 7.924 + dir=/tmp/install [2020-10-27T03:23:44.489Z] #62 7.924 + bin=proxy [2020-10-27T03:23:44.489Z] #62 7.924 + shift [2020-10-27T03:23:44.489Z] #62 7.924 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-10-27T03:23:44.489Z] #62 7.924 + . /tmp/install/proxy.installer [2020-10-27T03:23:44.489Z] #62 7.924 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-27T03:23:44.489Z] #62 7.924 + install_proxy [2020-10-27T03:23:44.489Z] #62 7.924 + case "$1" in [2020-10-27T03:23:44.489Z] #62 7.924 + export CGO_ENABLED=0 [2020-10-27T03:23:44.489Z] #62 7.924 + CGO_ENABLED=0 [2020-10-27T03:23:44.489Z] #62 7.924 + _install_proxy [2020-10-27T03:23:44.489Z] #62 7.924 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-10-27T03:23:44.489Z] #62 7.924 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.EwH3i5V10v/src/github.com/docker/libnetwork [2020-10-27T03:23:44.489Z] #62 7.924 Cloning into '/tmp/tmp.EwH3i5V10v/src/github.com/docker/libnetwork'... [2020-10-27T03:23:44.489Z] #62 7.924 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-27T03:23:44.529Z] #42 12.59 DEP images/fifo.pb-c.d [2020-10-27T03:23:44.529Z] #42 12.68 PBCC images/ghost-file.pb-c.c [2020-10-27T03:23:44.529Z] #42 12.76 DEP images/ghost-file.pb-c.d [2020-10-27T03:23:44.766Z] #62 ... [2020-10-27T03:23:44.766Z] [2020-10-27T03:23:44.766Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:44.766Z] #43 11.26 runtime [2020-10-27T03:23:44.766Z] #43 11.83 unicode [2020-10-27T03:23:44.766Z] #43 17.18 internal/testlog [2020-10-27T03:23:44.766Z] #43 17.62 encoding [2020-10-27T03:23:44.766Z] #43 17.72 unicode/utf16 [2020-10-27T03:23:44.766Z] #43 18.11 container/list [2020-10-27T03:23:44.828Z] #42 13.00 PBCC images/regfile.pb-c.c [2020-10-27T03:23:44.829Z] #42 13.03 DEP images/regfile.pb-c.d [2020-10-27T03:23:44.829Z] #42 13.11 PBCC images/ns.pb-c.c [2020-10-27T03:23:44.829Z] #42 13.13 DEP images/ns.pb-c.d [2020-10-27T03:23:44.829Z] #42 13.22 PBCC images/fdinfo.pb-c.c [2020-10-27T03:23:45.128Z] #42 13.33 DEP images/fdinfo.pb-c.d [2020-10-27T03:23:45.128Z] #42 13.44 PBCC images/core-aarch64.pb-c.c [2020-10-27T03:23:45.343Z] #43 ... [2020-10-27T03:23:45.344Z] [2020-10-27T03:23:45.344Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:45.344Z] #22 DONE 18.8s [2020-10-27T03:23:45.344Z] [2020-10-27T03:23:45.344Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:23:45.344Z] #40 12.95 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-10-27T03:23:45.344Z] #40 15.72 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-10-27T03:23:45.428Z] #42 13.51 PBCC images/core-arm.pb-c.c [2020-10-27T03:23:45.428Z] #42 13.56 PBCC images/core-ppc64.pb-c.c [2020-10-27T03:23:45.428Z] #42 13.62 PBCC images/core-s390.pb-c.c [2020-10-27T03:23:45.428Z] #42 13.69 PBCC images/core-x86.pb-c.c [2020-10-27T03:23:45.428Z] #42 13.78 PBCC images/core.pb-c.c [2020-10-27T03:23:45.605Z] #40 ... [2020-10-27T03:23:45.605Z] [2020-10-27T03:23:45.605Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:45.605Z] #43 19.04 crypto/internal/subtle [2020-10-27T03:23:45.736Z] #42 13.87 PBCC images/inventory.pb-c.c [2020-10-27T03:23:45.736Z] #42 13.94 DEP images/core-aarch64.pb-c.d [2020-10-27T03:23:45.736Z] #42 14.00 DEP images/core-arm.pb-c.d [2020-10-27T03:23:45.736Z] #42 14.04 DEP images/core-ppc64.pb-c.d [2020-10-27T03:23:45.736Z] #42 14.09 DEP images/core-s390.pb-c.d [2020-10-27T03:23:45.865Z] #43 19.30 crypto/subtle [2020-10-27T03:23:46.033Z] #42 14.13 DEP images/core-x86.pb-c.d [2020-10-27T03:23:46.033Z] #42 14.18 DEP images/core.pb-c.d [2020-10-27T03:23:46.033Z] #42 14.23 DEP images/inventory.pb-c.d [2020-10-27T03:23:46.033Z] #42 14.25 PBCC images/cpuinfo.pb-c.c [2020-10-27T03:23:46.033Z] #42 14.31 DEP images/cpuinfo.pb-c.d [2020-10-27T03:23:46.331Z] #42 14.44 PBCC images/stats.pb-c.c [2020-10-27T03:23:46.331Z] #42 14.45 DEP images/stats.pb-c.d [2020-10-27T03:23:46.438Z] #43 19.76 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-10-27T03:23:46.438Z] #43 19.99 internal/nettrace [2020-10-27T03:23:47.011Z] #43 20.28 runtime/cgo [2020-10-27T03:23:47.465Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2020-10-27T03:23:47.865Z] #42 16.12 make[1]: Nothing to be done for 'all'. [2020-10-27T03:23:48.399Z] #43 ... [2020-10-27T03:23:48.399Z] [2020-10-27T03:23:48.399Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:23:48.399Z] #34 11.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-10-27T03:23:48.399Z] #34 14.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-10-27T03:23:48.660Z] #34 ... [2020-10-27T03:23:48.660Z] [2020-10-27T03:23:48.660Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:48.660Z] #47 20.13 go: downloading github.com/fatih/color v1.7.0 [2020-10-27T03:23:48.660Z] #47 20.13 go: downloading github.com/spf13/cobra v0.0.5 [2020-10-27T03:23:48.660Z] #47 20.13 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-10-27T03:23:48.660Z] #47 20.13 go: downloading github.com/spf13/viper v1.6.1 [2020-10-27T03:23:48.660Z] #47 20.13 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-10-27T03:23:48.660Z] #47 20.26 go: downloading github.com/spf13/pflag v1.0.5 [2020-10-27T03:23:48.660Z] #47 20.32 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-10-27T03:23:48.660Z] #47 20.33 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-10-27T03:23:48.660Z] #47 20.37 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-10-27T03:23:48.660Z] #47 20.58 go: downloading github.com/pkg/errors v0.8.1 [2020-10-27T03:23:48.660Z] #47 20.72 go: extracting github.com/fatih/color v1.7.0 [2020-10-27T03:23:48.660Z] #47 21.19 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-10-27T03:23:48.660Z] #47 21.22 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-10-27T03:23:48.660Z] #47 21.27 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-10-27T03:23:48.660Z] #47 21.35 go: extracting github.com/spf13/viper v1.6.1 [2020-10-27T03:23:48.660Z] #47 21.42 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-10-27T03:23:48.660Z] #47 21.50 go: extracting github.com/spf13/cobra v0.0.5 [2020-10-27T03:23:48.660Z] #47 21.62 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-10-27T03:23:48.660Z] #47 21.66 go: extracting github.com/pkg/errors v0.8.1 [2020-10-27T03:23:48.660Z] #47 21.70 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-10-27T03:23:48.660Z] #47 22.04 go: downloading github.com/subosito/gotenv v1.2.0 [2020-10-27T03:23:48.921Z] #47 22.23 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-10-27T03:23:48.921Z] #47 22.30 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-10-27T03:23:48.921Z] #47 22.30 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-10-27T03:23:48.921Z] #47 22.40 go: extracting github.com/spf13/pflag v1.0.5 [2020-10-27T03:23:48.921Z] #47 22.45 go: extracting github.com/subosito/gotenv v1.2.0 [2020-10-27T03:23:48.921Z] #47 22.51 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-10-27T03:23:49.182Z] #47 22.54 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-10-27T03:23:49.182Z] #47 22.54 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-10-27T03:23:49.182Z] #47 ... [2020-10-27T03:23:49.182Z] [2020-10-27T03:23:49.182Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:23:49.182Z] #53 12.56 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-10-27T03:23:49.182Z] #53 15.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-10-27T03:23:49.442Z] #53 ... [2020-10-27T03:23:49.442Z] [2020-10-27T03:23:49.442Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:49.442Z] #47 22.72 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-10-27T03:23:49.442Z] #47 ... [2020-10-27T03:23:49.442Z] [2020-10-27T03:23:49.442Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:23:49.442Z] #11 12.86 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-10-27T03:23:49.442Z] #11 15.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-10-27T03:23:49.704Z] #11 ... [2020-10-27T03:23:49.704Z] [2020-10-27T03:23:49.704Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:49.704Z] #47 23.02 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T03:23:49.704Z] #47 23.19 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-10-27T03:23:49.965Z] #47 23.29 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-10-27T03:23:49.965Z] #47 23.47 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-10-27T03:23:49.965Z] #47 23.53 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T03:23:49.968Z] #42 17.85 CC images/stats.o [2020-10-27T03:23:49.968Z] #42 18.34 CC images/core.o [2020-10-27T03:23:50.226Z] #47 23.59 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-10-27T03:23:50.613Z] #42 18.92 CC images/core-x86.o [2020-10-27T03:23:50.843Z] #47 24.03 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-10-27T03:23:50.843Z] #47 24.10 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-10-27T03:23:50.843Z] #47 24.25 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-10-27T03:23:50.843Z] #47 24.25 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-10-27T03:23:50.843Z] #47 24.36 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-10-27T03:23:51.280Z] #42 19.54 CC images/core-arm.o [2020-10-27T03:23:51.927Z] #42 20.00 CC images/core-aarch64.o [2020-10-27T03:23:52.226Z] #42 20.43 CC images/core-ppc64.o [2020-10-27T03:23:52.229Z] #47 25.38 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-10-27T03:23:52.875Z] #42 21.13 CC images/core-s390.o [2020-10-27T03:23:52.875Z] #42 ... [2020-10-27T03:23:52.875Z] [2020-10-27T03:23:52.875Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:23:52.875Z] #44 71.34 vendor/golang.org/x/text/transform [2020-10-27T03:23:52.875Z] #44 72.21 time [2020-10-27T03:23:52.875Z] #44 78.72 regexp [2020-10-27T03:23:53.174Z] #44 ... [2020-10-27T03:23:53.174Z] [2020-10-27T03:23:53.174Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:53.174Z] #33 72.35 internal/poll [2020-10-27T03:23:53.174Z] #33 75.32 os [2020-10-27T03:23:53.175Z] #33 77.57 internal/fmtsort [2020-10-27T03:23:53.175Z] #33 79.03 path/filepath [2020-10-27T03:23:53.175Z] #33 79.05 fmt [2020-10-27T03:23:53.175Z] #33 80.65 io/ioutil [2020-10-27T03:23:53.474Z] #33 ... [2020-10-27T03:23:53.474Z] [2020-10-27T03:23:53.474Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:54.374Z] #55 44.97 Checking out files: 50% (1744/3445) Checking out files: 51% (1757/3445) Checking out files: 52% (1792/3445) Checking out files: 53% (1826/3445) Checking out files: 54% (1861/3445) Checking out files: 55% (1895/3445) Checking out files: 56% (1930/3445) Checking out files: 57% (1964/3445) Checking out files: 58% (1999/3445) Checking out files: 59% (2033/3445) Checking out files: 60% (2067/3445) Checking out files: 61% (2102/3445) Checking out files: 62% (2136/3445) Checking out files: 63% (2171/3445) Checking out files: 64% (2205/3445) Checking out files: 65% (2240/3445) Checking out files: 66% (2274/3445) Checking out files: 67% (2309/3445) Checking out files: 68% (2343/3445) Checking out files: 69% (2378/3445) Checking out files: 70% (2412/3445) Checking out files: 71% (2446/3445) Checking out files: 72% (2481/3445) Checking out files: 73% (2515/3445) Checking out files: 74% (2550/3445) Checking out files: 75% (2584/3445) Checking out files: 76% (2619/3445) Checking out files: 77% (2653/3445) Checking out files: 78% (2688/3445) Checking out files: 79% (2722/3445) Checking out files: 80% (2756/3445) Checking out files: 81% (2791/3445) Checking out files: 82% (2825/3445) Checking out files: 83% (2860/3445) Checking out files: 84% (2894/3445) Checking out files: 85% (2929/3445) Checking out files: 86% (2963/3445) Checking out files: 87% (2998/3445) Checking out files: 88% (3032/3445) Checking out files: 89% (3067/3445) Checking out files: 90% (3101/3445) Checking out files: 91% (3135/3445) Checking out files: 92% (3170/3445) Checking out files: 93% (3204/3445) Checking out files: 94% (3239/3445) Checking out files: 95% (3273/3445) Checking out files: 96% (3308/3445) Checking out files: 97% (3342/3445) Checking out files: 98% (3377/3445) Checking out files: 99% (3411/3445) Checking out files: 100% (3445/3445) Checking out files: 100% (3445/3445), done. [2020-10-27T03:23:54.374Z] #55 45.89 + cd /tmp/tmp.eMZZFqqOjQ/src/github.com/containerd/containerd [2020-10-27T03:23:54.673Z] #55 45.89 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-27T03:23:54.779Z] #47 ... [2020-10-27T03:23:54.779Z] [2020-10-27T03:23:54.779Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:23:55.561Z] #38 27.93 Checking out files: 69% (1151/1665) Checking out files: 70% (1166/1665) Checking out files: 71% (1183/1665) Checking out files: 72% (1199/1665) Checking out files: 73% (1216/1665) Checking out files: 74% (1233/1665) Checking out files: 75% (1249/1665) Checking out files: 76% (1266/1665) Checking out files: 77% (1283/1665) Checking out files: 78% (1299/1665) Checking out files: 79% (1316/1665) Checking out files: 80% (1332/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-10-27T03:23:55.739Z] #55 47.03 + export 'BUILDTAGS=netgo osusergo static_build' [2020-10-27T03:23:55.739Z] #55 47.04 + BUILDTAGS='netgo osusergo static_build' [2020-10-27T03:23:55.739Z] #55 47.04 + export EXTRA_FLAGS=-buildmode=pie [2020-10-27T03:23:55.739Z] #55 47.04 + EXTRA_FLAGS=-buildmode=pie [2020-10-27T03:23:55.739Z] #55 47.04 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-10-27T03:23:55.739Z] #55 47.04 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-10-27T03:23:55.739Z] #55 47.04 + '[' '' = dynamic ']' [2020-10-27T03:23:55.739Z] #55 47.04 + make [2020-10-27T03:23:55.822Z] #38 28.86 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-10-27T03:23:56.083Z] #38 ... [2020-10-27T03:23:56.083Z] [2020-10-27T03:23:56.083Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:56.083Z] #32 19.36 runtime/cgo [2020-10-27T03:23:56.083Z] #32 ... [2020-10-27T03:23:56.083Z] [2020-10-27T03:23:56.083Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:56.083Z] #47 28.58 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-10-27T03:23:56.083Z] #47 28.69 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-10-27T03:23:56.083Z] #47 28.69 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-10-27T03:23:56.083Z] #47 28.70 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-10-27T03:23:56.083Z] #47 28.73 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-10-27T03:23:56.083Z] #47 28.88 go: downloading github.com/spf13/afero v1.1.2 [2020-10-27T03:23:56.083Z] #47 28.88 go: downloading github.com/magiconair/properties v1.8.1 [2020-10-27T03:23:56.083Z] #47 28.89 go: downloading github.com/ultraware/funlen v0.0.2 [2020-10-27T03:23:56.083Z] #47 29.04 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-10-27T03:23:56.083Z] #47 29.04 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-10-27T03:23:56.083Z] #47 29.06 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-10-27T03:23:56.083Z] #47 29.10 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-10-27T03:23:56.083Z] #47 29.18 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-10-27T03:23:56.083Z] #47 29.29 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-10-27T03:23:56.083Z] #47 29.31 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-10-27T03:23:56.083Z] #47 29.32 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-10-27T03:23:56.083Z] #47 29.52 go: extracting github.com/ultraware/funlen v0.0.2 [2020-10-27T03:23:56.344Z] #47 29.58 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-10-27T03:23:56.344Z] #47 29.82 go: downloading github.com/gobwas/glob v0.2.3 [2020-10-27T03:23:56.344Z] #47 29.84 go: extracting github.com/spf13/afero v1.1.2 [2020-10-27T03:23:56.344Z] #47 29.88 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-10-27T03:23:56.390Z] #55 ... [2020-10-27T03:23:56.390Z] [2020-10-27T03:23:56.390Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:56.390Z] #50 74.49 regexp [2020-10-27T03:23:56.390Z] #50 79.31 context [2020-10-27T03:23:56.390Z] #50 79.38 path/filepath [2020-10-27T03:23:56.390Z] #50 82.73 mvdan.cc/sh/v3/fileutil [2020-10-27T03:23:56.390Z] #50 ... [2020-10-27T03:23:56.390Z] [2020-10-27T03:23:56.390Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:23:56.390Z] #42 21.89 CC images/cpuinfo.o [2020-10-27T03:23:56.390Z] #42 22.44 CC images/inventory.o [2020-10-27T03:23:56.390Z] #42 22.82 CC images/fdinfo.o [2020-10-27T03:23:56.390Z] #42 23.09 CC images/fown.o [2020-10-27T03:23:56.390Z] #42 23.29 CC images/ns.o [2020-10-27T03:23:56.390Z] #42 23.50 CC images/regfile.o [2020-10-27T03:23:56.390Z] #42 23.72 CC images/ghost-file.o [2020-10-27T03:23:56.390Z] #42 24.18 CC images/fifo.o [2020-10-27T03:23:56.390Z] #42 24.50 CC images/remap-file-path.o [2020-10-27T03:23:56.390Z] #42 24.74 CC images/eventfd.o [2020-10-27T03:23:56.606Z] #47 30.04 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-10-27T03:23:56.606Z] #47 30.12 go: extracting github.com/magiconair/properties v1.8.1 [2020-10-27T03:23:56.690Z] #42 24.95 CC images/eventpoll.o [2020-10-27T03:23:56.749Z] INFO: Extraction ended at 10/27/2020 03:23:52. Duration:00:00:26.3565574 [2020-10-27T03:23:56.749Z] INFO: Updating the golang and path environment variables [2020-10-27T03:23:56.749Z] INFO: GOPATH=d:\gopath [2020-10-27T03:23:56.749Z] INFO: go version go1.13.15 windows/amd64 [2020-10-27T03:23:56.749Z] INFO: Running the daemon under test in debug mode [2020-10-27T03:23:56.749Z] INFO: Starting a daemon under test... [2020-10-27T03:23:56.749Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41593\1\daemon --pidfile d:\CI\PR-41593\1\docker.pid -D [2020-10-27T03:23:56.749Z] INFO: Process started successfully. [2020-10-27T03:23:56.749Z] INFO: Start tailing logs of the daemon under tests [2020-10-27T03:23:56.749Z] INFO: Waiting for the daemon under test to start... [2020-10-27T03:23:56.991Z] #42 25.31 CC images/fh.o [2020-10-27T03:23:57.178Z] #47 30.41 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-10-27T03:23:57.178Z] #47 ... [2020-10-27T03:23:57.178Z] [2020-10-27T03:23:57.178Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:57.178Z] #45 20.55 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-27T03:23:57.178Z] #45 25.79 go: finding github.com/fatih/color v1.9.0 [2020-10-27T03:23:57.178Z] #45 25.83 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-27T03:23:57.178Z] #45 25.95 go: finding github.com/pkg/errors v0.9.1 [2020-10-27T03:23:57.178Z] #45 26.08 go: finding github.com/mattn/go-colorable v0.1.6 [2020-10-27T03:23:57.178Z] #45 26.13 go: finding github.com/spf13/pflag v1.0.3 [2020-10-27T03:23:57.178Z] #45 26.22 go: finding github.com/mattn/go-isatty v0.0.12 [2020-10-27T03:23:57.178Z] #45 26.38 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-27T03:23:57.178Z] #45 26.65 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-10-27T03:23:57.178Z] #45 26.72 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-27T03:23:57.178Z] #45 26.87 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-27T03:23:57.178Z] #45 26.92 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-27T03:23:57.438Z] #45 ... [2020-10-27T03:23:57.438Z] [2020-10-27T03:23:57.438Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:23:57.438Z] #49 22.44 + cd /tmp/tmp.G0hjvDa0PC/src/github.com/mvdan/sh [2020-10-27T03:23:57.438Z] #49 22.44 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-27T03:23:57.438Z] #49 22.74 + GO111MODULE=on [2020-10-27T03:23:57.438Z] #49 22.75 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-10-27T03:23:57.438Z] #49 24.66 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-27T03:23:57.438Z] #49 24.68 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-27T03:23:57.438Z] #49 24.73 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-27T03:23:57.438Z] #49 24.84 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-27T03:23:57.438Z] #49 25.17 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-27T03:23:57.438Z] #49 26.03 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-27T03:23:57.438Z] #49 26.84 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-27T03:23:57.438Z] #49 28.95 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-27T03:23:57.438Z] #49 ... [2020-10-27T03:23:57.438Z] [2020-10-27T03:23:57.438Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:23:57.438Z] #47 30.83 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-10-27T03:23:57.643Z] #42 25.68 CC images/fsnotify.o [2020-10-27T03:23:57.698Z] #47 30.99 go: extracting github.com/gobwas/glob v0.2.3 [2020-10-27T03:23:57.698Z] #47 31.06 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-10-27T03:23:57.698Z] #47 31.07 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-10-27T03:23:57.698Z] #47 31.20 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-10-27T03:23:57.959Z] #47 31.22 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-10-27T03:23:57.959Z] #47 31.26 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-10-27T03:23:57.959Z] #47 31.29 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-10-27T03:23:57.959Z] #47 31.33 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-10-27T03:23:57.959Z] #47 31.41 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-10-27T03:23:58.219Z] #47 31.57 go: downloading golang.org/x/text v0.3.2 [2020-10-27T03:23:58.219Z] #47 31.58 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-10-27T03:23:58.293Z] #42 26.48 CC images/signalfd.o [2020-10-27T03:23:58.479Z] #47 31.95 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-10-27T03:23:58.592Z] #42 26.82 CC images/fs.o [2020-10-27T03:23:58.739Z] #47 31.98 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-10-27T03:23:58.739Z] #47 32.10 go: downloading github.com/kisielk/gotool v1.0.0 [2020-10-27T03:23:58.739Z] #47 32.21 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-10-27T03:23:58.890Z] #42 27.12 CC images/pstree.o [2020-10-27T03:23:59.189Z] #42 27.43 CC images/pipe.o [2020-10-27T03:23:59.308Z] #47 32.58 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-10-27T03:23:59.308Z] #47 32.66 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-10-27T03:23:59.308Z] #47 32.73 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-10-27T03:23:59.308Z] #47 32.80 go: extracting github.com/kisielk/gotool v1.0.0 [2020-10-27T03:23:59.487Z] #42 27.65 CC images/tcp-stream.o [2020-10-27T03:23:59.787Z] #42 27.85 CC images/sk-packet.o [2020-10-27T03:23:59.929Z] #47 33.30 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-10-27T03:23:59.930Z] #47 33.42 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-10-27T03:24:00.087Z] #42 28.36 CC images/mnt.o [2020-10-27T03:24:00.191Z] #47 33.48 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-10-27T03:24:00.407Z] #42 28.60 CC images/pipe-data.o [2020-10-27T03:24:00.452Z] #47 33.98 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-10-27T03:24:00.710Z] #42 28.93 CC images/sa.o [2020-10-27T03:24:00.745Z] #47 34.07 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-10-27T03:24:00.745Z] #47 34.07 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-10-27T03:24:00.745Z] #47 34.12 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-10-27T03:24:00.745Z] #47 34.14 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-10-27T03:24:00.745Z] #47 34.20 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-10-27T03:24:01.011Z] #42 29.28 CC images/timer.o [2020-10-27T03:24:01.034Z] #47 34.40 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-10-27T03:24:01.298Z] #47 34.58 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-10-27T03:24:01.298Z] #47 34.62 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-10-27T03:24:01.298Z] #47 34.72 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-10-27T03:24:01.569Z] #47 35.02 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-10-27T03:24:01.569Z] #47 35.02 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-10-27T03:24:01.569Z] #47 35.02 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-10-27T03:24:01.661Z] #42 29.87 CC images/timerfd.o [2020-10-27T03:24:01.839Z] #47 35.22 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-10-27T03:24:01.839Z] #47 35.37 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-10-27T03:24:01.839Z] #47 35.38 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-10-27T03:24:01.839Z] #47 35.41 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-10-27T03:24:01.968Z] #42 30.07 CC images/mm.o [2020-10-27T03:24:02.098Z] #47 35.44 go: downloading github.com/spf13/cast v1.3.0 [2020-10-27T03:24:02.267Z] #42 30.46 CC images/sk-opts.o [2020-10-27T03:24:02.358Z] #47 35.62 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-10-27T03:24:02.358Z] #47 35.66 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-10-27T03:24:02.358Z] #47 35.71 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-10-27T03:24:02.358Z] #47 35.71 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-27T03:24:02.358Z] #47 35.79 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-10-27T03:24:02.358Z] #47 35.80 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-10-27T03:24:02.568Z] #42 30.71 CC images/sk-unix.o [2020-10-27T03:24:02.867Z] #42 31.11 CC images/sk-inet.o [2020-10-27T03:24:02.927Z] #47 36.30 go: extracting github.com/spf13/cast v1.3.0 [2020-10-27T03:24:02.927Z] #47 36.30 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-10-27T03:24:02.927Z] #47 36.40 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-10-27T03:24:03.167Z] #42 31.59 CC images/tun.o [2020-10-27T03:24:03.188Z] #47 36.52 go: downloading github.com/stretchr/testify v1.4.0 [2020-10-27T03:24:03.188Z] #47 36.59 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-10-27T03:24:03.188Z] #47 36.70 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-10-27T03:24:03.759Z] #47 37.03 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-10-27T03:24:03.759Z] #47 37.05 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-10-27T03:24:03.759Z] #47 37.10 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-10-27T03:24:03.759Z] #47 37.18 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-10-27T03:24:03.759Z] #47 37.23 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-10-27T03:24:03.759Z] #47 37.30 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-10-27T03:24:03.817Z] #42 31.97 CC images/sk-netlink.o [2020-10-27T03:24:03.817Z] #42 ... [2020-10-27T03:24:03.817Z] [2020-10-27T03:24:03.817Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:24:03.817Z] #12 92.06 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-10-27T03:24:03.817Z] #12 92.09 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-10-27T03:24:03.817Z] #12 92.11 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:24:04.020Z] #47 37.30 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-10-27T03:24:04.020Z] #47 37.31 go: extracting github.com/stretchr/testify v1.4.0 [2020-10-27T03:24:04.020Z] #47 37.46 go: downloading github.com/gogo/protobuf v1.2.1 [2020-10-27T03:24:04.020Z] #47 37.56 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-10-27T03:24:04.118Z] #12 ... [2020-10-27T03:24:04.118Z] [2020-10-27T03:24:04.118Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:04.118Z] #33 82.94 github.com/BurntSushi/toml [2020-10-27T03:24:04.118Z] #33 82.96 log [2020-10-27T03:24:04.118Z] #33 82.96 flag [2020-10-27T03:24:04.118Z] #33 87.68 github.com/BurntSushi/toml/cmd/tomlv [2020-10-27T03:24:04.118Z] #33 DONE 92.3s [2020-10-27T03:24:04.118Z] [2020-10-27T03:24:04.118Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:04.118Z] #42 32.21 CC images/packet-sock.o [2020-10-27T03:24:04.281Z] #47 37.65 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-10-27T03:24:04.281Z] #47 37.77 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-10-27T03:24:04.281Z] #47 37.80 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-10-27T03:24:04.415Z] #42 32.73 CC images/ipc-var.o [2020-10-27T03:24:04.541Z] #47 37.92 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-10-27T03:24:04.541Z] #47 37.93 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-10-27T03:24:04.541Z] #47 37.93 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-27T03:24:04.541Z] #47 37.97 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-10-27T03:24:04.541Z] #47 38.05 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-10-27T03:24:04.740Z] #42 33.00 CC images/ipc-desc.o [2020-10-27T03:24:04.758Z] ok github.com/docker/docker/pkg/plugins 33.658s coverage: 76.6% of statements [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/pkg/term [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/rootless [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/testutil/request [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/volume [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-10-27T03:24:04.758Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === Skipped [2020-10-27T03:24:04.758Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-10-27T03:24:04.758Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-10-27T03:24:04.758Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-10-27T03:24:04.758Z] time="2020-10-27T03:22:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-10-27T03:24:04.758Z] time="2020-10-27T03:22:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-10-27T03:24:04.758Z] time="2020-10-27T03:22:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-10-27T03:24:04.758Z] time="2020-10-27T03:22:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-10-27T03:24:04.758Z] time="2020-10-27T03:22:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-10-27T03:24:04.758Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-10-27T03:24:04.758Z] overlay_test.go:49: Fails to compute changes intermittently [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-10-27T03:24:04.758Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:24:04.758Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-10-27T03:24:04.758Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-10-27T03:24:04.758Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-10-27T03:24:04.758Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] [2020-10-27T03:24:04.758Z] DONE 2199 tests, 26 skipped in 191.249s Post stage [Pipeline] junit [2020-10-27T03:24:04.774Z] Recording test results [2020-10-27T03:24:04.802Z] #47 38.12 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-10-27T03:24:04.802Z] #47 38.17 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-10-27T03:24:04.802Z] #47 38.23 go: extracting github.com/go-toolsmith/astp v1.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T03:24:05.040Z] #42 ... [2020-10-27T03:24:05.040Z] [2020-10-27T03:24:05.040Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:05.040Z] #44 83.23 net [2020-10-27T03:24:05.040Z] #44 83.31 os/exec [2020-10-27T03:24:05.040Z] #44 88.00 internal/lazyregexp [2020-10-27T03:24:05.040Z] #44 88.41 github.com/LK4D4/vndr/versioned [2020-10-27T03:24:05.040Z] #44 89.76 encoding/binary [2020-10-27T03:24:05.040Z] #44 89.77 go/scanner [2020-10-27T03:24:05.040Z] #44 89.80 net/url [2020-10-27T03:24:05.040Z] #44 92.94 go/ast [2020-10-27T03:24:05.040Z] #44 ... [2020-10-27T03:24:05.040Z] [2020-10-27T03:24:05.040Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:05.040Z] #42 33.37 CC images/ipc-shm.o [2020-10-27T03:24:05.063Z] #47 38.43 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-10-27T03:24:05.063Z] #47 38.48 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-10-27T03:24:05.277Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -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:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/make.sh dynbinary test-integration [2020-10-27T03:24:05.323Z] #47 38.64 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-10-27T03:24:05.323Z] #47 38.65 go: downloading github.com/stretchr/objx v0.2.0 [2020-10-27T03:24:05.323Z] #47 38.66 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-10-27T03:24:05.323Z] #47 38.67 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-10-27T03:24:05.323Z] #47 38.74 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-10-27T03:24:05.339Z] #42 33.59 CC images/ipc-msg.o [2020-10-27T03:24:05.583Z] #47 38.95 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-10-27T03:24:05.583Z] #47 38.96 go: extracting github.com/stretchr/objx v0.2.0 [2020-10-27T03:24:05.583Z] #47 39.10 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-10-27T03:24:05.638Z] #42 33.87 CC images/ipc-sem.o [2020-10-27T03:24:05.867Z] [2020-10-27T03:24:05.937Z] #42 34.07 CC images/utsns.o [2020-10-27T03:24:06.129Z] Removing bundles/ [2020-10-27T03:24:06.129Z] [2020-10-27T03:24:06.129Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-10-27T03:24:06.129Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:24:06.129Z] GOOS="" GOARCH="" GOARM="" [2020-10-27T03:24:06.236Z] #42 34.27 CC images/creds.o [2020-10-27T03:24:06.236Z] #42 34.50 CC images/vma.o [2020-10-27T03:24:06.535Z] #42 34.74 CC images/netdev.o [2020-10-27T03:24:06.535Z] #42 ... [2020-10-27T03:24:06.535Z] [2020-10-27T03:24:06.535Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:06.535Z] #50 84.81 flag [2020-10-27T03:24:06.535Z] #50 84.81 github.com/pkg/diff [2020-10-27T03:24:06.535Z] #50 84.81 go/token [2020-10-27T03:24:06.535Z] #50 84.85 encoding/binary [2020-10-27T03:24:06.535Z] #50 87.36 go/scanner [2020-10-27T03:24:06.535Z] #50 88.98 mvdan.cc/editorconfig [2020-10-27T03:24:06.535Z] #50 89.38 mvdan.cc/sh/v3/syntax [2020-10-27T03:24:06.535Z] #50 90.79 encoding/base64 [2020-10-27T03:24:06.535Z] #50 91.00 go/ast [2020-10-27T03:24:06.535Z] #50 93.61 golang.org/x/sys/unix [2020-10-27T03:24:06.535Z] #50 93.71 encoding/json [2020-10-27T03:24:06.833Z] #50 ... [2020-10-27T03:24:06.833Z] [2020-10-27T03:24:06.833Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:24:06.833Z] #55 48.14 + bin/ctr [2020-10-27T03:24:06.833Z] #55 ... [2020-10-27T03:24:06.833Z] [2020-10-27T03:24:06.833Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:06.833Z] #42 35.14 CC images/tty.o [2020-10-27T03:24:07.495Z] #47 ... [2020-10-27T03:24:07.495Z] [2020-10-27T03:24:07.495Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:07.495Z] #49 31.01 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-27T03:24:07.495Z] #49 31.23 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-27T03:24:07.495Z] #49 31.45 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-27T03:24:07.495Z] #49 31.53 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-27T03:24:07.495Z] #49 32.27 runtime [2020-10-27T03:24:07.495Z] #49 32.31 runtime/cgo [2020-10-27T03:24:07.756Z] #49 ... [2020-10-27T03:24:07.756Z] [2020-10-27T03:24:07.756Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:24:07.756Z] #34 31.10 Fetched 8396 kB in 25s (341 kB/s) [2020-10-27T03:24:07.756Z] #34 31.10 Reading package lists... [2020-10-27T03:24:07.890Z] #42 35.80 CC images/file-lock.o [2020-10-27T03:24:07.890Z] #42 36.01 CC images/rlimit.o [2020-10-27T03:24:07.890Z] #42 36.16 CC images/pagemap.o [2020-10-27T03:24:08.016Z] #34 38.22 Reading package lists... [2020-10-27T03:24:08.016Z] #34 ... [2020-10-27T03:24:08.016Z] [2020-10-27T03:24:08.016Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:08.016Z] #62 32.33 Checking out files: 63% (1213/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-10-27T03:24:08.016Z] #62 33.21 + cd /tmp/tmp.EwH3i5V10v/src/github.com/docker/libnetwork [2020-10-27T03:24:08.016Z] #62 33.21 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-27T03:24:08.016Z] #62 33.45 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-10-27T03:24:08.188Z] #42 36.45 CC images/siginfo.o [2020-10-27T03:24:08.278Z] #62 ... [2020-10-27T03:24:08.278Z] [2020-10-27T03:24:08.278Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:24:08.278Z] #38 31.54 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-10-27T03:24:08.487Z] #42 36.71 CC images/rpc.o [2020-10-27T03:24:08.539Z] #38 ... [2020-10-27T03:24:08.539Z] [2020-10-27T03:24:08.539Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:24:08.539Z] #40 31.82 Fetched 8396 kB in 24s (353 kB/s) [2020-10-27T03:24:08.539Z] #40 31.82 Reading package lists... [2020-10-27T03:24:08.539Z] #40 39.32 Reading package lists... [2020-10-27T03:24:08.539Z] #40 ... [2020-10-27T03:24:08.539Z] [2020-10-27T03:24:08.539Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:24:08.539Z] #11 32.03 Fetched 8396 kB in 24s (352 kB/s) [2020-10-27T03:24:08.539Z] #11 32.03 Reading package lists... [2020-10-27T03:24:08.799Z] #11 39.26 Reading package lists... [2020-10-27T03:24:08.799Z] #11 ... [2020-10-27T03:24:08.799Z] [2020-10-27T03:24:08.799Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:24:08.799Z] #53 31.84 Fetched 8396 kB in 25s (336 kB/s) [2020-10-27T03:24:08.799Z] #53 31.84 Reading package lists... [2020-10-27T03:24:09.371Z] #53 39.15 Reading package lists... [2020-10-27T03:24:09.371Z] #53 ... [2020-10-27T03:24:09.371Z] [2020-10-27T03:24:09.371Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:24:09.371Z] #47 42.60 go: extracting github.com/gogo/protobuf v1.2.1 [2020-10-27T03:24:10.071Z] #42 38.30 CC images/ext-file.o [2020-10-27T03:24:10.368Z] #42 38.53 CC images/cgroup.o [2020-10-27T03:24:10.754Z] #47 ... [2020-10-27T03:24:10.754Z] [2020-10-27T03:24:10.754Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:10.754Z] #43 33.92 vendor/golang.org/x/crypto/internal/subtle [2020-10-27T03:24:10.754Z] #43 34.17 vendor/golang.org/x/crypto/curve25519 [2020-10-27T03:24:11.017Z] #42 39.30 CC images/userns.o [2020-10-27T03:24:11.315Z] #42 39.58 CC images/google/protobuf/descriptor.o [2020-10-27T03:24:11.324Z] #43 ... [2020-10-27T03:24:11.325Z] [2020-10-27T03:24:11.325Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:24:11.325Z] #34 38.22 Reading package lists... [2020-10-27T03:24:12.986Z] #34 44.93 Building dependency tree... [2020-10-27T03:24:14.090Z] #42 41.85 CC images/opts.o [2020-10-27T03:24:14.090Z] #42 42.14 CC images/seccomp.o [2020-10-27T03:24:14.389Z] #42 42.47 CC images/binfmt-misc.o [2020-10-27T03:24:14.389Z] #42 42.71 CC images/time.o [2020-10-27T03:24:14.487Z] .....INFO: Daemon under test started and replied! [2020-10-27T03:24:14.487Z] INFO: Docker version of the daemon under test [2020-10-27T03:24:14.487Z] [2020-10-27T03:24:14.487Z] Client: [2020-10-27T03:24:14.487Z] Version: 17.06.2-ce [2020-10-27T03:24:14.487Z] API version: 1.30 [2020-10-27T03:24:14.487Z] Go version: go1.8.3 [2020-10-27T03:24:14.487Z] Git commit: cec0b72 [2020-10-27T03:24:14.487Z] Built: Tue Sep 5 19:57:19 2017 [2020-10-27T03:24:14.487Z] OS/Arch: windows/amd64 [2020-10-27T03:24:14.487Z] [2020-10-27T03:24:14.487Z] Server: [2020-10-27T03:24:14.487Z] Version: 0.0.0-dev [2020-10-27T03:24:14.487Z] API version: 1.41 (minimum version 1.24) [2020-10-27T03:24:14.487Z] Go version: go1.13.15 [2020-10-27T03:24:14.487Z] Git commit: 8cc0fd811e [2020-10-27T03:24:14.487Z] Built: 10/27/2020 03:21:55 [2020-10-27T03:24:14.487Z] OS/Arch: windows/amd64 [2020-10-27T03:24:14.487Z] Experimental: false [2020-10-27T03:24:14.487Z] [2020-10-27T03:24:14.487Z] INFO: Docker info of the daemon under test [2020-10-27T03:24:14.487Z] [2020-10-27T03:24:14.487Z] Containers: 0 [2020-10-27T03:24:14.487Z] Running: 0 [2020-10-27T03:24:14.487Z] Paused: 0 [2020-10-27T03:24:14.487Z] Stopped: 0 [2020-10-27T03:24:14.487Z] Images: 0 [2020-10-27T03:24:14.487Z] Server Version: 0.0.0-dev [2020-10-27T03:24:14.487Z] Storage Driver: windowsfilter [2020-10-27T03:24:14.487Z] Windows: [2020-10-27T03:24:14.487Z] Logging Driver: json-file [2020-10-27T03:24:14.487Z] Plugins: [2020-10-27T03:24:14.487Z] Volume: local [2020-10-27T03:24:14.487Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-10-27T03:24:14.487Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-10-27T03:24:14.487Z] Swarm: inactive [2020-10-27T03:24:14.487Z] Default Isolation: process [2020-10-27T03:24:14.487Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-10-27T03:24:14.487Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-10-27T03:24:14.487Z] OSType: windows [2020-10-27T03:24:14.487Z] Architecture: x86_64 [2020-10-27T03:24:14.487Z] CPUs: 4 [2020-10-27T03:24:14.487Z] Total Memory: 32GiB [2020-10-27T03:24:14.487Z] Name: azwin-2-d8e6d0 [2020-10-27T03:24:14.487Z] ID: WRVB:FC7Q:LLXM:I7WL:EQK3:F2QE:PGYB:G7JZ:JJGN:WEBO:JQPB:UCDJ [2020-10-27T03:24:14.487Z] Docker Root Dir: D:\CI\PR-41593\1\daemon [2020-10-27T03:24:14.487Z] Debug Mode (client): false [2020-10-27T03:24:14.487Z] Debug Mode (server): true [2020-10-27T03:24:14.487Z] File Descriptors: -1 [2020-10-27T03:24:14.487Z] Goroutines: 17 [2020-10-27T03:24:14.487Z] System Time: 2020-10-27T03:24:12.0220665Z [2020-10-27T03:24:14.487Z] EventsListeners: 0 [2020-10-27T03:24:14.487Z] Registry: https://index.docker.io/v1/ [2020-10-27T03:24:14.487Z] Labels: [2020-10-27T03:24:14.487Z] Experimental: false [2020-10-27T03:24:14.487Z] Insecure Registries: [2020-10-27T03:24:14.487Z] 127.0.0.0/8 [2020-10-27T03:24:14.487Z] Live Restore Enabled: false [2020-10-27T03:24:14.487Z] [2020-10-27T03:24:14.487Z] [2020-10-27T03:24:14.487Z] INFO: Docker images of the daemon under test [2020-10-27T03:24:14.487Z] [2020-10-27T03:24:14.487Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-10-27T03:24:14.487Z] [2020-10-27T03:24:14.487Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-10-27T03:24:14.487Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-10-27T03:24:14.487Z] ltsc2019: Pulling from windows/servercore [2020-10-27T03:24:14.487Z] 4612f6d0b889: Pulling fs layer [2020-10-27T03:24:14.487Z] 406ffb8432a7: Pulling fs layer [2020-10-27T03:24:14.690Z] #42 42.92 CC images/sysctl.o [2020-10-27T03:24:14.898Z] #34 48.06 The following additional packages will be installed: [2020-10-27T03:24:14.898Z] #34 48.07 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-10-27T03:24:14.898Z] #34 48.08 Suggested packages: [2020-10-27T03:24:14.898Z] #34 48.09 cmake-doc ninja-build lrzip [2020-10-27T03:24:14.898Z] #34 48.09 Recommended packages: [2020-10-27T03:24:14.898Z] #34 48.09 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-10-27T03:24:14.997Z] #42 43.13 CC images/autofs.o [2020-10-27T03:24:15.296Z] #42 43.44 CC images/macvlan.o [2020-10-27T03:24:15.296Z] #42 43.70 CC images/sit.o [2020-10-27T03:24:15.594Z] #42 43.92 CC images/memfd.o [2020-10-27T03:24:15.594Z] #42 ... [2020-10-27T03:24:15.594Z] [2020-10-27T03:24:15.594Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:15.594Z] #44 94.04 text/template/parse [2020-10-27T03:24:15.594Z] #44 94.56 encoding/json [2020-10-27T03:24:15.594Z] #44 103.7 text/template [2020-10-27T03:24:15.840Z] #34 49.22 The following NEW packages will be installed: [2020-10-27T03:24:15.840Z] #34 49.23 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-10-27T03:24:15.840Z] #34 49.23 vim-common xxd [2020-10-27T03:24:15.893Z] #44 ... [2020-10-27T03:24:15.893Z] [2020-10-27T03:24:15.893Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:15.893Z] #42 44.27 CC images/timens.o [2020-10-27T03:24:16.458Z] #34 49.67 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:24:16.458Z] #34 49.67 Need to get 14.9 MB of archives. [2020-10-27T03:24:16.458Z] #34 49.67 After this operation, 61.8 MB of additional disk space will be used. [2020-10-27T03:24:16.458Z] #34 49.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-10-27T03:24:16.458Z] #34 49.68 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-10-27T03:24:16.458Z] #34 49.69 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-10-27T03:24:16.458Z] #34 49.86 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-10-27T03:24:16.541Z] #42 44.58 LINK images/built-in.o [2020-10-27T03:24:16.541Z] #42 44.80 GEN compel/include/asm [2020-10-27T03:24:16.541Z] #42 44.83 GEN compel/include/version.h [2020-10-27T03:24:16.840Z] #42 44.84 touch .config [2020-10-27T03:24:16.840Z] #42 44.89 GEN include/common/config.h [2020-10-27T03:24:16.840Z] #42 45.05 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-10-27T03:24:16.840Z] #42 45.10 GEN compel/plugins/include/uapi/std/syscall.h [2020-10-27T03:24:16.840Z] #42 45.17 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-10-27T03:24:16.840Z] #42 45.20 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-10-27T03:24:16.840Z] #42 45.22 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-10-27T03:24:17.105Z] #34 ... [2020-10-27T03:24:17.105Z] [2020-10-27T03:24:17.105Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:24:17.105Z] #11 39.26 Reading package lists... [2020-10-27T03:24:17.105Z] #11 45.55 Building dependency tree... [2020-10-27T03:24:17.105Z] #11 49.13 The following additional packages will be installed: [2020-10-27T03:24:17.105Z] #11 49.13 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-10-27T03:24:17.105Z] #11 49.14 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-10-27T03:24:17.105Z] #11 49.14 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-10-27T03:24:17.105Z] #11 49.15 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-10-27T03:24:17.105Z] #11 49.15 Suggested packages: [2020-10-27T03:24:17.105Z] #11 49.16 gcc-8-locales seccomp wine64 [2020-10-27T03:24:17.105Z] #11 50.36 The following NEW packages will be installed: [2020-10-27T03:24:17.105Z] #11 50.39 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-10-27T03:24:17.105Z] #11 50.40 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-10-27T03:24:17.105Z] #11 50.40 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-10-27T03:24:17.105Z] #11 50.40 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-10-27T03:24:17.105Z] #11 50.40 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-10-27T03:24:17.105Z] #11 50.41 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-10-27T03:24:17.139Z] #42 45.25 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-10-27T03:24:17.139Z] #42 45.30 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-10-27T03:24:17.139Z] #42 45.36 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-10-27T03:24:17.139Z] #42 45.36 DEP compel/plugins/std/infect.d [2020-10-27T03:24:17.139Z] #42 45.49 DEP compel/plugins/std/string.d [2020-10-27T03:24:17.438Z] #42 45.62 DEP compel/plugins/std/log.d [2020-10-27T03:24:17.438Z] #42 45.70 DEP compel/plugins/std/fds.d [2020-10-27T03:24:17.561Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.512821517s with top 10 stages: buildssa: 1m37.441315549s, goimports: 22.188770627s, unconvert: 13.272563765s, gosec: 10.164833968s, golint: 5.687417434s, misspell: 4.533936436s, ineffassign: 4.295903428s, inspect: 3.065219345s, vrp: 2.988414834s, ctrlflow: 2.000705332s [2020-10-27T03:24:17.561Z] INFO [runner] Issues before processing: 2274, after processing: 0 [2020-10-27T03:24:17.561Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1694/1694, skip_files: 1694/1694, cgo: 1694/2274, filename_unadjuster: 1694/1694, skip_dirs: 1694/1694, identifier_marker: 1589/1589, exclude: 1589/1589, exclude-rules: 64/1589, autogenerated_exclude: 1589/1694, nolint: 0/64 [2020-10-27T03:24:17.561Z] INFO [runner] processing took 60.548673ms with stages: nolint: 25.658562ms, identifier_marker: 17.172787ms, path_prettifier: 8.313146ms, autogenerated_exclude: 4.071487ms, exclude-rules: 3.332227ms, skip_dirs: 1.672527ms, cgo: 222.292µs, filename_unadjuster: 101.489µs, max_same_issues: 1.458µs, uniq_by_line: 528ns, max_from_linter: 401ns, diff: 379ns, exclude: 313ns, skip_files: 306ns, source_code: 270ns, path_shortener: 261ns, max_per_file_from_linter: 240ns [2020-10-27T03:24:17.561Z] INFO [runner] linters took 1m36.279848506s with stages: goanalysis_metalinter: 1m17.106983027s, unused: 19.111916518s [2020-10-27T03:24:17.561Z] INFO File cache stats: 1445 entries of total size 6.8MiB [2020-10-27T03:24:17.561Z] INFO Memory: 1477 samples, avg is 679.2MB, max is 3305.3MB [2020-10-27T03:24:17.561Z] INFO Execution took 3m33.525946519s [2020-10-27T03:24:17.561Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-10-27T03:24:17.676Z] #11 50.99 0 upgraded, 25 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:24:17.676Z] #11 50.99 Need to get 77.7 MB of archives. [2020-10-27T03:24:17.676Z] #11 50.99 After this operation, 487 MB of additional disk space will be used. [2020-10-27T03:24:17.676Z] #11 50.99 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-10-27T03:24:17.676Z] #11 ... [2020-10-27T03:24:17.676Z] [2020-10-27T03:24:17.676Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:24:17.676Z] #34 51.01 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-10-27T03:24:17.676Z] #34 51.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-10-27T03:24:17.676Z] #34 51.10 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-10-27T03:24:17.676Z] #34 51.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-10-27T03:24:17.676Z] #34 51.11 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-10-27T03:24:17.676Z] #34 51.12 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-10-27T03:24:17.737Z] #42 45.86 DEP compel/plugins/std/std.d [2020-10-27T03:24:17.737Z] #42 45.98 DEP compel/plugins/shmem/shmem.d [2020-10-27T03:24:17.895Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/make.sh dynbinary-daemon test-docker-py [2020-10-27T03:24:18.037Z] #42 46.09 DEP compel/plugins/fds/fds.d [2020-10-27T03:24:18.037Z] #42 46.25 CC compel/plugins/std/std.o [2020-10-27T03:24:18.155Z] [2020-10-27T03:24:18.337Z] #42 46.62 CC compel/plugins/std/fds.o [2020-10-27T03:24:18.414Z] Removing bundles/ [2020-10-27T03:24:18.414Z] [2020-10-27T03:24:18.414Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-10-27T03:24:18.414Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:24:18.414Z] GOOS="" GOARCH="" GOARM="" [2020-10-27T03:24:18.618Z] #34 ... [2020-10-27T03:24:18.618Z] [2020-10-27T03:24:18.618Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:18.618Z] #62 DONE 51.9s [2020-10-27T03:24:18.618Z] [2020-10-27T03:24:18.618Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:24:18.618Z] #11 51.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-10-27T03:24:18.618Z] #11 51.62 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-10-27T03:24:18.618Z] #11 51.63 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-10-27T03:24:18.618Z] #11 51.63 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-10-27T03:24:18.618Z] #11 51.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-10-27T03:24:18.637Z] #42 47.06 CC compel/plugins/std/log.o [2020-10-27T03:24:18.881Z] #11 52.36 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-10-27T03:24:19.453Z] #11 52.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-10-27T03:24:19.453Z] #11 52.75 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-10-27T03:24:19.717Z] #11 ... [2020-10-27T03:24:19.717Z] [2020-10-27T03:24:19.717Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-27T03:24:19.717Z] #53 39.15 Reading package lists... [2020-10-27T03:24:19.717Z] #53 45.76 Building dependency tree... [2020-10-27T03:24:19.717Z] #53 48.95 The following additional packages will be installed: [2020-10-27T03:24:19.717Z] #53 48.98 libbtrfs0 [2020-10-27T03:24:19.717Z] #53 49.20 The following NEW packages will be installed: [2020-10-27T03:24:19.717Z] #53 49.24 libbtrfs-dev libbtrfs0 [2020-10-27T03:24:19.717Z] #53 49.65 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:24:19.717Z] #53 49.65 Need to get 119 kB of archives. [2020-10-27T03:24:19.717Z] #53 49.65 After this operation, 387 kB of additional disk space will be used. [2020-10-27T03:24:19.717Z] #53 49.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-10-27T03:24:19.717Z] #53 49.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-10-27T03:24:19.717Z] #53 51.13 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:24:19.717Z] #53 51.42 Fetched 119 kB in 0s (429 kB/s) [2020-10-27T03:24:19.717Z] #53 51.68 Selecting previously unselected package libbtrfs0. [2020-10-27T03:24:19.717Z] #53 51.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-10-27T03:24:19.717Z] #53 51.72 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-10-27T03:24:19.717Z] #53 51.83 Unpacking libbtrfs0 (4.20.1-2) ... [2020-10-27T03:24:19.717Z] #53 52.03 Selecting previously unselected package libbtrfs-dev. [2020-10-27T03:24:19.717Z] #53 52.03 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-10-27T03:24:19.717Z] #53 52.07 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:24:19.717Z] #53 52.51 Setting up libbtrfs0 (4.20.1-2) ... [2020-10-27T03:24:19.717Z] #53 52.54 Setting up libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:24:19.717Z] #53 52.55 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:24:19.717Z] #53 DONE 53.2s [2020-10-27T03:24:19.719Z] #42 47.91 CC compel/plugins/std/string.o [2020-10-27T03:24:19.982Z] [2020-10-27T03:24:19.982Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:24:20.314Z] 406ffb8432a7: Verifying Checksum [2020-10-27T03:24:20.314Z] 406ffb8432a7: Download complete [2020-10-27T03:24:20.365Z] #42 48.69 CC compel/plugins/std/infect.o [2020-10-27T03:24:21.012Z] #42 49.17 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-10-27T03:24:21.012Z] #42 49.22 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-10-27T03:24:21.012Z] #42 49.25 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-10-27T03:24:21.012Z] #42 49.31 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-10-27T03:24:21.012Z] #42 49.40 AR compel/plugins/std.lib.a [2020-10-27T03:24:21.311Z] #42 49.47 CC compel/plugins/fds/fds.o [2020-10-27T03:24:21.371Z] #54 1.501 + RM_GOPATH=0 [2020-10-27T03:24:21.371Z] #54 1.501 + TMP_GOPATH= [2020-10-27T03:24:21.371Z] #54 1.501 + : /build [2020-10-27T03:24:21.371Z] #54 1.501 + '[' -z '' ']' [2020-10-27T03:24:21.371Z] #54 1.502 ++ mktemp -d [2020-10-27T03:24:21.371Z] #54 1.581 + export GOPATH=/tmp/tmp.ajGekON5ZI [2020-10-27T03:24:21.609Z] #42 49.82 AR compel/plugins/fds.lib.a [2020-10-27T03:24:21.610Z] #42 49.87 HOSTDEP compel/src/lib/log-host.d [2020-10-27T03:24:21.632Z] #54 1.581 + GOPATH=/tmp/tmp.ajGekON5ZI [2020-10-27T03:24:21.632Z] #54 1.581 + RM_GOPATH=1 [2020-10-27T03:24:21.632Z] #54 1.582 + case "$(go env GOARCH)" in [2020-10-27T03:24:21.632Z] #54 1.582 ++ go env GOARCH [2020-10-27T03:24:21.632Z] #54 1.588 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:24:21.632Z] #54 1.588 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:24:21.632Z] #54 1.588 ++ dirname /tmp/install/install.sh [2020-10-27T03:24:21.632Z] #54 1.592 + dir=/tmp/install [2020-10-27T03:24:21.632Z] #54 1.592 + bin=containerd [2020-10-27T03:24:21.632Z] #54 1.593 + shift [2020-10-27T03:24:21.632Z] #54 1.594 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-10-27T03:24:21.632Z] #54 1.597 + . /tmp/install/containerd.installer [2020-10-27T03:24:21.632Z] #54 1.597 ++ set -e [2020-10-27T03:24:21.632Z] #54 1.598 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-27T03:24:21.632Z] #54 1.598 + install_containerd [2020-10-27T03:24:21.632Z] #54 1.599 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-10-27T03:24:21.632Z] #54 1.601 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ajGekON5ZI/src/github.com/containerd/containerd [2020-10-27T03:24:21.632Z] #54 1.601 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-27T03:24:21.632Z] #54 1.603 Cloning into '/tmp/tmp.ajGekON5ZI/src/github.com/containerd/containerd'... [2020-10-27T03:24:21.895Z] #54 ... [2020-10-27T03:24:21.895Z] [2020-10-27T03:24:21.895Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:24:21.895Z] #40 39.32 Reading package lists... [2020-10-27T03:24:21.895Z] #40 45.46 Building dependency tree... [2020-10-27T03:24:21.895Z] #40 48.98 The following additional packages will be installed: [2020-10-27T03:24:21.895Z] #40 48.99 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-10-27T03:24:21.895Z] #40 48.99 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-10-27T03:24:21.895Z] #40 48.99 Suggested packages: [2020-10-27T03:24:21.895Z] #40 49.01 manpages-dev python-setuptools [2020-10-27T03:24:21.895Z] #40 50.36 The following NEW packages will be installed: [2020-10-27T03:24:21.895Z] #40 50.36 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-10-27T03:24:21.895Z] #40 50.37 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-10-27T03:24:21.895Z] #40 50.37 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-10-27T03:24:21.895Z] #40 50.37 python-six zlib1g-dev [2020-10-27T03:24:21.895Z] #40 50.90 0 upgraded, 17 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:24:21.895Z] #40 50.90 Need to get 4095 kB of archives. [2020-10-27T03:24:21.895Z] #40 50.90 After this operation, 22.5 MB of additional disk space will be used. [2020-10-27T03:24:21.895Z] #40 50.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-10-27T03:24:21.895Z] #40 50.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-10-27T03:24:21.896Z] #40 50.99 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-10-27T03:24:21.896Z] #40 51.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-10-27T03:24:21.896Z] #40 51.01 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-10-27T03:24:21.896Z] #40 51.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-10-27T03:24:21.896Z] #40 51.04 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-10-27T03:24:21.896Z] #40 51.04 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-10-27T03:24:21.896Z] #40 51.07 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-10-27T03:24:21.896Z] #40 51.13 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-10-27T03:24:21.896Z] #40 51.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-10-27T03:24:21.896Z] #40 51.30 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-10-27T03:24:21.896Z] #40 51.35 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-10-27T03:24:21.896Z] #40 51.35 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-10-27T03:24:21.896Z] #40 51.35 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-10-27T03:24:21.896Z] #40 51.42 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-10-27T03:24:21.896Z] #40 51.43 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-10-27T03:24:21.896Z] #40 52.86 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:24:21.896Z] #40 53.16 Fetched 4095 kB in 1s (4252 kB/s) [2020-10-27T03:24:21.896Z] #40 53.36 Selecting previously unselected package libcap-dev:amd64. [2020-10-27T03:24:21.896Z] #40 53.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-10-27T03:24:21.896Z] #40 53.56 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-10-27T03:24:21.896Z] #40 53.58 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-10-27T03:24:21.896Z] #40 53.87 Selecting previously unselected package libnet1:amd64. [2020-10-27T03:24:21.896Z] #40 53.89 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-10-27T03:24:21.896Z] #40 53.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-10-27T03:24:21.896Z] #40 54.05 Selecting previously unselected package libnet1-dev. [2020-10-27T03:24:21.896Z] #40 54.05 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-10-27T03:24:21.896Z] #40 54.10 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-10-27T03:24:21.896Z] #40 54.45 Selecting previously unselected package libnl-3-200:amd64. [2020-10-27T03:24:21.896Z] #40 54.46 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-10-27T03:24:21.896Z] #40 54.46 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-10-27T03:24:21.896Z] #40 55.13 Selecting previously unselected package libnl-3-dev:amd64. [2020-10-27T03:24:21.896Z] #40 55.16 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-10-27T03:24:21.896Z] #40 55.17 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-10-27T03:24:21.896Z] #40 ... [2020-10-27T03:24:21.896Z] [2020-10-27T03:24:21.896Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:24:21.896Z] #47 45.31 go: extracting golang.org/x/text v0.3.2 [2020-10-27T03:24:21.896Z] #47 49.98 go: finding github.com/fatih/color v1.7.0 [2020-10-27T03:24:21.896Z] #47 50.10 go: finding github.com/mattn/go-colorable v0.1.4 [2020-10-27T03:24:21.896Z] #47 50.11 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-10-27T03:24:21.896Z] #47 50.29 go: finding github.com/mattn/go-isatty v0.0.8 [2020-10-27T03:24:21.896Z] #47 50.45 go: finding github.com/go-critic/go-critic v0.4.1 [2020-10-27T03:24:21.896Z] #47 50.50 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-10-27T03:24:21.896Z] #47 50.71 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-10-27T03:24:21.896Z] #47 50.71 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-10-27T03:24:21.896Z] #47 50.71 go: finding github.com/pkg/errors v0.8.1 [2020-10-27T03:24:21.896Z] #47 50.99 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-10-27T03:24:21.896Z] #47 50.99 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-10-27T03:24:21.896Z] #47 51.00 go: finding github.com/sirupsen/logrus v1.4.2 [2020-10-27T03:24:21.896Z] #47 51.14 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-10-27T03:24:21.896Z] #47 51.14 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-10-27T03:24:21.896Z] #47 51.14 go: finding github.com/stretchr/testify v1.4.0 [2020-10-27T03:24:21.896Z] #47 51.16 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-10-27T03:24:21.896Z] #47 51.16 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-10-27T03:24:21.896Z] #47 51.20 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-10-27T03:24:21.896Z] #47 51.20 go: finding github.com/spf13/viper v1.6.1 [2020-10-27T03:24:21.896Z] #47 51.21 go: finding github.com/davecgh/go-spew v1.1.1 [2020-10-27T03:24:21.896Z] #47 51.29 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-10-27T03:24:21.896Z] #47 51.42 go: finding github.com/stretchr/objx v0.2.0 [2020-10-27T03:24:21.896Z] #47 51.50 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-10-27T03:24:21.896Z] #47 51.51 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-10-27T03:24:21.896Z] #47 51.58 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-10-27T03:24:21.896Z] #47 51.62 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-10-27T03:24:21.896Z] #47 51.73 go: finding github.com/spf13/cobra v0.0.5 [2020-10-27T03:24:21.896Z] #47 51.76 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-10-27T03:24:21.896Z] #47 51.79 go: finding github.com/hashicorp/hcl v1.0.0 [2020-10-27T03:24:21.896Z] #47 51.84 go: finding github.com/gobwas/glob v0.2.3 [2020-10-27T03:24:21.896Z] #47 51.85 go: finding github.com/spf13/pflag v1.0.5 [2020-10-27T03:24:21.896Z] #47 51.92 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-10-27T03:24:21.896Z] #47 52.04 go: finding github.com/magiconair/properties v1.8.1 [2020-10-27T03:24:21.896Z] #47 52.11 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T03:24:21.896Z] #47 52.34 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-10-27T03:24:21.896Z] #47 52.44 go: finding github.com/pelletier/go-toml v1.2.0 [2020-10-27T03:24:21.896Z] #47 52.49 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-10-27T03:24:21.896Z] #47 52.53 go: finding github.com/spf13/afero v1.1.2 [2020-10-27T03:24:21.896Z] #47 52.56 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-10-27T03:24:21.896Z] #47 52.61 go: finding github.com/spf13/cast v1.3.0 [2020-10-27T03:24:21.896Z] #47 52.63 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-10-27T03:24:21.896Z] #47 52.66 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-10-27T03:24:21.896Z] #47 52.69 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-10-27T03:24:21.896Z] #47 52.69 go: finding golang.org/x/text v0.3.2 [2020-10-27T03:24:21.896Z] #47 52.76 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-10-27T03:24:21.896Z] #47 52.76 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-10-27T03:24:21.896Z] #47 52.77 go: finding github.com/subosito/gotenv v1.2.0 [2020-10-27T03:24:21.896Z] #47 52.92 go: finding gopkg.in/ini.v1 v1.51.0 [2020-10-27T03:24:21.896Z] #47 52.94 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-10-27T03:24:21.896Z] #47 52.96 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-10-27T03:24:21.896Z] #47 52.99 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-10-27T03:24:21.896Z] #47 53.08 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-10-27T03:24:21.896Z] #47 53.10 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-10-27T03:24:21.896Z] #47 53.14 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-10-27T03:24:21.896Z] #47 53.14 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-10-27T03:24:21.896Z] #47 53.15 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-10-27T03:24:21.896Z] #47 53.20 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-10-27T03:24:21.896Z] #47 53.25 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-10-27T03:24:21.896Z] #47 53.28 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-10-27T03:24:21.896Z] #47 53.36 go: finding github.com/kisielk/gotool v1.0.0 [2020-10-27T03:24:21.896Z] #47 53.44 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-10-27T03:24:21.896Z] #47 53.54 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-10-27T03:24:21.896Z] #47 53.55 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-10-27T03:24:21.896Z] #47 53.56 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-10-27T03:24:21.896Z] #47 53.58 go: finding github.com/ultraware/funlen v0.0.2 [2020-10-27T03:24:21.896Z] #47 53.67 go: finding github.com/ultraware/whitespace v0.0.4 [2020-10-27T03:24:21.896Z] #47 53.81 go: finding github.com/uudashr/gocognit v1.0.1 [2020-10-27T03:24:21.896Z] #47 54.03 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-10-27T03:24:21.896Z] #47 54.16 go: finding github.com/gogo/protobuf v1.2.1 [2020-10-27T03:24:21.896Z] #47 54.34 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-10-27T03:24:21.896Z] #47 54.36 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-10-27T03:24:21.896Z] #47 54.42 go: finding github.com/BurntSushi/toml v0.3.1 [2020-10-27T03:24:21.896Z] #47 54.44 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-10-27T03:24:21.896Z] #47 54.45 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-10-27T03:24:21.912Z] #42 49.94 HOSTDEP compel/src/lib/handle-elf-host.d [2020-10-27T03:24:21.912Z] #42 50.07 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-10-27T03:24:21.912Z] #42 50.16 HOSTDEP compel/src/main-host.d [2020-10-27T03:24:22.157Z] #47 ... [2020-10-27T03:24:22.157Z] [2020-10-27T03:24:22.157Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:24:22.157Z] #40 55.43 Selecting previously unselected package libprotobuf-c1:amd64. [2020-10-27T03:24:22.157Z] #40 55.43 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-10-27T03:24:22.157Z] #40 55.44 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-10-27T03:24:22.157Z] #40 55.56 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-10-27T03:24:22.157Z] #40 55.56 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-10-27T03:24:22.157Z] #40 55.57 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-10-27T03:24:22.157Z] #40 55.68 Selecting previously unselected package zlib1g-dev:amd64. [2020-10-27T03:24:22.209Z] #42 50.30 DEP compel/src/lib/ptrace.d [2020-10-27T03:24:22.209Z] #42 50.42 DEP compel/src/lib/infect.d [2020-10-27T03:24:22.418Z] #40 55.69 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-10-27T03:24:22.418Z] #40 55.70 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-10-27T03:24:22.418Z] #40 55.95 Selecting previously unselected package libprotobuf17:amd64. [2020-10-27T03:24:22.418Z] #40 ... [2020-10-27T03:24:22.418Z] [2020-10-27T03:24:22.418Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:22.418Z] #32 45.88 sync [2020-10-27T03:24:22.418Z] #32 45.89 internal/reflectlite [2020-10-27T03:24:22.418Z] #32 48.43 errors [2020-10-27T03:24:22.418Z] #32 48.43 sort [2020-10-27T03:24:22.418Z] #32 48.82 strconv [2020-10-27T03:24:22.418Z] #32 49.84 io [2020-10-27T03:24:22.418Z] #32 50.86 internal/oserror [2020-10-27T03:24:22.418Z] #32 51.06 syscall [2020-10-27T03:24:22.418Z] #32 52.04 reflect [2020-10-27T03:24:22.551Z] #42 50.60 DEP compel/src/lib/infect-util.d [2020-10-27T03:24:22.551Z] #42 ... [2020-10-27T03:24:22.551Z] [2020-10-27T03:24:22.551Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:24:22.551Z] #12 107.9 Selecting previously unselected package libapparmor1:ppc64el. [2020-10-27T03:24:22.551Z] #12 107.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 107.9 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-10-27T03:24:22.551Z] #12 107.9 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-10-27T03:24:22.551Z] #12 108.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 108.0 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-10-27T03:24:22.551Z] #12 108.1 Selecting previously unselected package libbtrfs0. [2020-10-27T03:24:22.551Z] #12 108.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 108.1 Unpacking libbtrfs0 (4.20.1-2) ... [2020-10-27T03:24:22.551Z] #12 108.2 Selecting previously unselected package libbtrfs-dev. [2020-10-27T03:24:22.551Z] #12 108.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 108.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:24:22.551Z] #12 108.4 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-10-27T03:24:22.551Z] #12 108.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 108.4 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-10-27T03:24:22.551Z] #12 108.4 Selecting previously unselected package libudev-dev:ppc64el. [2020-10-27T03:24:22.551Z] #12 108.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 108.5 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-10-27T03:24:22.551Z] #12 108.5 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-10-27T03:24:22.551Z] #12 108.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 108.5 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-10-27T03:24:22.551Z] #12 108.8 Selecting previously unselected package libpcre16-3:ppc64el. [2020-10-27T03:24:22.551Z] #12 108.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 108.8 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-10-27T03:24:22.551Z] #12 109.0 Selecting previously unselected package libpcre32-3:ppc64el. [2020-10-27T03:24:22.551Z] #12 109.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 109.0 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-10-27T03:24:22.551Z] #12 109.1 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-10-27T03:24:22.551Z] #12 109.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 109.2 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-10-27T03:24:22.551Z] #12 109.3 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-10-27T03:24:22.551Z] #12 109.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 109.3 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-10-27T03:24:22.551Z] #12 109.7 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-10-27T03:24:22.551Z] #12 109.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 109.7 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-10-27T03:24:22.551Z] #12 110.0 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-10-27T03:24:22.551Z] #12 110.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 110.0 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-10-27T03:24:22.551Z] #12 110.1 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-10-27T03:24:22.551Z] #12 110.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 110.1 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-10-27T03:24:22.551Z] #12 110.3 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-10-27T03:24:22.551Z] #12 110.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-10-27T03:24:22.551Z] #12 110.4 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-10-27T03:24:22.551Z] #12 110.8 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-10-27T03:24:22.551Z] #12 110.8 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-10-27T03:24:22.551Z] #12 110.8 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-10-27T03:24:22.551Z] #12 110.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-10-27T03:24:22.551Z] #12 110.8 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-10-27T03:24:22.551Z] #12 110.8 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-10-27T03:24:22.551Z] #12 110.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:24:22.551Z] #12 110.8 Setting up libbtrfs0 (4.20.1-2) ... [2020-10-27T03:24:22.551Z] #12 110.8 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-10-27T03:24:22.551Z] #12 110.9 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-10-27T03:24:22.551Z] #12 110.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-10-27T03:24:22.551Z] #12 110.9 Setting up libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:24:22.551Z] #12 110.9 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-10-27T03:24:22.551Z] #12 110.9 Setting up mingw-w64-common (6.0.0-3) ... [2020-10-27T03:24:22.551Z] #12 110.9 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-10-27T03:24:22.551Z] #12 110.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-10-27T03:24:22.551Z] #12 110.9 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-10-27T03:24:22.551Z] #12 110.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:24:22.551Z] #12 111.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-10-27T03:24:22.551Z] #12 111.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-10-27T03:24:22.551Z] #12 111.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:24:22.678Z] #32 ... [2020-10-27T03:24:22.678Z] [2020-10-27T03:24:22.678Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:24:22.678Z] #40 55.95 Selecting previously unselected package libprotobuf17:amd64. [2020-10-27T03:24:22.678Z] #40 55.97 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-10-27T03:24:22.678Z] #40 55.97 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-10-27T03:24:23.078Z] #12 111.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-10-27T03:24:23.078Z] #12 111.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-10-27T03:24:23.078Z] #12 111.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-10-27T03:24:23.078Z] #12 111.1 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-10-27T03:24:23.078Z] #12 111.1 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-10-27T03:24:23.078Z] #12 111.1 Setting up dmsetup (2:1.02.155-3) ... [2020-10-27T03:24:23.078Z] #12 111.2 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-10-27T03:24:23.078Z] #12 111.2 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-10-27T03:24:23.078Z] #12 111.2 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:24:23.078Z] #12 DONE 111.4s [2020-10-27T03:24:23.078Z] [2020-10-27T03:24:23.078Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-27T03:24:23.620Z] #40 56.79 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-10-27T03:24:23.620Z] #40 56.81 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-10-27T03:24:23.620Z] #40 56.89 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-10-27T03:24:23.620Z] #40 57.13 Selecting previously unselected package libprotobuf-dev:amd64. [2020-10-27T03:24:23.620Z] #40 57.13 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-10-27T03:24:23.620Z] #40 57.14 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-10-27T03:24:23.738Z] #13 DONE 0.6s [2020-10-27T03:24:23.739Z] [2020-10-27T03:24:23.739Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:23.739Z] #52 0.429 + RM_GOPATH=0 [2020-10-27T03:24:23.739Z] #52 0.431 + TMP_GOPATH= [2020-10-27T03:24:23.739Z] #52 0.431 + : /build [2020-10-27T03:24:23.739Z] #52 0.432 + '[' -z '' ']' [2020-10-27T03:24:23.739Z] #52 0.438 ++ mktemp -d [2020-10-27T03:24:23.739Z] #52 0.450 + export GOPATH=/tmp/tmp.g0F0nCP1Zs [2020-10-27T03:24:23.739Z] #52 0.450 + GOPATH=/tmp/tmp.g0F0nCP1Zs [2020-10-27T03:24:23.739Z] #52 0.450 + RM_GOPATH=1 [2020-10-27T03:24:23.739Z] #52 0.451 + case "$(go env GOARCH)" in [2020-10-27T03:24:23.739Z] #52 0.452 ++ go env GOARCH [2020-10-27T03:24:23.739Z] #52 0.467 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:24:23.739Z] #52 0.468 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:24:23.739Z] #52 0.475 ++ dirname /tmp/install/install.sh [2020-10-27T03:24:23.739Z] #52 0.479 + dir=/tmp/install [2020-10-27T03:24:23.739Z] #52 0.480 + bin=runc [2020-10-27T03:24:23.739Z] #52 0.480 + shift [2020-10-27T03:24:23.739Z] #52 0.480 + '[' '!' -f /tmp/install/runc.installer ']' [2020-10-27T03:24:23.739Z] #52 0.480 + . /tmp/install/runc.installer [2020-10-27T03:24:23.739Z] #52 0.481 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-10-27T03:24:23.739Z] #52 0.481 + install_runc [2020-10-27T03:24:23.739Z] #52 0.483 + uname -r [2020-10-27T03:24:23.739Z] #52 0.483 + grep -q '^3\.10\.0.*\.el7\.' [2020-10-27T03:24:23.739Z] #52 0.495 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-10-27T03:24:23.739Z] #52 0.495 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-10-27T03:24:23.739Z] #52 0.496 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-10-27T03:24:23.739Z] #52 0.496 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.g0F0nCP1Zs/src/github.com/opencontainers/runc [2020-10-27T03:24:23.739Z] #52 0.530 Cloning into '/tmp/tmp.g0F0nCP1Zs/src/github.com/opencontainers/runc'... [2020-10-27T03:24:23.880Z] #40 ... [2020-10-27T03:24:23.880Z] [2020-10-27T03:24:23.880Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:23.880Z] #43 47.40 internal/reflectlite [2020-10-27T03:24:23.880Z] #43 47.40 github.com/LK4D4/vndr/godl/singleflight [2020-10-27T03:24:23.880Z] #43 47.72 math/rand [2020-10-27T03:24:23.880Z] #43 48.72 internal/singleflight [2020-10-27T03:24:23.880Z] #43 49.82 strconv [2020-10-27T03:24:23.880Z] #43 49.83 io [2020-10-27T03:24:23.880Z] #43 50.85 bytes [2020-10-27T03:24:23.880Z] #43 53.81 reflect [2020-10-27T03:24:23.880Z] #43 54.39 bufio [2020-10-27T03:24:23.880Z] #43 56.28 syscall [2020-10-27T03:24:24.037Z] #52 ... [2020-10-27T03:24:24.037Z] [2020-10-27T03:24:24.037Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-27T03:24:24.037Z] #14 DONE 0.4s [2020-10-27T03:24:24.037Z] [2020-10-27T03:24:24.037Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-27T03:24:24.141Z] #43 ... [2020-10-27T03:24:24.141Z] [2020-10-27T03:24:24.141Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:24:24.141Z] #30 55.47 Checking out files: 91% (1394/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-10-27T03:24:24.141Z] #30 56.02 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-10-27T03:24:24.141Z] #30 56.50 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-10-27T03:24:24.344Z] #15 0.269 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-10-27T03:24:24.344Z] #15 DONE 0.4s [2020-10-27T03:24:24.344Z] [2020-10-27T03:24:24.344Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:24.344Z] #42 50.77 DEP compel/src/lib/infect-rpc.d [2020-10-27T03:24:24.344Z] #42 50.89 DEP compel/arch/ppc64/src/lib/infect.d [2020-10-27T03:24:24.344Z] #42 51.01 DEP compel/arch/ppc64/src/lib/cpu.d [2020-10-27T03:24:24.344Z] #42 51.07 DEP compel/src/lib/log.d [2020-10-27T03:24:24.344Z] #42 51.17 DEP compel/src/main.d [2020-10-27T03:24:24.344Z] #42 51.32 DEP compel/src/lib/handle-elf.d [2020-10-27T03:24:24.344Z] #42 51.47 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-10-27T03:24:24.344Z] #42 51.66 CC compel/src/lib/log.o [2020-10-27T03:24:24.344Z] #42 52.02 CC compel/arch/ppc64/src/lib/cpu.o [2020-10-27T03:24:24.344Z] #42 52.42 CC compel/arch/ppc64/src/lib/infect.o [2020-10-27T03:24:24.995Z] #42 ... [2020-10-27T03:24:24.995Z] [2020-10-27T03:24:24.995Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-27T03:24:24.995Z] #16 DONE 0.4s [2020-10-27T03:24:24.995Z] [2020-10-27T03:24:24.995Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-27T03:24:25.293Z] #17 DONE 0.4s [2020-10-27T03:24:25.293Z] [2020-10-27T03:24:25.293Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:25.293Z] #42 53.50 CC compel/src/lib/infect-rpc.o [2020-10-27T03:24:25.591Z] #42 ... [2020-10-27T03:24:25.591Z] [2020-10-27T03:24:25.591Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2020-10-27T03:24:25.591Z] #18 DONE 0.4s [2020-10-27T03:24:25.591Z] [2020-10-27T03:24:25.591Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:25.591Z] #42 53.96 CC compel/src/lib/infect-util.o [2020-10-27T03:24:25.888Z] #42 54.13 CC compel/src/lib/infect.o [2020-10-27T03:24:25.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-27T03:24:25.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-27T03:24:25.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-27T03:24:26.943Z] #42 ... [2020-10-27T03:24:26.943Z] [2020-10-27T03:24:26.943Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:26.943Z] #44 105.1 go/parser [2020-10-27T03:24:26.943Z] #44 107.9 encoding/xml [2020-10-27T03:24:26.943Z] #44 ... [2020-10-27T03:24:26.943Z] [2020-10-27T03:24:26.943Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:24:26.943Z] #19 0.512 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:24:26.943Z] #19 0.599 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:24:26.943Z] #19 0.670 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:24:27.587Z] #19 1.842 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-10-27T03:24:28.347Z] #30 ... [2020-10-27T03:24:28.347Z] [2020-10-27T03:24:28.347Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:24:28.347Z] #40 58.63 Selecting previously unselected package libprotoc17:amd64. [2020-10-27T03:24:28.347Z] #40 58.63 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-10-27T03:24:28.347Z] #40 58.63 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-10-27T03:24:28.347Z] #40 59.54 Selecting previously unselected package protobuf-c-compiler. [2020-10-27T03:24:28.347Z] #40 59.54 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-10-27T03:24:28.347Z] #40 59.55 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-10-27T03:24:28.347Z] #40 59.71 Selecting previously unselected package protobuf-compiler. [2020-10-27T03:24:28.347Z] #40 59.72 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-10-27T03:24:28.347Z] #40 59.72 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-10-27T03:24:28.347Z] #40 59.92 Selecting previously unselected package python-pkg-resources. [2020-10-27T03:24:28.347Z] #40 59.93 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-10-27T03:24:28.347Z] #40 59.93 Unpacking python-pkg-resources (40.8.0-1) ... [2020-10-27T03:24:28.347Z] #40 60.20 Selecting previously unselected package python-six. [2020-10-27T03:24:28.347Z] #40 60.20 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-10-27T03:24:28.347Z] #40 60.21 Unpacking python-six (1.12.0-1) ... [2020-10-27T03:24:28.347Z] #40 60.33 Selecting previously unselected package python-protobuf. [2020-10-27T03:24:28.347Z] #40 60.33 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-10-27T03:24:28.347Z] #40 60.33 Unpacking python-protobuf (3.6.1.3-2) ... [2020-10-27T03:24:28.347Z] #40 60.89 Setting up python-pkg-resources (40.8.0-1) ... [2020-10-27T03:24:29.124Z] #19 3.466 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [232 kB] [2020-10-27T03:24:29.747Z] #40 ... [2020-10-27T03:24:29.747Z] [2020-10-27T03:24:29.747Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:24:29.747Z] #34 53.06 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:24:29.747Z] #34 53.59 Fetched 14.9 MB in 2s (6518 kB/s) [2020-10-27T03:24:29.747Z] #34 53.69 Selecting previously unselected package xxd. [2020-10-27T03:24:29.747Z] #34 53.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-10-27T03:24:29.747Z] #34 53.81 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-10-27T03:24:29.747Z] #34 53.82 Unpacking xxd (2:8.1.0875-5) ... [2020-10-27T03:24:29.747Z] #34 54.06 Selecting previously unselected package vim-common. [2020-10-27T03:24:29.747Z] #34 54.06 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-10-27T03:24:29.747Z] #34 54.13 Unpacking vim-common (2:8.1.0875-5) ... [2020-10-27T03:24:29.747Z] #34 55.03 Selecting previously unselected package cmake-data. [2020-10-27T03:24:29.747Z] #34 55.04 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-10-27T03:24:29.747Z] #34 55.11 Unpacking cmake-data (3.13.4-1) ... [2020-10-27T03:24:29.747Z] #34 58.06 Selecting previously unselected package libicu63:amd64. [2020-10-27T03:24:29.747Z] #34 58.09 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-10-27T03:24:29.747Z] #34 58.11 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-10-27T03:24:29.747Z] #34 ... [2020-10-27T03:24:29.747Z] [2020-10-27T03:24:29.747Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:24:29.747Z] #11 57.05 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-10-27T03:24:29.747Z] #11 59.37 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-10-27T03:24:29.747Z] #11 59.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-10-27T03:24:29.747Z] #11 59.38 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-10-27T03:24:29.747Z] #11 59.38 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-10-27T03:24:29.747Z] #11 59.38 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-10-27T03:24:29.747Z] #11 59.38 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-10-27T03:24:29.747Z] #11 59.39 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-10-27T03:24:29.747Z] #11 59.46 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-10-27T03:24:29.747Z] #11 59.47 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-10-27T03:24:29.747Z] #11 59.50 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-10-27T03:24:29.747Z] #11 59.50 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-10-27T03:24:29.747Z] #11 59.57 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-10-27T03:24:29.747Z] #11 59.59 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-10-27T03:24:29.747Z] #11 59.59 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-10-27T03:24:29.747Z] #11 59.60 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-10-27T03:24:29.747Z] #11 60.75 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:24:29.747Z] #11 60.96 Fetched 77.7 MB in 9s (8537 kB/s) [2020-10-27T03:24:29.747Z] #11 61.09 Selecting previously unselected package binutils-mingw-w64-i686. [2020-10-27T03:24:29.747Z] #11 61.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-10-27T03:24:29.747Z] #11 61.18 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-10-27T03:24:29.747Z] #11 61.21 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-10-27T03:24:30.690Z] #11 63.91 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-10-27T03:24:30.691Z] #11 63.92 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-10-27T03:24:30.691Z] #11 63.93 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-10-27T03:24:30.692Z] #19 4.955 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-10-27T03:24:30.707Z] 4612f6d0b889: Verifying Checksum [2020-10-27T03:24:30.707Z] 4612f6d0b889: Download complete [2020-10-27T03:24:31.632Z] #11 ... [2020-10-27T03:24:31.632Z] [2020-10-27T03:24:31.632Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:24:31.632Z] #34 65.06 Selecting previously unselected package libxml2:amd64. [2020-10-27T03:24:31.632Z] #34 65.06 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-10-27T03:24:31.632Z] #34 65.07 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-10-27T03:24:32.234Z] #19 ... [2020-10-27T03:24:32.234Z] [2020-10-27T03:24:32.234Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:32.234Z] #42 56.95 CC compel/src/lib/ptrace.o [2020-10-27T03:24:32.234Z] #42 57.56 AR compel/libcompel.a [2020-10-27T03:24:32.234Z] #42 57.67 HOSTCC compel/src/main-host.o [2020-10-27T03:24:32.234Z] #42 58.02 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-10-27T03:24:32.234Z] #42 58.20 HOSTCC compel/src/lib/handle-elf-host.o [2020-10-27T03:24:32.234Z] #42 58.80 HOSTCC compel/src/lib/log-host.o [2020-10-27T03:24:32.234Z] #42 59.18 HOSTLINK compel/compel-host-bin [2020-10-27T03:24:32.234Z] #42 59.47 DEP soccr/soccr.d [2020-10-27T03:24:32.234Z] #42 59.73 CC soccr/soccr.o [2020-10-27T03:24:33.019Z] #34 66.25 Selecting previously unselected package libarchive13:amd64. [2020-10-27T03:24:33.019Z] #34 66.25 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-10-27T03:24:33.019Z] #34 66.27 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-10-27T03:24:33.019Z] #34 ... [2020-10-27T03:24:33.019Z] [2020-10-27T03:24:33.019Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:24:33.019Z] #45 DONE 66.5s [2020-10-27T03:24:33.019Z] [2020-10-27T03:24:33.019Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:24:33.019Z] #34 66.60 Selecting previously unselected package libjsoncpp1:amd64. [2020-10-27T03:24:33.280Z] #34 66.61 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-10-27T03:24:33.280Z] #34 66.63 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-27T03:24:33.292Z] #42 61.49 AR soccr/libsoccr.a [2020-10-27T03:24:33.292Z] #42 61.53 make[1]: 'soccr/libsoccr.a' is up to date. [2020-10-27T03:24:33.541Z] #34 66.81 Selecting previously unselected package librhash0:amd64. [2020-10-27T03:24:33.541Z] #34 66.81 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-10-27T03:24:33.541Z] #34 66.81 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-10-27T03:24:33.594Z] #42 ... [2020-10-27T03:24:33.594Z] [2020-10-27T03:24:33.594Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:33.594Z] #50 111.8 golang.org/x/crypto/ssh/terminal [2020-10-27T03:24:33.594Z] #50 115.4 mvdan.cc/sh/v3/cmd/shfmt [2020-10-27T03:24:33.594Z] #50 DONE 121.8s [2020-10-27T03:24:33.594Z] [2020-10-27T03:24:33.594Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:33.594Z] #42 61.93 DEP criu/arch/ppc64/sigframe.d [2020-10-27T03:24:33.802Z] #34 67.06 Selecting previously unselected package libuv1:amd64. [2020-10-27T03:24:33.802Z] #34 67.07 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-10-27T03:24:33.802Z] #34 67.13 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-10-27T03:24:33.802Z] #34 ... [2020-10-27T03:24:33.802Z] [2020-10-27T03:24:33.802Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:33.802Z] #49 57.05 reflect [2020-10-27T03:24:33.802Z] #49 57.09 syscall [2020-10-27T03:24:33.802Z] #49 63.92 time [2020-10-27T03:24:33.802Z] #49 ... [2020-10-27T03:24:33.802Z] [2020-10-27T03:24:33.802Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:24:33.802Z] #40 65.85 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-10-27T03:24:33.802Z] #40 66.21 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-10-27T03:24:33.802Z] #40 66.28 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-10-27T03:24:33.802Z] #40 66.48 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-10-27T03:24:33.802Z] #40 66.54 Setting up python-six (1.12.0-1) ... [2020-10-27T03:24:33.896Z] #42 62.11 DEP criu/arch/ppc64/crtools.d [2020-10-27T03:24:34.197Z] #42 62.40 DEP criu/arch/ppc64/cpu.d [2020-10-27T03:24:34.498Z] #42 62.68 CC criu/arch/ppc64/cpu.o [2020-10-27T03:24:34.804Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-10-27T03:24:34.804Z] ok github.com/docker/docker/api/server/httputils 0.017s coverage: 14.7% of statements [2020-10-27T03:24:34.804Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2020-10-27T03:24:34.804Z] ? github.com/docker/docker/api/server/router [no test files] [2020-10-27T03:24:34.804Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-10-27T03:24:34.804Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-10-27T03:24:34.804Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-10-27T03:24:34.804Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-10-27T03:24:34.804Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-10-27T03:24:34.804Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-10-27T03:24:34.804Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-10-27T03:24:34.804Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-10-27T03:24:35.438Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-10-27T03:24:35.438Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-10-27T03:24:35.562Z] #42 63.70 CC criu/arch/ppc64/crtools.o [2020-10-27T03:24:35.730Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2020-10-27T03:24:35.730Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-10-27T03:24:35.730Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-10-27T03:24:35.730Z] ? github.com/docker/docker/api/types [no test files] [2020-10-27T03:24:35.730Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-10-27T03:24:35.730Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-10-27T03:24:35.730Z] ? github.com/docker/docker/api/types/container [no test files] [2020-10-27T03:24:35.730Z] ? github.com/docker/docker/api/types/events [no test files] [2020-10-27T03:24:36.023Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2020-10-27T03:24:36.315Z] ok github.com/docker/docker/api/types/filters 0.001s coverage: 92.2% of statements [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/api/types/image [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/api/types/network [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-10-27T03:24:36.315Z] ok github.com/docker/docker/api/types/time 0.009s coverage: 100.0% of statements [2020-10-27T03:24:36.315Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/builder [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-10-27T03:24:36.315Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-10-27T03:24:36.347Z] #40 ... [2020-10-27T03:24:36.347Z] [2020-10-27T03:24:36.347Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:36.347Z] #32 59.85 time [2020-10-27T03:24:36.347Z] #32 65.73 internal/poll [2020-10-27T03:24:36.347Z] #32 65.99 internal/fmtsort [2020-10-27T03:24:36.347Z] #32 66.75 internal/syscall/execenv [2020-10-27T03:24:36.347Z] #32 66.95 internal/syscall/unix [2020-10-27T03:24:36.347Z] #32 67.26 strings [2020-10-27T03:24:36.347Z] #32 68.43 os [2020-10-27T03:24:36.608Z] #32 69.97 path [2020-10-27T03:24:36.608Z] #32 ... [2020-10-27T03:24:36.608Z] [2020-10-27T03:24:36.608Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:24:36.608Z] #11 67.37 Selecting previously unselected package binutils-mingw-w64. [2020-10-27T03:24:36.608Z] #11 67.38 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-10-27T03:24:36.608Z] #11 67.40 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-10-27T03:24:36.608Z] #11 67.66 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-10-27T03:24:36.608Z] #11 67.66 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-10-27T03:24:36.608Z] #11 67.68 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-10-27T03:24:36.608Z] #11 68.13 Selecting previously unselected package dmsetup. [2020-10-27T03:24:36.608Z] #11 68.14 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-10-27T03:24:36.608Z] #11 68.14 Unpacking dmsetup (2:1.02.155-3) ... [2020-10-27T03:24:36.608Z] #11 68.37 Selecting previously unselected package mingw-w64-common. [2020-10-27T03:24:36.608Z] #11 68.37 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-10-27T03:24:36.608Z] #11 68.38 Unpacking mingw-w64-common (6.0.0-3) ... [2020-10-27T03:24:36.626Z] #42 64.81 CC criu/arch/ppc64/sigframe.o [2020-10-27T03:24:36.926Z] #42 65.09 LINK criu/arch/ppc64/crtools.built-in.o [2020-10-27T03:24:36.926Z] #42 65.12 DEP criu/pie/util-vdso.d [2020-10-27T03:24:36.949Z] ok github.com/docker/docker/builder/dockerignore 0.005s coverage: 96.8% of statements [2020-10-27T03:24:37.227Z] #42 65.25 DEP criu/pie/util.d [2020-10-27T03:24:37.227Z] #42 65.43 CC criu/pie/util.o [2020-10-27T03:24:37.529Z] #42 65.80 CC criu/pie/util-vdso.o [2020-10-27T03:24:38.182Z] #42 ... [2020-10-27T03:24:38.182Z] [2020-10-27T03:24:38.182Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:38.182Z] #44 116.5 math/big [2020-10-27T03:24:38.182Z] #44 120.5 go/doc [2020-10-27T03:24:38.482Z] #44 ... [2020-10-27T03:24:38.482Z] [2020-10-27T03:24:38.482Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:38.482Z] #42 66.66 AR criu/pie/pie.lib.a [2020-10-27T03:24:38.482Z] #42 66.76 DEP criu/pie/restorer.d [2020-10-27T03:24:39.020Z] ok github.com/docker/docker/builder/remotecontext 0.327s coverage: 13.6% of statements [2020-10-27T03:24:39.143Z] #42 67.12 DEP criu/arch/ppc64/vdso-trampoline.d [2020-10-27T03:24:39.143Z] #42 67.15 DEP criu/arch/ppc64/restorer.d [2020-10-27T03:24:39.143Z] #42 67.43 DEP criu/arch/ppc64/vdso-pie.d [2020-10-27T03:24:39.143Z] #42 67.53 DEP criu/pie/parasite-vdso.d [2020-10-27T03:24:39.153Z] #11 ... [2020-10-27T03:24:39.153Z] [2020-10-27T03:24:39.153Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-27T03:24:39.153Z] #34 67.40 Selecting previously unselected package cmake. [2020-10-27T03:24:39.153Z] #34 67.43 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-10-27T03:24:39.153Z] #34 67.46 Unpacking cmake (3.13.4-1) ... [2020-10-27T03:24:39.153Z] #34 71.13 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-10-27T03:24:39.153Z] #34 71.16 Setting up xxd (2:8.1.0875-5) ... [2020-10-27T03:24:39.153Z] #34 71.20 Setting up libuv1:amd64 (1.24.1-1) ... [2020-10-27T03:24:39.153Z] #34 71.23 Setting up vim-common (2:8.1.0875-5) ... [2020-10-27T03:24:39.153Z] #34 71.30 Setting up librhash0:amd64 (1.3.8-1) ... [2020-10-27T03:24:39.153Z] #34 71.33 Setting up cmake-data (3.13.4-1) ... [2020-10-27T03:24:39.153Z] #34 71.36 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-10-27T03:24:39.153Z] #34 71.39 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-27T03:24:39.153Z] #34 71.42 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-10-27T03:24:39.153Z] #34 71.46 Setting up cmake (3.13.4-1) ... [2020-10-27T03:24:39.153Z] #34 71.48 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:24:39.153Z] #34 71.58 Processing triggers for mime-support (3.62) ... [2020-10-27T03:24:39.153Z] #34 DONE 72.4s [2020-10-27T03:24:39.153Z] [2020-10-27T03:24:39.153Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:39.451Z] #42 67.73 DEP criu/pie/parasite.d [2020-10-27T03:24:39.672Z] ok github.com/docker/docker/builder/dockerfile 0.976s coverage: 48.0% of statements [2020-10-27T03:24:39.749Z] #42 68.01 CC criu/pie/parasite.o [2020-10-27T03:24:40.307Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-10-27T03:24:40.312Z] #35 1.170 + RM_GOPATH=0 [2020-10-27T03:24:40.312Z] #35 1.170 + TMP_GOPATH= [2020-10-27T03:24:40.312Z] #35 1.170 + : /build [2020-10-27T03:24:40.312Z] #35 1.170 + '[' -z '' ']' [2020-10-27T03:24:40.312Z] #35 1.170 ++ mktemp -d [2020-10-27T03:24:40.312Z] #35 1.170 + export GOPATH=/tmp/tmp.SblOKQj0h1 [2020-10-27T03:24:40.312Z] #35 1.170 + GOPATH=/tmp/tmp.SblOKQj0h1 [2020-10-27T03:24:40.313Z] #35 1.170 + RM_GOPATH=1 [2020-10-27T03:24:40.313Z] #35 1.170 + case "$(go env GOARCH)" in [2020-10-27T03:24:40.313Z] #35 1.170 ++ go env GOARCH [2020-10-27T03:24:40.313Z] #35 1.202 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:24:40.313Z] #35 1.205 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:24:40.313Z] #35 1.209 ++ dirname /tmp/install/install.sh [2020-10-27T03:24:40.313Z] #35 1.213 + dir=/tmp/install [2020-10-27T03:24:40.313Z] #35 1.213 + bin=tini [2020-10-27T03:24:40.313Z] #35 1.213 + shift [2020-10-27T03:24:40.313Z] #35 1.213 + '[' '!' -f /tmp/install/tini.installer ']' [2020-10-27T03:24:40.313Z] #35 1.214 + . /tmp/install/tini.installer [2020-10-27T03:24:40.313Z] #35 1.215 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-27T03:24:40.313Z] #35 1.215 + install_tini [2020-10-27T03:24:40.313Z] #35 1.215 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-10-27T03:24:40.313Z] #35 1.216 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-27T03:24:40.313Z] #35 1.225 + git clone https://github.com/krallin/tini.git /tmp/tmp.SblOKQj0h1/tini [2020-10-27T03:24:40.313Z] #35 1.231 Cloning into '/tmp/tmp.SblOKQj0h1/tini'... [2020-10-27T03:24:40.313Z] #35 ... [2020-10-27T03:24:40.313Z] [2020-10-27T03:24:40.313Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:40.313Z] #43 63.76 time [2020-10-27T03:24:40.313Z] #43 67.94 strings [2020-10-27T03:24:40.313Z] #43 69.59 os [2020-10-27T03:24:40.313Z] #43 70.91 regexp/syntax [2020-10-27T03:24:40.313Z] #43 73.80 fmt [2020-10-27T03:24:40.599Z] ok github.com/docker/docker/builder/remotecontext/git 1.050s coverage: 86.3% of statements [2020-10-27T03:24:40.599Z] ? github.com/docker/docker/cli [no test files] [2020-10-27T03:24:40.599Z] ? github.com/docker/docker/cli/config [no test files] [2020-10-27T03:24:40.628Z] #43 ... [2020-10-27T03:24:40.628Z] [2020-10-27T03:24:40.628Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-27T03:24:40.628Z] #40 71.15 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-10-27T03:24:40.628Z] #40 71.19 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-10-27T03:24:40.628Z] #40 71.28 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-10-27T03:24:40.628Z] #40 71.29 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-10-27T03:24:40.628Z] #40 71.30 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-10-27T03:24:40.628Z] #40 71.33 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-10-27T03:24:40.628Z] #40 71.35 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-10-27T03:24:40.628Z] #40 71.36 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-10-27T03:24:40.628Z] #40 71.39 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-10-27T03:24:40.628Z] #40 71.42 Setting up python-protobuf (3.6.1.3-2) ... [2020-10-27T03:24:41.296Z] #42 69.56 LINK criu/pie/parasite.built-in.o [2020-10-27T03:24:41.296Z] #42 69.58 GEN criu/pie/parasite-blob.h [2020-10-27T03:24:41.296Z] #42 69.66 CC criu/pie/parasite-vdso.o [2020-10-27T03:24:42.361Z] #42 70.57 CC criu/arch/ppc64/vdso-pie.o [2020-10-27T03:24:42.670Z] ok github.com/docker/docker/client 0.117s coverage: 75.4% of statements [2020-10-27T03:24:43.015Z] #42 71.13 CC criu/arch/ppc64/restorer.o [2020-10-27T03:24:43.316Z] #42 71.62 CC criu/arch/ppc64/vdso-trampoline.o [2020-10-27T03:24:43.316Z] #42 71.65 CC criu/pie/restorer.o [2020-10-27T03:24:44.393Z] #42 ... [2020-10-27T03:24:44.393Z] [2020-10-27T03:24:44.393Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:44.393Z] #52 11.27 + cd /tmp/tmp.g0F0nCP1Zs/src/github.com/opencontainers/runc [2020-10-27T03:24:44.393Z] #52 11.28 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-10-27T03:24:44.393Z] #52 11.85 + '[' -z '' ']' [2020-10-27T03:24:44.393Z] #52 11.85 + target=static [2020-10-27T03:24:44.393Z] #52 11.85 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-10-27T03:24:44.393Z] #52 12.28 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-10-27T03:24:45.917Z] #40 78.76 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-10-27T03:24:45.917Z] #40 78.80 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:24:45.938Z] #52 ... [2020-10-27T03:24:45.939Z] [2020-10-27T03:24:45.939Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:24:45.939Z] #57 125.8 + for f in rootlesskit rootlesskit-docker-proxy [2020-10-27T03:24:45.939Z] #57 125.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-10-27T03:24:45.939Z] #57 DONE 133.9s [2020-10-27T03:24:45.939Z] [2020-10-27T03:24:45.939Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-27T03:24:45.939Z] #58 DONE 0.1s [2020-10-27T03:24:45.939Z] [2020-10-27T03:24:45.939Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:24:45.939Z] #19 11.33 Fetched 8171 kB in 11s (753 kB/s) [2020-10-27T03:24:45.939Z] #19 11.33 Reading package lists... [2020-10-27T03:24:45.939Z] #19 15.82 Reading package lists...#19 ... [2020-10-27T03:24:45.939Z] [2020-10-27T03:24:45.939Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-27T03:24:45.939Z] #59 DONE 0.1s [2020-10-27T03:24:45.939Z] [2020-10-27T03:24:45.939Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:24:45.939Z] #19 15.82 Reading package lists... [2020-10-27T03:24:45.939Z] #19 ... [2020-10-27T03:24:45.939Z] [2020-10-27T03:24:45.939Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:45.939Z] #44 127.7 vendor/golang.org/x/text/unicode/norm [2020-10-27T03:24:45.939Z] #44 131.4 github.com/LK4D4/vndr/build [2020-10-27T03:24:45.939Z] #44 ... [2020-10-27T03:24:45.939Z] [2020-10-27T03:24:45.939Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:24:46.177Z] #40 DONE 79.4s [2020-10-27T03:24:46.177Z] [2020-10-27T03:24:46.177Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:46.177Z] #41 ... [2020-10-27T03:24:46.177Z] [2020-10-27T03:24:46.177Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:46.177Z] #49 69.58 context [2020-10-27T03:24:46.177Z] #49 70.56 os [2020-10-27T03:24:46.177Z] #49 72.13 encoding/binary [2020-10-27T03:24:46.177Z] #49 74.90 fmt [2020-10-27T03:24:46.177Z] #49 75.15 encoding/base64 [2020-10-27T03:24:46.177Z] #49 76.28 golang.org/x/sys/unix [2020-10-27T03:24:46.438Z] #49 ... [2020-10-27T03:24:46.438Z] [2020-10-27T03:24:46.438Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:46.438Z] #35 2.200 + cd /tmp/tmp.SblOKQj0h1/tini [2020-10-27T03:24:46.438Z] #35 2.206 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-27T03:24:46.438Z] #35 2.219 + cmake . [2020-10-27T03:24:46.438Z] #35 2.892 -- The C compiler identification is GNU 8.3.0 [2020-10-27T03:24:46.438Z] #35 2.981 -- Check for working C compiler: /usr/bin/cc [2020-10-27T03:24:46.438Z] #35 3.841 -- Check for working C compiler: /usr/bin/cc -- works [2020-10-27T03:24:46.438Z] #35 3.843 -- Detecting C compiler ABI info [2020-10-27T03:24:46.438Z] #35 4.506 -- Detecting C compiler ABI info - done [2020-10-27T03:24:46.438Z] #35 4.531 -- Detecting C compile features [2020-10-27T03:24:46.438Z] #35 6.588 -- Detecting C compile features - done [2020-10-27T03:24:46.438Z] #35 6.626 -- Performing Test HAS_BUILTIN_FORTIFY [2020-10-27T03:24:46.438Z] #35 6.948 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-10-27T03:24:46.438Z] #35 7.194 -- Configuring done [2020-10-27T03:24:46.438Z] #35 7.226 -- Generating done [2020-10-27T03:24:46.438Z] #35 7.226 -- Build files have been written to: /tmp/tmp.SblOKQj0h1/tini [2020-10-27T03:24:46.438Z] #35 7.282 + make tini-static [2020-10-27T03:24:46.698Z] #35 7.690 Scanning dependencies of target tini-static [2020-10-27T03:24:46.698Z] #35 7.785 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-10-27T03:24:46.958Z] #35 ... [2020-10-27T03:24:46.958Z] [2020-10-27T03:24:46.958Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:46.958Z] #49 80.45 encoding/json [2020-10-27T03:24:47.218Z] #49 ... [2020-10-27T03:24:47.218Z] [2020-10-27T03:24:47.218Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:47.218Z] #32 70.66 text/tabwriter [2020-10-27T03:24:47.218Z] #32 71.78 path/filepath [2020-10-27T03:24:47.218Z] #32 71.79 fmt [2020-10-27T03:24:47.218Z] #32 73.18 io/ioutil [2020-10-27T03:24:47.218Z] #32 76.14 flag [2020-10-27T03:24:47.218Z] #32 76.14 github.com/BurntSushi/toml [2020-10-27T03:24:47.218Z] #32 77.93 log [2020-10-27T03:24:47.218Z] #32 80.63 github.com/BurntSushi/toml/cmd/tomlv [2020-10-27T03:24:47.479Z] #32 ... [2020-10-27T03:24:47.479Z] [2020-10-27T03:24:47.479Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:47.479Z] #43 76.31 regexp [2020-10-27T03:24:47.479Z] #43 79.09 go/token [2020-10-27T03:24:47.479Z] #43 80.06 internal/lazyregexp [2020-10-27T03:24:47.479Z] #43 80.42 net/url [2020-10-27T03:24:47.479Z] #43 80.63 go/scanner [2020-10-27T03:24:47.481Z] #19 20.36 Building dependency tree... [2020-10-27T03:24:47.780Z] #19 22.25 libcap2-bin is already the newest version (1:2.25-2). [2020-10-27T03:24:47.780Z] #19 22.25 The following additional packages will be installed: [2020-10-27T03:24:48.080Z] #19 22.26 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-10-27T03:24:48.080Z] #19 22.26 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-10-27T03:24:48.080Z] #19 22.26 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-10-27T03:24:48.080Z] #19 22.28 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-10-27T03:24:48.080Z] #19 22.28 python3.7 python3.7-minimal vim-runtime xxd [2020-10-27T03:24:48.080Z] #19 22.28 Suggested packages: [2020-10-27T03:24:48.080Z] #19 22.28 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-10-27T03:24:48.080Z] #19 22.28 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-10-27T03:24:48.080Z] #19 22.28 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-10-27T03:24:48.080Z] #19 22.28 Recommended packages: [2020-10-27T03:24:48.080Z] #19 22.28 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-10-27T03:24:48.080Z] #19 22.28 python3-keyrings.alt python3-xdg unzip [2020-10-27T03:24:48.419Z] #43 ... [2020-10-27T03:24:48.419Z] [2020-10-27T03:24:48.419Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:48.419Z] #41 2.310 Note: Building without setproctitle() and strlcpy() support. [2020-10-27T03:24:48.419Z] #41 2.311 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-10-27T03:24:48.419Z] #41 2.323 Note: Building without GnuTLS support [2020-10-27T03:24:48.419Z] #41 2.334 Makefile.config:39: Warn: you have no libnftables installed [2020-10-27T03:24:48.419Z] #41 2.334 Makefile.config:40: Warn: Building without nftables support [2020-10-27T03:24:48.991Z] #41 ... [2020-10-27T03:24:48.991Z] [2020-10-27T03:24:48.991Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:48.991Z] #35 9.199 [100%] Linking C executable tini-static [2020-10-27T03:24:48.991Z] #35 9.722 [100%] Built target tini-static [2020-10-27T03:24:48.991Z] #35 9.815 + mkdir -p /build [2020-10-27T03:24:48.991Z] #35 9.816 + cp tini-static /build/docker-init [2020-10-27T03:24:48.991Z] #35 DONE 10.0s [2020-10-27T03:24:49.251Z] [2020-10-27T03:24:49.251Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:49.251Z] #43 82.01 go/ast [2020-10-27T03:24:49.251Z] #43 82.63 text/template/parse [2020-10-27T03:24:49.622Z] #19 24.12 The following NEW packages will be installed: [2020-10-27T03:24:49.925Z] #19 24.12 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-10-27T03:24:49.925Z] #19 24.12 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-10-27T03:24:49.925Z] #19 24.12 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-10-27T03:24:49.925Z] #19 24.12 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-10-27T03:24:49.925Z] #19 24.12 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-10-27T03:24:49.925Z] #19 24.12 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-10-27T03:24:49.925Z] #19 24.12 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-10-27T03:24:49.925Z] #19 24.12 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-10-27T03:24:49.925Z] #19 24.12 xz-utils zip [2020-10-27T03:24:49.925Z] #19 24.21 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:24:49.925Z] #19 24.21 Need to get 29.2 MB of archives. [2020-10-27T03:24:49.925Z] #19 24.21 After this operation, 134 MB of additional disk space will be used. [2020-10-27T03:24:49.925Z] #19 24.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-10-27T03:24:49.925Z] #19 24.25 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2020-10-27T03:24:49.925Z] #19 24.35 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2020-10-27T03:24:50.234Z] #19 24.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-10-27T03:24:50.234Z] #19 24.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-10-27T03:24:50.234Z] #19 24.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2020-10-27T03:24:50.892Z] #19 25.15 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-10-27T03:24:50.892Z] #19 25.34 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-10-27T03:24:50.892Z] #19 25.35 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-10-27T03:24:50.892Z] #19 25.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-10-27T03:24:50.892Z] #19 25.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-10-27T03:24:50.892Z] #19 25.43 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-10-27T03:24:50.892Z] #19 25.46 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-10-27T03:24:51.196Z] #19 25.47 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-10-27T03:24:51.196Z] #19 25.48 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-10-27T03:24:51.196Z] #19 25.50 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-10-27T03:24:51.196Z] #19 25.64 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-10-27T03:24:51.196Z] #19 25.68 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-10-27T03:24:51.196Z] #19 25.75 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-10-27T03:24:51.497Z] #19 25.82 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-10-27T03:24:51.497Z] #19 25.83 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-10-27T03:24:51.497Z] #19 25.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-10-27T03:24:51.796Z] #43 ... [2020-10-27T03:24:51.796Z] [2020-10-27T03:24:51.796Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:24:51.796Z] #32 DONE 84.9s [2020-10-27T03:24:51.796Z] [2020-10-27T03:24:51.796Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:51.796Z] #41 4.943 fatal: not a git repository (or any of the parent directories): .git [2020-10-27T03:24:51.796Z] #41 5.004 GEN .gitid [2020-10-27T03:24:51.796Z] #41 5.043 GEN criu/include/version.h [2020-10-27T03:24:51.796Z] #41 5.105 GEN include/common/asm [2020-10-27T03:24:51.805Z] #19 26.15 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-10-27T03:24:51.805Z] #19 ... [2020-10-27T03:24:51.805Z] [2020-10-27T03:24:51.805Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:51.805Z] #44 140.1 mime [2020-10-27T03:24:52.108Z] #44 140.6 vendor/golang.org/x/net/idna [2020-10-27T03:24:52.369Z] #41 ... [2020-10-27T03:24:52.369Z] [2020-10-27T03:24:52.369Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:24:52.369Z] #11 75.60 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-10-27T03:24:52.369Z] #11 75.61 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-10-27T03:24:52.369Z] #11 75.62 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-10-27T03:24:52.369Z] #11 81.86 Selecting previously unselected package gcc-mingw-w64-base. [2020-10-27T03:24:52.369Z] #11 81.87 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-10-27T03:24:52.369Z] #11 81.88 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:24:52.369Z] #11 82.02 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-10-27T03:24:52.369Z] #11 82.02 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-10-27T03:24:52.369Z] #11 82.02 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:24:53.309Z] #11 ... [2020-10-27T03:24:53.309Z] [2020-10-27T03:24:53.309Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:53.309Z] #41 7.122 PBCC images/timens.pb-c.c [2020-10-27T03:24:53.309Z] #41 7.140 DEP images/timens.pb-c.d [2020-10-27T03:24:53.309Z] #41 7.195 PBCC images/fown.pb-c.c [2020-10-27T03:24:53.309Z] #41 7.233 PBCC images/google/protobuf/descriptor.pb-c.c [2020-10-27T03:24:53.309Z] #41 7.283 PBCC images/opts.pb-c.c [2020-10-27T03:24:53.309Z] #41 7.314 PBCC images/memfd.pb-c.c [2020-10-27T03:24:53.309Z] #41 7.355 DEP images/fown.pb-c.d [2020-10-27T03:24:53.309Z] #41 7.400 DEP images/google/protobuf/descriptor.pb-c.d [2020-10-27T03:24:53.309Z] #41 7.470 DEP images/opts.pb-c.d [2020-10-27T03:24:53.569Z] #41 7.511 DEP images/memfd.pb-c.d [2020-10-27T03:24:53.569Z] #41 7.553 PBCC images/sit.pb-c.c [2020-10-27T03:24:53.569Z] #41 7.619 DEP images/sit.pb-c.d [2020-10-27T03:24:53.569Z] #41 7.679 PBCC images/macvlan.pb-c.c [2020-10-27T03:24:53.569Z] #41 7.733 DEP images/macvlan.pb-c.d [2020-10-27T03:24:53.661Z] #44 141.7 mime/quotedprintable [2020-10-27T03:24:53.829Z] #41 7.785 PBCC images/autofs.pb-c.c [2020-10-27T03:24:53.829Z] #41 7.804 DEP images/autofs.pb-c.d [2020-10-27T03:24:53.829Z] #41 7.844 PBCC images/sysctl.pb-c.c [2020-10-27T03:24:53.829Z] #41 7.878 DEP images/sysctl.pb-c.d [2020-10-27T03:24:53.829Z] #41 7.923 PBCC images/time.pb-c.c [2020-10-27T03:24:53.829Z] #41 7.943 DEP images/time.pb-c.d [2020-10-27T03:24:53.829Z] #41 7.983 PBCC images/binfmt-misc.pb-c.c [2020-10-27T03:24:54.089Z] #41 8.019 DEP images/binfmt-misc.pb-c.d [2020-10-27T03:24:54.089Z] #41 8.075 PBCC images/seccomp.pb-c.c [2020-10-27T03:24:54.089Z] #41 8.115 DEP images/seccomp.pb-c.d [2020-10-27T03:24:54.089Z] #41 8.155 PBCC images/userns.pb-c.c [2020-10-27T03:24:54.089Z] #41 8.183 DEP images/userns.pb-c.d [2020-10-27T03:24:54.089Z] #41 8.219 PBCC images/cgroup.pb-c.c [2020-10-27T03:24:54.313Z] #44 142.7 net/http/internal [2020-10-27T03:24:54.353Z] #41 8.251 DEP images/cgroup.pb-c.d [2020-10-27T03:24:54.353Z] #41 8.296 PBCC images/ext-file.pb-c.c [2020-10-27T03:24:54.353Z] #41 8.328 DEP images/ext-file.pb-c.d [2020-10-27T03:24:54.353Z] #41 8.370 PBCC images/rpc.pb-c.c [2020-10-27T03:24:54.353Z] #41 8.392 DEP images/rpc.pb-c.d [2020-10-27T03:24:54.613Z] #41 8.471 PBCC images/siginfo.pb-c.c [2020-10-27T03:24:54.613Z] #41 8.522 DEP images/siginfo.pb-c.d [2020-10-27T03:24:54.613Z] #41 8.541 PBCC images/pagemap.pb-c.c [2020-10-27T03:24:54.613Z] #41 8.591 DEP images/pagemap.pb-c.d [2020-10-27T03:24:54.613Z] #41 8.637 PBCC images/rlimit.pb-c.c [2020-10-27T03:24:54.613Z] #41 8.668 DEP images/rlimit.pb-c.d [2020-10-27T03:24:54.613Z] #41 8.719 PBCC images/file-lock.pb-c.c [2020-10-27T03:24:54.874Z] #41 8.746 DEP images/file-lock.pb-c.d [2020-10-27T03:24:54.874Z] #41 8.793 PBCC images/tty.pb-c.c [2020-10-27T03:24:54.874Z] #41 8.859 DEP images/tty.pb-c.d [2020-10-27T03:24:54.874Z] #41 8.899 PBCC images/tun.pb-c.c [2020-10-27T03:24:54.874Z] #41 8.950 PBCC images/netdev.pb-c.c [2020-10-27T03:24:55.134Z] #41 9.059 DEP images/tun.pb-c.d [2020-10-27T03:24:55.134Z] #41 9.112 DEP images/netdev.pb-c.d [2020-10-27T03:24:55.134Z] #41 9.167 PBCC images/vma.pb-c.c [2020-10-27T03:24:55.134Z] #41 9.218 DEP images/vma.pb-c.d [2020-10-27T03:24:55.395Z] #41 9.269 PBCC images/creds.pb-c.c [2020-10-27T03:24:55.395Z] #41 9.301 DEP images/creds.pb-c.d [2020-10-27T03:24:55.395Z] #41 9.359 PBCC images/utsns.pb-c.c [2020-10-27T03:24:55.395Z] #41 9.379 DEP images/utsns.pb-c.d [2020-10-27T03:24:55.395Z] #41 9.425 PBCC images/ipc-desc.pb-c.c [2020-10-27T03:24:55.395Z] #41 9.448 PBCC images/ipc-sem.pb-c.c [2020-10-27T03:24:55.395Z] #41 9.464 DEP images/ipc-desc.pb-c.d [2020-10-27T03:24:55.655Z] #41 9.507 DEP images/ipc-sem.pb-c.d [2020-10-27T03:24:55.655Z] #41 9.566 PBCC images/ipc-msg.pb-c.c [2020-10-27T03:24:55.655Z] #41 9.623 DEP images/ipc-msg.pb-c.d [2020-10-27T03:24:55.655Z] #41 9.682 PBCC images/ipc-shm.pb-c.c [2020-10-27T03:24:55.655Z] #41 9.710 DEP images/ipc-shm.pb-c.d [2020-10-27T03:24:55.655Z] #41 9.767 PBCC images/ipc-var.pb-c.c [2020-10-27T03:24:55.655Z] #41 9.798 DEP images/ipc-var.pb-c.d [2020-10-27T03:24:55.915Z] #41 9.840 PBCC images/sk-opts.pb-c.c [2020-10-27T03:24:55.915Z] #41 9.892 PBCC images/packet-sock.pb-c.c [2020-10-27T03:24:55.915Z] #41 9.943 DEP images/sk-opts.pb-c.d [2020-10-27T03:24:56.176Z] #41 9.983 DEP images/packet-sock.pb-c.d [2020-10-27T03:24:56.176Z] #41 10.04 PBCC images/sk-netlink.pb-c.c [2020-10-27T03:24:56.176Z] #41 10.10 DEP images/sk-netlink.pb-c.d [2020-10-27T03:24:56.176Z] #41 10.13 PBCC images/sk-inet.pb-c.c [2020-10-27T03:24:56.176Z] #41 10.17 DEP images/sk-inet.pb-c.d [2020-10-27T03:24:56.436Z] #41 10.27 PBCC images/sk-unix.pb-c.c [2020-10-27T03:24:56.436Z] #41 10.29 DEP images/sk-unix.pb-c.d [2020-10-27T03:24:56.436Z] #41 10.34 PBCC images/mm.pb-c.c [2020-10-27T03:24:56.436Z] #41 10.40 DEP images/mm.pb-c.d [2020-10-27T03:24:56.436Z] #41 10.45 PBCC images/timerfd.pb-c.c [2020-10-27T03:24:56.436Z] #41 10.54 DEP images/timerfd.pb-c.d [2020-10-27T03:24:56.696Z] #41 10.58 PBCC images/timer.pb-c.c [2020-10-27T03:24:56.696Z] #41 10.58 DEP images/timer.pb-c.d [2020-10-27T03:24:56.696Z] #41 10.66 PBCC images/sa.pb-c.c [2020-10-27T03:24:56.696Z] #41 10.69 DEP images/sa.pb-c.d [2020-10-27T03:24:56.696Z] #41 10.75 PBCC images/pipe-data.pb-c.c [2020-10-27T03:24:56.696Z] #41 10.78 DEP images/pipe-data.pb-c.d [2020-10-27T03:24:56.957Z] #41 10.82 PBCC images/mnt.pb-c.c [2020-10-27T03:24:56.957Z] #41 10.87 DEP images/mnt.pb-c.d [2020-10-27T03:24:56.957Z] #41 10.92 PBCC images/sk-packet.pb-c.c [2020-10-27T03:24:56.957Z] #41 10.95 DEP images/sk-packet.pb-c.d [2020-10-27T03:24:56.957Z] #41 10.99 PBCC images/tcp-stream.pb-c.c [2020-10-27T03:24:56.957Z] #41 11.06 DEP images/tcp-stream.pb-c.d [2020-10-27T03:24:57.149Z] #44 ... [2020-10-27T03:24:57.149Z] [2020-10-27T03:24:57.149Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:24:57.149Z] #19 26.18 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-10-27T03:24:57.149Z] #19 26.24 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-10-27T03:24:57.149Z] #19 26.29 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-10-27T03:24:57.149Z] #19 26.31 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-10-27T03:24:57.149Z] #19 26.31 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-10-27T03:24:57.149Z] #19 26.33 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-10-27T03:24:57.149Z] #19 28.76 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-10-27T03:24:57.149Z] #19 28.77 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-10-27T03:24:57.149Z] #19 28.78 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-10-27T03:24:57.149Z] #19 28.79 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-10-27T03:24:57.149Z] #19 28.81 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-10-27T03:24:57.149Z] #19 28.85 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-10-27T03:24:57.149Z] #19 29.07 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-10-27T03:24:57.149Z] #19 29.08 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-10-27T03:24:57.149Z] #19 29.10 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-10-27T03:24:57.149Z] #19 29.12 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-10-27T03:24:57.149Z] #19 29.15 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-10-27T03:24:57.149Z] #19 29.20 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-10-27T03:24:57.149Z] #19 29.21 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-10-27T03:24:57.149Z] #19 29.37 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-10-27T03:24:57.149Z] #19 29.42 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-10-27T03:24:57.149Z] #19 29.45 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-10-27T03:24:57.149Z] #19 30.03 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-10-27T03:24:57.149Z] #19 30.15 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-10-27T03:24:57.149Z] #19 30.22 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-10-27T03:24:57.149Z] #19 31.12 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:24:57.149Z] #19 31.28 Fetched 29.2 MB in 6s (4809 kB/s) [2020-10-27T03:24:57.149Z] #19 31.40 Selecting previously unselected package pigz. [2020-10-27T03:24:57.149Z] #19 31.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-10-27T03:24:57.149Z] #19 31.58 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-10-27T03:24:57.149Z] #19 31.59 Unpacking pigz (2.4-1) ... [2020-10-27T03:24:57.149Z] #19 31.66 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-10-27T03:24:57.217Z] #41 11.15 PBCC images/pipe.pb-c.c [2020-10-27T03:24:57.217Z] #41 11.18 DEP images/pipe.pb-c.d [2020-10-27T03:24:57.217Z] #41 11.21 PBCC images/pstree.pb-c.c [2020-10-27T03:24:57.217Z] #41 11.22 DEP images/pstree.pb-c.d [2020-10-27T03:24:57.217Z] #41 11.24 PBCC images/fs.pb-c.c [2020-10-27T03:24:57.217Z] #41 11.28 DEP images/fs.pb-c.d [2020-10-27T03:24:57.449Z] #19 31.66 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-10-27T03:24:57.449Z] #19 31.67 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-10-27T03:24:57.478Z] #41 11.32 PBCC images/signalfd.pb-c.c [2020-10-27T03:24:57.478Z] #41 11.36 DEP images/signalfd.pb-c.d [2020-10-27T03:24:57.478Z] #41 11.43 PBCC images/fh.pb-c.c [2020-10-27T03:24:57.478Z] #41 11.51 PBCC images/fsnotify.pb-c.c [2020-10-27T03:24:57.478Z] #41 11.55 DEP images/fh.pb-c.d [2020-10-27T03:24:57.738Z] #41 11.63 DEP images/fsnotify.pb-c.d [2020-10-27T03:24:57.738Z] #41 11.73 PBCC images/eventpoll.pb-c.c [2020-10-27T03:24:57.738Z] #41 11.74 DEP images/eventpoll.pb-c.d [2020-10-27T03:24:57.738Z] #41 11.78 PBCC images/eventfd.pb-c.c [2020-10-27T03:24:57.738Z] #41 11.79 DEP images/eventfd.pb-c.d [2020-10-27T03:24:57.738Z] #41 11.83 PBCC images/remap-file-path.pb-c.c [2020-10-27T03:24:57.747Z] #19 32.13 Selecting previously unselected package python3.7-minimal. [2020-10-27T03:24:57.747Z] #19 32.13 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-10-27T03:24:57.747Z] #19 32.15 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-10-27T03:24:57.747Z] #19 ... [2020-10-27T03:24:57.747Z] [2020-10-27T03:24:57.747Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:24:57.747Z] #42 76.04 LINK criu/pie/restorer.built-in.o [2020-10-27T03:24:57.747Z] #42 76.05 GEN criu/pie/restorer-blob.h [2020-10-27T03:24:57.747Z] #42 76.18 DEP criu/vdso.d [2020-10-27T03:24:57.747Z] #42 76.41 DEP criu/uts_ns.d [2020-10-27T03:24:57.747Z] #42 76.72 DEP criu/util.d [2020-10-27T03:24:57.747Z] #42 76.97 DEP criu/uffd.d [2020-10-27T03:24:57.747Z] #42 77.20 DEP criu/tun.d [2020-10-27T03:24:57.747Z] #42 77.45 DEP criu/tty.d [2020-10-27T03:24:57.747Z] #42 77.81 DEP criu/timerfd.d [2020-10-27T03:24:57.747Z] #42 77.99 DEP criu/timens.d [2020-10-27T03:24:57.747Z] #42 78.18 DEP criu/sysfs_parse.d [2020-10-27T03:24:57.747Z] #42 78.38 DEP criu/sysctl.d [2020-10-27T03:24:57.747Z] #42 78.60 DEP criu/string.d [2020-10-27T03:24:57.747Z] #42 78.66 DEP criu/stats.d [2020-10-27T03:24:57.747Z] #42 78.80 DEP criu/sockets.d [2020-10-27T03:24:57.747Z] #42 79.05 DEP criu/sk-unix.d [2020-10-27T03:24:57.747Z] #42 79.38 DEP criu/sk-tcp.d [2020-10-27T03:24:57.747Z] #42 79.64 DEP criu/sk-queue.d [2020-10-27T03:24:57.747Z] #42 79.93 DEP criu/sk-packet.d [2020-10-27T03:24:57.747Z] #42 80.13 DEP criu/sk-netlink.d [2020-10-27T03:24:57.747Z] #42 80.30 DEP criu/sk-inet.d [2020-10-27T03:24:57.747Z] #42 80.53 DEP criu/signalfd.d [2020-10-27T03:24:57.747Z] #42 80.71 DEP criu/sigframe.d [2020-10-27T03:24:57.747Z] #42 80.81 DEP criu/shmem.d [2020-10-27T03:24:57.747Z] #42 80.98 DEP criu/servicefd.d [2020-10-27T03:24:57.747Z] #42 81.15 DEP criu/seize.d [2020-10-27T03:24:57.747Z] #42 81.33 DEP criu/seccomp.d [2020-10-27T03:24:57.747Z] #42 81.55 DEP criu/rst-malloc.d [2020-10-27T03:24:57.747Z] #42 81.64 DEP criu/rbtree.d [2020-10-27T03:24:57.747Z] #42 81.68 DEP criu/pstree.d [2020-10-27T03:24:57.747Z] #42 81.88 DEP criu/protobuf.d [2020-10-27T03:24:57.747Z] #42 82.04 GEN criu/protobuf-desc-gen.h [2020-10-27T03:24:57.747Z] #42 84.09 DEP criu/protobuf-desc.d [2020-10-27T03:24:57.747Z] #42 84.31 DEP criu/proc_parse.d [2020-10-27T03:24:57.747Z] #42 84.52 DEP criu/plugin.d [2020-10-27T03:24:57.747Z] #42 84.68 DEP criu/pipes.d [2020-10-27T03:24:57.747Z] #42 84.89 DEP criu/pie-util.d [2020-10-27T03:24:57.747Z] #42 85.06 DEP criu/pie-util-vdso.d [2020-10-27T03:24:57.747Z] #42 85.20 DEP criu/path.d [2020-10-27T03:24:57.747Z] #42 85.37 DEP criu/parasite-syscall.d [2020-10-27T03:24:57.747Z] #42 85.76 DEP criu/pagemap.d [2020-10-27T03:24:57.747Z] #42 85.97 DEP criu/pagemap-cache.d [2020-10-27T03:24:57.998Z] #41 11.85 DEP images/remap-file-path.pb-c.d [2020-10-27T03:24:57.998Z] #41 11.92 PBCC images/fifo.pb-c.c [2020-10-27T03:24:57.998Z] #41 11.92 DEP images/fifo.pb-c.d [2020-10-27T03:24:57.998Z] #41 12.00 PBCC images/ghost-file.pb-c.c [2020-10-27T03:24:57.998Z] #41 12.08 DEP images/ghost-file.pb-c.d [2020-10-27T03:24:57.998Z] #41 12.12 PBCC images/regfile.pb-c.c [2020-10-27T03:24:58.046Z] #42 86.17 DEP criu/page-xfer.d [2020-10-27T03:24:58.046Z] #42 ... [2020-10-27T03:24:58.046Z] [2020-10-27T03:24:58.046Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:24:58.046Z] #44 146.3 net/textproto [2020-10-27T03:24:58.046Z] #44 146.3 vendor/golang.org/x/net/http/httpproxy [2020-10-27T03:24:58.046Z] #44 146.4 crypto/x509 [2020-10-27T03:24:58.259Z] #41 12.16 DEP images/regfile.pb-c.d [2020-10-27T03:24:58.259Z] #41 12.23 PBCC images/ns.pb-c.c [2020-10-27T03:24:58.259Z] #41 12.27 DEP images/ns.pb-c.d [2020-10-27T03:24:58.259Z] #41 12.32 PBCC images/fdinfo.pb-c.c [2020-10-27T03:24:58.520Z] #41 12.38 DEP images/fdinfo.pb-c.d [2020-10-27T03:24:58.520Z] #41 12.45 PBCC images/core-aarch64.pb-c.c [2020-10-27T03:24:58.520Z] #41 12.49 PBCC images/core-arm.pb-c.c [2020-10-27T03:24:58.520Z] #41 12.57 PBCC images/core-ppc64.pb-c.c [2020-10-27T03:24:58.520Z] #41 12.63 PBCC images/core-s390.pb-c.c [2020-10-27T03:24:58.780Z] #41 12.67 PBCC images/core-x86.pb-c.c [2020-10-27T03:24:58.780Z] #41 12.73 PBCC images/core.pb-c.c [2020-10-27T03:24:58.780Z] #41 12.79 PBCC images/inventory.pb-c.c [2020-10-27T03:24:58.780Z] #41 12.87 DEP images/core-aarch64.pb-c.d [2020-10-27T03:24:59.041Z] #41 12.94 DEP images/core-arm.pb-c.d [2020-10-27T03:24:59.041Z] #41 12.98 DEP images/core-ppc64.pb-c.d [2020-10-27T03:24:59.041Z] #41 13.03 DEP images/core-s390.pb-c.d [2020-10-27T03:24:59.301Z] #41 13.10 DEP images/core-x86.pb-c.d [2020-10-27T03:24:59.301Z] #41 13.18 DEP images/core.pb-c.d [2020-10-27T03:24:59.301Z] #41 13.26 DEP images/inventory.pb-c.d [2020-10-27T03:24:59.301Z] #41 13.33 PBCC images/cpuinfo.pb-c.c [2020-10-27T03:24:59.301Z] #41 13.37 DEP images/cpuinfo.pb-c.d [2020-10-27T03:24:59.301Z] #41 13.43 PBCC images/stats.pb-c.c [2020-10-27T03:24:59.301Z] #41 13.47 DEP images/stats.pb-c.d [2020-10-27T03:25:00.153Z] #44 148.3 vendor/golang.org/x/net/http/httpguts [2020-10-27T03:25:00.153Z] #44 148.3 mime/multipart [2020-10-27T03:25:01.212Z] #41 14.84 make[1]: Nothing to be done for 'all'. [2020-10-27T03:25:01.473Z] #41 ... [2020-10-27T03:25:01.473Z] [2020-10-27T03:25:01.473Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:25:03.039Z] #54 41.61 Checking out files: 47% (1637/3445) Checking out files: 48% (1654/3445) Checking out files: 49% (1689/3445) Checking out files: 50% (1723/3445) Checking out files: 51% (1757/3445) Checking out files: 52% (1792/3445) Checking out files: 53% (1826/3445) Checking out files: 54% (1861/3445) Checking out files: 55% (1895/3445) Checking out files: 56% (1930/3445) Checking out files: 57% (1964/3445) Checking out files: 58% (1999/3445) Checking out files: 59% (2033/3445) Checking out files: 60% (2067/3445) Checking out files: 61% (2102/3445) Checking out files: 62% (2136/3445) Checking out files: 63% (2171/3445) Checking out files: 64% (2205/3445) Checking out files: 65% (2240/3445) Checking out files: 66% (2274/3445) Checking out files: 67% (2309/3445) Checking out files: 68% (2343/3445) Checking out files: 69% (2378/3445) Checking out files: 70% (2412/3445) Checking out files: 71% (2446/3445) Checking out files: 72% (2481/3445) Checking out files: 73% (2515/3445) Checking out files: 74% (2550/3445) Checking out files: 75% (2584/3445) Checking out files: 76% (2619/3445) Checking out files: 77% (2653/3445) Checking out files: 78% (2688/3445) Checking out files: 79% (2722/3445) Checking out files: 80% (2756/3445) Checking out files: 81% (2791/3445) Checking out files: 82% (2825/3445) Checking out files: 83% (2860/3445) Checking out files: 84% (2894/3445) Checking out files: 85% (2929/3445) Checking out files: 86% (2963/3445) Checking out files: 86% (2992/3445) Checking out files: 87% (2998/3445) Checking out files: 88% (3032/3445) Checking out files: 89% (3067/3445) Checking out files: 90% (3101/3445) Checking out files: 91% (3135/3445) Checking out files: 92% (3170/3445) Checking out files: 93% (3204/3445) Checking out files: 94% (3239/3445) Checking out files: 95% (3273/3445) Checking out files: 96% (3308/3445) Checking out files: 97% (3342/3445) Checking out files: 98% (3377/3445) Checking out files: 99% (3411/3445) Checking out files: 100% (3445/3445) Checking out files: 100% (3445/3445), done. [2020-10-27T03:25:03.039Z] #54 43.24 + cd /tmp/tmp.ajGekON5ZI/src/github.com/containerd/containerd [2020-10-27T03:25:03.039Z] #54 43.24 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-27T03:25:03.039Z] #54 ... [2020-10-27T03:25:03.039Z] [2020-10-27T03:25:03.039Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:25:03.039Z] #49 86.58 github.com/pkg/diff [2020-10-27T03:25:03.039Z] #49 87.71 golang.org/x/crypto/ssh/terminal [2020-10-27T03:25:03.039Z] #49 87.87 mvdan.cc/editorconfig [2020-10-27T03:25:03.039Z] #49 89.01 mvdan.cc/sh/v3/fileutil [2020-10-27T03:25:03.039Z] #49 89.20 mvdan.cc/sh/v3/syntax [2020-10-27T03:25:03.039Z] #49 95.27 mvdan.cc/sh/v3/cmd/shfmt [2020-10-27T03:25:03.300Z] #49 ... [2020-10-27T03:25:03.300Z] [2020-10-27T03:25:03.300Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:03.300Z] #41 16.32 CC images/stats.o [2020-10-27T03:25:03.300Z] #41 16.82 CC images/core.o [2020-10-27T03:25:03.300Z] #41 17.47 CC images/core-x86.o [2020-10-27T03:25:03.743Z] #44 151.5 crypto/tls [2020-10-27T03:25:03.743Z] #44 ... [2020-10-27T03:25:03.743Z] [2020-10-27T03:25:03.743Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:25:03.743Z] #19 33.16 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-10-27T03:25:03.743Z] #19 33.18 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-10-27T03:25:03.743Z] #19 36.11 Selecting previously unselected package python3-minimal. [2020-10-27T03:25:03.743Z] #19 36.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2020-10-27T03:25:03.743Z] #19 36.22 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-10-27T03:25:03.743Z] #19 36.23 Unpacking python3-minimal (3.7.3-1) ... [2020-10-27T03:25:03.743Z] #19 36.33 Selecting previously unselected package libmpdec2:ppc64el. [2020-10-27T03:25:03.743Z] #19 36.36 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-10-27T03:25:03.743Z] #19 36.38 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-10-27T03:25:03.743Z] #19 36.51 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-10-27T03:25:03.743Z] #19 36.52 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-10-27T03:25:03.743Z] #19 36.54 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-10-27T03:25:03.743Z] #19 37.63 Selecting previously unselected package python3.7. [2020-10-27T03:25:03.743Z] #19 37.65 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-10-27T03:25:03.743Z] #19 37.65 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-10-27T03:25:03.743Z] #19 37.78 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-10-27T03:25:03.743Z] #19 37.78 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-10-27T03:25:03.743Z] #19 37.79 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-10-27T03:25:03.743Z] #19 37.89 Setting up python3-minimal (3.7.3-1) ... [2020-10-27T03:25:04.242Z] #41 17.94 CC images/core-arm.o [2020-10-27T03:25:04.242Z] #41 ... [2020-10-27T03:25:04.242Z] [2020-10-27T03:25:04.242Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:25:04.242Z] #43 87.49 go/parser [2020-10-27T03:25:04.242Z] #43 87.83 text/template [2020-10-27T03:25:04.242Z] #43 90.72 encoding/xml [2020-10-27T03:25:04.242Z] #43 92.29 go/doc [2020-10-27T03:25:04.242Z] #43 95.41 github.com/LK4D4/vndr/build [2020-10-27T03:25:04.242Z] #43 96.15 github.com/LK4D4/vndr/versioned [2020-10-27T03:25:04.242Z] #43 96.33 compress/flate [2020-10-27T03:25:04.242Z] #43 ... [2020-10-27T03:25:04.242Z] [2020-10-27T03:25:04.242Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:04.242Z] #41 18.35 CC images/core-aarch64.o [2020-10-27T03:25:04.808Z] #19 38.94 Selecting previously unselected package python3. [2020-10-27T03:25:04.808Z] #19 38.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2020-10-27T03:25:04.808Z] #19 39.07 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-10-27T03:25:04.808Z] #19 39.08 Unpacking python3 (3.7.3-1) ... [2020-10-27T03:25:04.808Z] #19 39.21 Selecting previously unselected package libip4tc0:ppc64el. [2020-10-27T03:25:04.808Z] #19 39.22 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-10-27T03:25:04.808Z] #19 39.24 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-10-27T03:25:04.814Z] #41 18.69 CC images/core-ppc64.o [2020-10-27T03:25:05.109Z] #19 39.34 Selecting previously unselected package libip6tc0:ppc64el. [2020-10-27T03:25:05.109Z] #19 39.36 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-10-27T03:25:05.109Z] #19 39.36 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-10-27T03:25:05.109Z] #19 39.45 Selecting previously unselected package libiptc0:ppc64el. [2020-10-27T03:25:05.109Z] #19 39.46 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-10-27T03:25:05.109Z] #19 39.47 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-10-27T03:25:05.109Z] #19 ... [2020-10-27T03:25:05.109Z] [2020-10-27T03:25:05.109Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:25:05.385Z] #41 19.31 CC images/core-s390.o [2020-10-27T03:25:06.327Z] #41 20.03 CC images/cpuinfo.o [2020-10-27T03:25:06.588Z] #41 20.51 CC images/inventory.o [2020-10-27T03:25:06.848Z] #41 20.81 CC images/fdinfo.o [2020-10-27T03:25:07.109Z] #41 21.15 CC images/fown.o [2020-10-27T03:25:07.682Z] #41 21.41 CC images/ns.o [2020-10-27T03:25:07.682Z] #41 21.63 CC images/regfile.o [2020-10-27T03:25:07.943Z] #41 21.91 CC images/ghost-file.o [2020-10-27T03:25:08.144Z] #23 153.4 Checking out files: 22% (2471/10991) Checking out files: 23% (2528/10991) Checking out files: 24% (2638/10991) Checking out files: 25% (2748/10991) Checking out files: 26% (2858/10991) Checking out files: 27% (2968/10991) Checking out files: 28% (3078/10991) Checking out files: 29% (3188/10991) Checking out files: 30% (3298/10991) Checking out files: 31% (3408/10991) Checking out files: 32% (3518/10991) Checking out files: 33% (3628/10991) Checking out files: 34% (3737/10991) Checking out files: 35% (3847/10991) Checking out files: 36% (3957/10991) Checking out files: 37% (4067/10991) Checking out files: 38% (4177/10991) Checking out files: 38% (4280/10991) Checking out files: 39% (4287/10991) Checking out files: 40% (4397/10991) Checking out files: 41% (4507/10991) Checking out files: 42% (4617/10991) Checking out files: 43% (4727/10991) Checking out files: 44% (4837/10991) Checking out files: 45% (4946/10991) Checking out files: 46% (5056/10991) Checking out files: 47% (5166/10991) Checking out files: 48% (5276/10991) Checking out files: 49% (5386/10991) Checking out files: 50% (5496/10991) Checking out files: 51% (5606/10991) Checking out files: 52% (5716/10991) Checking out files: 53% (5826/10991) Checking out files: 54% (5936/10991) Checking out files: 55% (6046/10991) Checking out files: 56% (6155/10991) Checking out files: 56% (6213/10991) Checking out files: 57% (6265/10991) Checking out files: 58% (6375/10991) Checking out files: 59% (6485/10991) Checking out files: 60% (6595/10991) Checking out files: 61% (6705/10991) Checking out files: 62% (6815/10991) Checking out files: 63% (6925/10991) Checking out files: 64% (7035/10991) Checking out files: 65% (7145/10991) Checking out files: 66% (7255/10991) Checking out files: 67% (7364/10991) Checking out files: 68% (7474/10991) Checking out files: 69% (7584/10991) Checking out files: 70% (7694/10991) Checking out files: 71% (7804/10991) Checking out files: 72% (7914/10991) Checking out files: 73% (8024/10991) Checking out files: 74% (8134/10991) Checking out files: 75% (8244/10991) Checking out files: 76% (8354/10991) Checking out files: 77% (8464/10991) Checking out files: 77% (8523/10991) Checking out files: 78% (8573/10991) Checking out files: 79% (8683/10991) Checking out files: 80% (8793/10991) Checking out files: 81% (8903/10991) [2020-10-27T03:25:08.144Z] #23 ... [2020-10-27T03:25:08.144Z] [2020-10-27T03:25:08.144Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:08.144Z] #42 86.43 DEP criu/page-pipe.d [2020-10-27T03:25:08.144Z] #42 86.56 DEP criu/netfilter.d [2020-10-27T03:25:08.144Z] #42 86.75 DEP criu/net.d [2020-10-27T03:25:08.144Z] #42 87.02 DEP criu/namespaces.d [2020-10-27T03:25:08.144Z] #42 87.20 DEP criu/mount.d [2020-10-27T03:25:08.144Z] #42 87.41 DEP criu/memfd.d [2020-10-27T03:25:08.144Z] #42 87.56 DEP criu/mem.d [2020-10-27T03:25:08.144Z] #42 87.79 DEP criu/lsm.d [2020-10-27T03:25:08.144Z] #42 87.96 DEP criu/log.d [2020-10-27T03:25:08.144Z] #42 88.13 DEP criu/libnetlink.d [2020-10-27T03:25:08.144Z] #42 88.26 DEP criu/kerndat.d [2020-10-27T03:25:08.144Z] #42 88.52 DEP criu/kcmp-ids.d [2020-10-27T03:25:08.144Z] #42 88.63 DEP criu/irmap.d [2020-10-27T03:25:08.144Z] #42 88.80 DEP criu/ipc_ns.d [2020-10-27T03:25:08.144Z] #42 89.02 DEP criu/image.d [2020-10-27T03:25:08.144Z] #42 89.20 DEP criu/image-desc.d [2020-10-27T03:25:08.144Z] #42 89.31 DEP criu/fsnotify.d [2020-10-27T03:25:08.144Z] #42 89.66 DEP criu/filesystems.d [2020-10-27T03:25:08.144Z] #42 89.91 DEP criu/files.d [2020-10-27T03:25:08.144Z] #42 90.22 DEP criu/files-reg.d [2020-10-27T03:25:08.144Z] #42 90.50 DEP criu/files-ext.d [2020-10-27T03:25:08.144Z] #42 90.64 DEP criu/file-lock.d [2020-10-27T03:25:08.144Z] #42 90.81 DEP criu/file-ids.d [2020-10-27T03:25:08.144Z] #42 90.97 DEP criu/fifo.d [2020-10-27T03:25:08.144Z] #42 91.16 DEP criu/fdstore.d [2020-10-27T03:25:08.144Z] #42 91.27 DEP criu/fault-injection.d [2020-10-27T03:25:08.144Z] #42 91.31 DEP criu/external.d [2020-10-27T03:25:08.144Z] #42 91.48 DEP criu/eventpoll.d [2020-10-27T03:25:08.144Z] #42 91.64 DEP criu/eventfd.d [2020-10-27T03:25:08.144Z] #42 91.80 DEP criu/crtools.d [2020-10-27T03:25:08.144Z] #42 92.01 DEP criu/cr-service.d [2020-10-27T03:25:08.144Z] #42 92.28 DEP criu/cr-restore.d [2020-10-27T03:25:08.144Z] #42 92.57 DEP criu/cr-errno.d [2020-10-27T03:25:08.144Z] #42 92.59 DEP criu/cr-dump.d [2020-10-27T03:25:08.144Z] #42 92.84 DEP criu/cr-dedup.d [2020-10-27T03:25:08.144Z] #42 93.07 DEP criu/cr-check.d [2020-10-27T03:25:08.144Z] #42 93.35 DEP criu/config.d [2020-10-27T03:25:08.144Z] #42 93.57 DEP criu/clone-noasan.d [2020-10-27T03:25:08.144Z] #42 93.69 DEP criu/cgroup.d [2020-10-27T03:25:08.144Z] #42 93.91 DEP criu/cgroup-props.d [2020-10-27T03:25:08.144Z] #42 94.05 DEP criu/bitmap.d [2020-10-27T03:25:08.144Z] #42 94.07 DEP criu/bfd.d [2020-10-27T03:25:08.144Z] #42 94.22 DEP criu/autofs.d [2020-10-27T03:25:08.144Z] #42 94.40 DEP criu/aio.d [2020-10-27T03:25:08.144Z] #42 94.68 DEP criu/action-scripts.d [2020-10-27T03:25:08.144Z] #42 95.10 CC criu/action-scripts.o [2020-10-27T03:25:08.144Z] #42 96.00 CC criu/aio.o [2020-10-27T03:25:08.205Z] #41 ... [2020-10-27T03:25:08.205Z] [2020-10-27T03:25:08.205Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-27T03:25:08.205Z] #49 DONE 101.4s [2020-10-27T03:25:08.205Z] [2020-10-27T03:25:08.205Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:25:08.205Z] #54 44.59 + export 'BUILDTAGS=netgo osusergo static_build' [2020-10-27T03:25:08.205Z] #54 44.59 + BUILDTAGS='netgo osusergo static_build' [2020-10-27T03:25:08.205Z] #54 44.59 + export EXTRA_FLAGS=-buildmode=pie [2020-10-27T03:25:08.205Z] #54 44.59 + EXTRA_FLAGS=-buildmode=pie [2020-10-27T03:25:08.205Z] #54 44.59 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-10-27T03:25:08.205Z] #54 44.59 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-10-27T03:25:08.205Z] #54 44.59 + '[' '' = dynamic ']' [2020-10-27T03:25:08.205Z] #54 44.59 + make [2020-10-27T03:25:08.205Z] #54 45.68 + bin/ctr [2020-10-27T03:25:08.446Z] #42 ... [2020-10-27T03:25:08.446Z] [2020-10-27T03:25:08.446Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:25:09.348Z] #23 153.4 Checking out files: 22% (2471/10991) Checking out files: 23% (2528/10991) Checking out files: 24% (2638/10991) Checking out files: 25% (2748/10991) Checking out files: 26% (2858/10991) Checking out files: 27% (2968/10991) Checking out files: 28% (3078/10991) Checking out files: 29% (3188/10991) Checking out files: 30% (3298/10991) Checking out files: 31% (3408/10991) Checking out files: 32% (3518/10991) Checking out files: 33% (3628/10991) Checking out files: 34% (3737/10991) Checking out files: 35% (3847/10991) Checking out files: 36% (3957/10991) Checking out files: 37% (4067/10991) Checking out files: 38% (4177/10991) Checking out files: 38% (4280/10991) Checking out files: 39% (4287/10991) Checking out files: 40% (4397/10991) Checking out files: 41% (4507/10991) Checking out files: 42% (4617/10991) Checking out files: 43% (4727/10991) Checking out files: 44% (4837/10991) Checking out files: 45% (4946/10991) Checking out files: 46% (5056/10991) Checking out files: 47% (5166/10991) Checking out files: 48% (5276/10991) Checking out files: 49% (5386/10991) Checking out files: 50% (5496/10991) Checking out files: 51% (5606/10991) Checking out files: 52% (5716/10991) Checking out files: 53% (5826/10991) Checking out files: 54% (5936/10991) Checking out files: 55% (6046/10991) Checking out files: 56% (6155/10991) Checking out files: 56% (6213/10991) Checking out files: 57% (6265/10991) Checking out files: 58% (6375/10991) Checking out files: 59% (6485/10991) Checking out files: 60% (6595/10991) Checking out files: 61% (6705/10991) Checking out files: 62% (6815/10991) Checking out files: 63% (6925/10991) Checking out files: 64% (7035/10991) Checking out files: 65% (7145/10991) Checking out files: 66% (7255/10991) Checking out files: 67% (7364/10991) Checking out files: 68% (7474/10991) Checking out files: 69% (7584/10991) Checking out files: 70% (7694/10991) Checking out files: 71% (7804/10991) Checking out files: 72% (7914/10991) Checking out files: 73% (8024/10991) Checking out files: 74% (8134/10991) Checking out files: 75% (8244/10991) Checking out files: 76% (8354/10991) Checking out files: 77% (8464/10991) Checking out files: 77% (8523/10991) Checking out files: 78% (8573/10991) Checking out files: 79% (8683/10991) Checking out files: 80% (8793/10991) Checking out files: 81% (8903/10991) Checking out files: 82% (9013/10991) Checking out files: 83% (9123/10991) Checking out files: 84% (9233/10991) Checking out files: 85% (9343/10991) Checking out files: 86% (9453/10991) Checking out files: 87% (9563/10991) Checking out files: 88% (9673/10991) Checking out files: 89% (9782/10991) Checking out files: 90% (9892/10991) Checking out files: 91% (10002/10991) Checking out files: 92% (10112/10991) Checking out files: 93% (10222/10991) Checking out files: 94% (10332/10991) Checking out files: 95% (10442/10991) Checking out files: 96% (10552/10991) Checking out files: 96% (10660/10991) Checking out files: 97% (10662/10991) Checking out files: 98% (10772/10991) Checking out files: 99% (10882/10991) Checking out files: 100% (10991/10991) Checking out files: 100% (10991/10991), done. [2020-10-27T03:25:09.650Z] #23 157.8 + cd /tmp/tmp.eyWRKQ0aPt/tmp/docker-ce [2020-10-27T03:25:09.650Z] #23 157.8 + git checkout -q v17.06.2-ce [2020-10-27T03:25:09.790Z] ok github.com/docker/docker/cmd/dockerd 0.057s coverage: 29.1% of statements [2020-10-27T03:25:09.790Z] ok github.com/docker/docker/container 0.112s coverage: 34.7% of statements [2020-10-27T03:25:09.790Z] ? github.com/docker/docker/container/stream [no test files] [2020-10-27T03:25:09.790Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-10-27T03:25:09.790Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-10-27T03:25:09.790Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-10-27T03:25:10.747Z] #54 ... [2020-10-27T03:25:10.747Z] [2020-10-27T03:25:10.747Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:10.747Z] #41 22.33 CC images/fifo.o [2020-10-27T03:25:10.747Z] #41 22.56 CC images/remap-file-path.o [2020-10-27T03:25:10.747Z] #41 22.79 CC images/eventfd.o [2020-10-27T03:25:10.747Z] #41 23.09 CC images/eventpoll.o [2020-10-27T03:25:10.747Z] #41 23.49 CC images/fh.o [2020-10-27T03:25:10.747Z] #41 23.84 CC images/fsnotify.o [2020-10-27T03:25:10.747Z] #41 24.44 CC images/signalfd.o [2020-10-27T03:25:10.747Z] #41 24.60 CC images/fs.o [2020-10-27T03:25:10.747Z] #41 24.88 CC images/pstree.o [2020-10-27T03:25:11.318Z] #41 25.11 CC images/pipe.o [2020-10-27T03:25:11.318Z] #41 25.34 CC images/tcp-stream.o [2020-10-27T03:25:11.579Z] #41 25.60 CC images/sk-packet.o [2020-10-27T03:25:11.839Z] #41 25.85 CC images/mnt.o [2020-10-27T03:25:12.100Z] #41 26.10 CC images/pipe-data.o [2020-10-27T03:25:12.360Z] #41 26.37 CC images/sa.o [2020-10-27T03:25:12.621Z] #41 26.64 CC images/timer.o [2020-10-27T03:25:13.192Z] #41 26.95 CC images/timerfd.o [2020-10-27T03:25:13.192Z] #41 27.13 CC images/mm.o [2020-10-27T03:25:13.236Z] #23 161.5 + mkdir -p /tmp/tmp.eyWRKQ0aPt/src/github.com/docker [2020-10-27T03:25:13.236Z] #23 161.5 + mv components/cli /tmp/tmp.eyWRKQ0aPt/src/github.com/docker/cli [2020-10-27T03:25:13.236Z] #23 161.5 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-10-27T03:25:13.452Z] #41 27.46 CC images/sk-opts.o [2020-10-27T03:25:13.713Z] #41 27.62 CC images/sk-unix.o [2020-10-27T03:25:13.973Z] #41 27.91 CC images/sk-inet.o [2020-10-27T03:25:14.249Z] #41 28.26 CC images/tun.o [2020-10-27T03:25:14.510Z] #41 28.53 CC images/sk-netlink.o [2020-10-27T03:25:14.771Z] #41 28.75 CC images/packet-sock.o [2020-10-27T03:25:15.032Z] #41 29.04 CC images/ipc-var.o [2020-10-27T03:25:15.032Z] #41 ... [2020-10-27T03:25:15.032Z] [2020-10-27T03:25:15.032Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:25:15.032Z] #43 98.53 hash/crc32 [2020-10-27T03:25:15.032Z] #43 99.05 net [2020-10-27T03:25:15.032Z] #43 99.13 compress/gzip [2020-10-27T03:25:15.032Z] #43 99.69 vendor/golang.org/x/text/transform [2020-10-27T03:25:15.032Z] #43 100.4 vendor/golang.org/x/text/unicode/bidi [2020-10-27T03:25:15.032Z] #43 102.4 vendor/golang.org/x/text/secure/bidirule [2020-10-27T03:25:15.032Z] #43 102.8 vendor/golang.org/x/text/unicode/norm [2020-10-27T03:25:15.032Z] #43 106.5 vendor/golang.org/x/net/idna [2020-10-27T03:25:15.293Z] #43 108.6 vendor/golang.org/x/net/http2/hpack [2020-10-27T03:25:15.293Z] #43 ... [2020-10-27T03:25:15.293Z] [2020-10-27T03:25:15.293Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:15.293Z] #41 29.33 CC images/ipc-desc.o [2020-10-27T03:25:15.374Z] ok github.com/docker/docker/daemon/cluster 0.029s coverage: 0.5% of statements [2020-10-27T03:25:15.389Z] #23 ... [2020-10-27T03:25:15.389Z] [2020-10-27T03:25:15.389Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:25:15.389Z] #19 39.61 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-10-27T03:25:15.389Z] #19 39.62 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 39.62 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-10-27T03:25:15.389Z] #19 39.69 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-10-27T03:25:15.389Z] #19 39.70 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 39.70 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-10-27T03:25:15.389Z] #19 39.80 Selecting previously unselected package libnftnl11:ppc64el. [2020-10-27T03:25:15.389Z] #19 39.80 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 39.81 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-10-27T03:25:15.389Z] #19 39.95 Selecting previously unselected package iptables. [2020-10-27T03:25:15.389Z] #19 39.97 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 39.97 Unpacking iptables (1.8.2-4) ... [2020-10-27T03:25:15.389Z] #19 40.75 Selecting previously unselected package xxd. [2020-10-27T03:25:15.389Z] #19 40.75 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 40.77 Unpacking xxd (2:8.1.0875-5) ... [2020-10-27T03:25:15.389Z] #19 40.96 Selecting previously unselected package vim-common. [2020-10-27T03:25:15.389Z] #19 40.97 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-10-27T03:25:15.389Z] #19 41.03 Unpacking vim-common (2:8.1.0875-5) ... [2020-10-27T03:25:15.389Z] #19 41.18 Selecting previously unselected package bash-completion. [2020-10-27T03:25:15.389Z] #19 41.19 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-10-27T03:25:15.389Z] #19 45.61 Unpacking bash-completion (1:2.8-6) ... [2020-10-27T03:25:15.389Z] #19 46.15 Selecting previously unselected package bzip2. [2020-10-27T03:25:15.389Z] #19 46.16 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 46.16 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-10-27T03:25:15.389Z] #19 46.27 Selecting previously unselected package xz-utils. [2020-10-27T03:25:15.389Z] #19 46.27 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 46.28 Unpacking xz-utils (5.2.4-1) ... [2020-10-27T03:25:15.389Z] #19 46.45 Selecting previously unselected package apparmor. [2020-10-27T03:25:15.389Z] #19 46.46 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 46.57 Unpacking apparmor (2.13.2-10) ... [2020-10-27T03:25:15.389Z] #19 47.09 Selecting previously unselected package aufs-tools. [2020-10-27T03:25:15.389Z] #19 47.10 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 47.19 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-10-27T03:25:15.389Z] #19 47.39 Selecting previously unselected package libonig5:ppc64el. [2020-10-27T03:25:15.389Z] #19 47.39 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 47.41 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-10-27T03:25:15.389Z] #19 47.54 Selecting previously unselected package libjq1:ppc64el. [2020-10-27T03:25:15.389Z] #19 47.55 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 47.55 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-10-27T03:25:15.389Z] #19 47.66 Selecting previously unselected package jq. [2020-10-27T03:25:15.389Z] #19 47.66 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 47.67 Unpacking jq (1.5+dfsg-2+b1) ... [2020-10-27T03:25:15.389Z] #19 47.79 Selecting previously unselected package libaio1:ppc64el. [2020-10-27T03:25:15.389Z] #19 47.81 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 47.81 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-10-27T03:25:15.389Z] #19 47.92 Selecting previously unselected package libgpm2:ppc64el. [2020-10-27T03:25:15.389Z] #19 47.95 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 47.95 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-10-27T03:25:15.389Z] #19 48.07 Selecting previously unselected package libicu63:ppc64el. [2020-10-27T03:25:15.389Z] #19 48.09 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-10-27T03:25:15.389Z] #19 48.09 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-10-27T03:25:15.553Z] #41 29.53 CC images/ipc-shm.o [2020-10-27T03:25:15.814Z] #41 29.69 CC images/ipc-msg.o [2020-10-27T03:25:15.814Z] #41 29.89 CC images/ipc-sem.o [2020-10-27T03:25:16.009Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-10-27T03:25:16.074Z] #41 30.09 CC images/utsns.o [2020-10-27T03:25:16.334Z] #41 30.30 CC images/creds.o [2020-10-27T03:25:16.595Z] #41 30.47 CC images/vma.o [2020-10-27T03:25:16.595Z] #41 30.68 CC images/netdev.o [2020-10-27T03:25:17.103Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2020-10-27T03:25:17.166Z] #41 31.09 CC images/tty.o [2020-10-27T03:25:17.775Z] #41 31.75 CC images/file-lock.o [2020-10-27T03:25:18.038Z] #41 31.99 CC images/rlimit.o [2020-10-27T03:25:18.039Z] #41 32.15 CC images/pagemap.o [2020-10-27T03:25:18.167Z] #19 52.20 Selecting previously unselected package libnet1:ppc64el. [2020-10-27T03:25:18.167Z] #19 52.21 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-10-27T03:25:18.167Z] #19 52.21 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-10-27T03:25:18.167Z] #19 52.29 Selecting previously unselected package libnl-3-200:ppc64el. [2020-10-27T03:25:18.167Z] #19 52.30 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-10-27T03:25:18.167Z] #19 52.31 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-10-27T03:25:18.167Z] #19 52.40 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-10-27T03:25:18.167Z] #19 52.40 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-10-27T03:25:18.167Z] #19 52.41 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-10-27T03:25:18.167Z] #19 52.48 Selecting previously unselected package libreadline5:ppc64el. [2020-10-27T03:25:18.167Z] #19 52.49 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-10-27T03:25:18.167Z] #19 52.49 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-10-27T03:25:18.167Z] #19 52.68 Selecting previously unselected package net-tools. [2020-10-27T03:25:18.466Z] #19 52.69 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-10-27T03:25:18.466Z] #19 52.69 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-10-27T03:25:18.466Z] #19 52.92 Selecting previously unselected package python-pip-whl. [2020-10-27T03:25:18.617Z] #41 32.54 CC images/siginfo.o [2020-10-27T03:25:18.774Z] #19 52.95 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-10-27T03:25:18.774Z] #19 52.95 Unpacking python-pip-whl (18.1-5) ... [2020-10-27T03:25:18.774Z] #19 ... [2020-10-27T03:25:18.774Z] [2020-10-27T03:25:18.774Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:18.774Z] #42 96.92 CC criu/autofs.o [2020-10-27T03:25:18.774Z] #42 99.17 CC criu/bfd.o [2020-10-27T03:25:18.774Z] #42 100.1 CC criu/bitmap.o [2020-10-27T03:25:18.774Z] #42 100.3 CC criu/cgroup-props.o [2020-10-27T03:25:18.774Z] #42 101.5 CC criu/cgroup.o [2020-10-27T03:25:18.877Z] #41 32.82 CC images/rpc.o [2020-10-27T03:25:19.075Z] #42 ... [2020-10-27T03:25:19.075Z] [2020-10-27T03:25:19.075Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:25:19.075Z] #19 53.42 Selecting previously unselected package python3-lib2to3. [2020-10-27T03:25:19.075Z] #19 53.42 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-10-27T03:25:19.075Z] #19 53.43 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-10-27T03:25:19.075Z] #19 53.50 Selecting previously unselected package python3-distutils. [2020-10-27T03:25:19.075Z] #19 53.50 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-10-27T03:25:19.075Z] #19 53.50 Unpacking python3-distutils (3.7.3-1) ... [2020-10-27T03:25:19.075Z] #19 53.60 Selecting previously unselected package python3-pip. [2020-10-27T03:25:19.376Z] #19 53.61 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-10-27T03:25:19.376Z] #19 53.61 Unpacking python3-pip (18.1-5) ... [2020-10-27T03:25:19.376Z] #19 53.82 Selecting previously unselected package python3-pkg-resources. [2020-10-27T03:25:19.376Z] #19 53.83 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-10-27T03:25:19.376Z] #19 53.84 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-10-27T03:25:19.676Z] #19 54.00 Selecting previously unselected package python3-setuptools. [2020-10-27T03:25:19.676Z] #19 54.01 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-10-27T03:25:19.676Z] #19 54.02 Unpacking python3-setuptools (40.8.0-1) ... [2020-10-27T03:25:19.816Z] #41 33.84 CC images/ext-file.o [2020-10-27T03:25:19.975Z] #19 54.28 Selecting previously unselected package python3-wheel. [2020-10-27T03:25:19.975Z] #19 54.29 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-10-27T03:25:19.975Z] #19 54.30 Unpacking python3-wheel (0.32.3-2) ... [2020-10-27T03:25:19.975Z] #19 54.40 Selecting previously unselected package sudo. [2020-10-27T03:25:20.077Z] #41 34.00 CC images/cgroup.o [2020-10-27T03:25:20.274Z] #19 54.40 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-10-27T03:25:20.274Z] #19 54.41 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-10-27T03:25:20.573Z] #19 ... [2020-10-27T03:25:20.573Z] [2020-10-27T03:25:20.573Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:25:20.573Z] #44 158.7 net/http/httptrace [2020-10-27T03:25:20.573Z] #44 159.1 net/http [2020-10-27T03:25:20.573Z] #44 ... [2020-10-27T03:25:20.573Z] [2020-10-27T03:25:20.573Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:20.573Z] #42 107.5 CC criu/clone-noasan.o [2020-10-27T03:25:20.573Z] #42 107.7 CC criu/config.o [2020-10-27T03:25:20.647Z] #41 34.54 CC images/userns.o [2020-10-27T03:25:20.907Z] #41 34.77 CC images/google/protobuf/descriptor.o [2020-10-27T03:25:21.847Z] #41 ... [2020-10-27T03:25:21.847Z] [2020-10-27T03:25:21.847Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:25:21.847Z] #11 105.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-10-27T03:25:21.847Z] #11 105.2 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-10-27T03:25:21.847Z] #11 105.2 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:25:21.847Z] #11 ... [2020-10-27T03:25:21.847Z] [2020-10-27T03:25:21.847Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:25:21.847Z] #56 111.6 + for f in rootlesskit rootlesskit-docker-proxy [2020-10-27T03:25:21.847Z] #56 111.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-10-27T03:25:22.119Z] #42 110.5 CC criu/cr-check.o [2020-10-27T03:25:23.756Z] #56 ... [2020-10-27T03:25:23.757Z] [2020-10-27T03:25:23.757Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:23.757Z] #41 36.26 CC images/opts.o [2020-10-27T03:25:23.757Z] #41 36.49 CC images/seccomp.o [2020-10-27T03:25:23.757Z] #41 36.79 CC images/binfmt-misc.o [2020-10-27T03:25:23.757Z] #41 36.95 CC images/time.o [2020-10-27T03:25:23.757Z] #41 37.13 CC images/sysctl.o [2020-10-27T03:25:23.757Z] #41 37.32 CC images/autofs.o [2020-10-27T03:25:23.757Z] #41 37.47 CC images/macvlan.o [2020-10-27T03:25:23.757Z] #41 37.64 CC images/sit.o [2020-10-27T03:25:24.012Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.426s coverage: 14.1% of statements [2020-10-27T03:25:24.020Z] #41 37.83 CC images/memfd.o [2020-10-27T03:25:24.280Z] #41 38.13 CC images/timens.o [2020-10-27T03:25:24.280Z] #41 38.37 LINK images/built-in.o [2020-10-27T03:25:24.541Z] #41 38.51 GEN compel/include/asm [2020-10-27T03:25:24.541Z] #41 38.53 GEN compel/include/version.h [2020-10-27T03:25:24.541Z] #41 38.55 touch .config [2020-10-27T03:25:24.541Z] #41 38.59 GEN include/common/config.h [2020-10-27T03:25:24.541Z] #41 38.66 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-10-27T03:25:24.802Z] #41 38.68 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-10-27T03:25:24.802Z] #41 38.71 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-10-27T03:25:24.802Z] #41 38.74 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-10-27T03:25:24.802Z] #41 38.77 DEP compel/arch/x86/plugins/std/memcpy.d [2020-10-27T03:25:24.802Z] #41 38.79 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-10-27T03:25:24.802Z] #41 38.80 GEN compel/plugins/include/uapi/std/syscall.h [2020-10-27T03:25:24.802Z] #41 38.83 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-10-27T03:25:24.802Z] #41 38.85 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-10-27T03:25:24.802Z] #41 38.89 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-10-27T03:25:24.925Z] #42 ... [2020-10-27T03:25:24.925Z] [2020-10-27T03:25:24.925Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:25:24.925Z] #19 55.04 Selecting previously unselected package thin-provisioning-tools. [2020-10-27T03:25:24.925Z] #19 55.04 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-10-27T03:25:24.925Z] #19 55.05 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-10-27T03:25:24.925Z] #19 55.31 Selecting previously unselected package uidmap. [2020-10-27T03:25:24.925Z] #19 55.33 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-10-27T03:25:24.925Z] #19 55.34 Unpacking uidmap (1:4.5-1.1) ... [2020-10-27T03:25:24.925Z] #19 55.53 Selecting previously unselected package vim-runtime. [2020-10-27T03:25:24.925Z] #19 55.55 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-10-27T03:25:24.925Z] #19 55.60 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-10-27T03:25:24.925Z] #19 55.64 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-10-27T03:25:24.925Z] #19 55.64 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-10-27T03:25:25.051Z] ok github.com/docker/docker/daemon/config 0.022s coverage: 81.8% of statements [2020-10-27T03:25:25.063Z] #41 38.89 DEP compel/plugins/std/infect.d [2020-10-27T03:25:25.063Z] #41 ... [2020-10-27T03:25:25.063Z] [2020-10-27T03:25:25.063Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:25:25.063Z] #56 DONE 118.5s [2020-10-27T03:25:25.063Z] [2020-10-27T03:25:25.063Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-27T03:25:25.063Z] #57 DONE 0.0s [2020-10-27T03:25:25.063Z] [2020-10-27T03:25:25.063Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-27T03:25:25.063Z] #58 DONE 0.0s [2020-10-27T03:25:25.063Z] [2020-10-27T03:25:25.063Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:25.063Z] #41 39.07 DEP compel/plugins/std/string.d [2020-10-27T03:25:25.226Z] #19 59.60 Selecting previously unselected package vim. [2020-10-27T03:25:25.226Z] #19 59.61 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-10-27T03:25:25.226Z] #19 59.64 Unpacking vim (2:8.1.0875-5) ... [2020-10-27T03:25:25.323Z] #41 39.24 DEP compel/plugins/std/log.d [2020-10-27T03:25:25.344Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-10-27T03:25:25.584Z] #41 39.41 DEP compel/plugins/std/fds.d [2020-10-27T03:25:25.585Z] #41 39.50 DEP compel/plugins/std/std.d [2020-10-27T03:25:25.845Z] #41 39.65 DEP compel/plugins/shmem/shmem.d [2020-10-27T03:25:25.845Z] #41 39.78 DEP compel/plugins/fds/fds.d [2020-10-27T03:25:25.878Z] #19 60.26 Selecting previously unselected package xfsprogs. [2020-10-27T03:25:25.878Z] #19 60.26 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-10-27T03:25:25.878Z] #19 60.26 Unpacking xfsprogs (4.20.0-1) ... [2020-10-27T03:25:25.979Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-10-27T03:25:26.106Z] #41 40.06 CC compel/plugins/std/std.o [2020-10-27T03:25:26.366Z] #41 40.22 CC compel/plugins/std/fds.o [2020-10-27T03:25:26.367Z] #41 ... [2020-10-27T03:25:26.367Z] [2020-10-27T03:25:26.367Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:25:26.367Z] #43 109.8 mime [2020-10-27T03:25:26.367Z] #43 111.7 mime/quotedprintable [2020-10-27T03:25:26.367Z] #43 115.8 net/textproto [2020-10-27T03:25:26.367Z] #43 115.8 crypto/x509 [2020-10-27T03:25:26.367Z] #43 117.2 vendor/golang.org/x/net/http/httpguts [2020-10-27T03:25:26.367Z] #43 117.6 vendor/golang.org/x/net/http/httpproxy [2020-10-27T03:25:26.367Z] #43 118.3 mime/multipart [2020-10-27T03:25:26.534Z] #19 61.01 Selecting previously unselected package zip. [2020-10-27T03:25:26.534Z] #19 61.02 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-10-27T03:25:26.534Z] #19 61.02 Unpacking zip (3.0-11+b1) ... [2020-10-27T03:25:26.614Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements [2020-10-27T03:25:26.627Z] #43 ... [2020-10-27T03:25:26.627Z] [2020-10-27T03:25:26.627Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:26.627Z] #41 40.65 CC compel/plugins/std/log.o [2020-10-27T03:25:26.836Z] #19 61.24 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-10-27T03:25:26.836Z] #19 61.24 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-10-27T03:25:26.836Z] #19 61.25 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-10-27T03:25:26.836Z] #19 61.25 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-10-27T03:25:26.836Z] #19 61.26 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-10-27T03:25:26.836Z] #19 61.26 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-10-27T03:25:26.836Z] #19 61.27 Setting up uidmap (1:4.5-1.1) ... [2020-10-27T03:25:26.836Z] #19 61.27 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-10-27T03:25:26.836Z] #19 61.31 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-10-27T03:25:26.836Z] #19 61.32 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-10-27T03:25:26.907Z] ok github.com/docker/docker/daemon 12.277s coverage: 17.2% of statements [2020-10-27T03:25:26.907Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-10-27T03:25:26.907Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-10-27T03:25:26.907Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-10-27T03:25:26.907Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-10-27T03:25:27.136Z] #19 61.34 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-10-27T03:25:27.136Z] #19 61.35 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-10-27T03:25:27.136Z] #19 61.36 Setting up xxd (2:8.1.0875-5) ... [2020-10-27T03:25:27.136Z] #19 61.38 Setting up zip (3.0-11+b1) ... [2020-10-27T03:25:27.136Z] #19 61.39 Setting up vim-common (2:8.1.0875-5) ... [2020-10-27T03:25:27.136Z] #19 61.43 Setting up bash-completion (1:2.8-6) ... [2020-10-27T03:25:27.197Z] #41 41.33 CC compel/plugins/std/string.o [2020-10-27T03:25:27.647Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:25:27.647Z] [2020-10-27T03:25:27.647Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-27T03:25:27.647Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-27T03:25:27.647Z] HOSTNAME=76bf20b4cbae [2020-10-27T03:25:27.647Z] TESTDEBUG=0 [2020-10-27T03:25:27.647Z] DEST=bundles/test-integration [2020-10-27T03:25:27.647Z] PWD=/go/src/github.com/docker/docker [2020-10-27T03:25:27.647Z] DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:25:27.647Z] container=docker [2020-10-27T03:25:27.647Z] HOME=/root [2020-10-27T03:25:27.647Z] GOLANG_VERSION=1.13.15 [2020-10-27T03:25:27.647Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-27T03:25:27.647Z] VALIDATE_BRANCH=master [2020-10-27T03:25:27.647Z] TERM=xterm [2020-10-27T03:25:27.647Z] DOCKER_PKG=github.com/docker/docker [2020-10-27T03:25:27.647Z] SHLVL=1 [2020-10-27T03:25:27.647Z] TIMEOUT=120m [2020-10-27T03:25:27.647Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-27T03:25:27.647Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-27T03:25:27.647Z] GO111MODULE=off [2020-10-27T03:25:27.647Z] DOCKER_EXPERIMENTAL=1 [2020-10-27T03:25:27.647Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-10-27T03:25:27.647Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-27T03:25:27.647Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-27T03:25:27.647Z] GOPATH=/go [2020-10-27T03:25:27.647Z] PKG_CONFIG=pkg-config [2020-10-27T03:25:27.647Z] _=/usr/bin/env [2020-10-27T03:25:27.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-10-27T03:25:27.768Z] #41 41.78 CC compel/plugins/std/infect.o [2020-10-27T03:25:28.031Z] #41 42.14 CC compel/arch/x86/plugins/std/parasite-head.o [2020-10-27T03:25:28.296Z] #41 42.20 CC compel/arch/x86/plugins/std/memcpy.o [2020-10-27T03:25:28.296Z] #41 42.24 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-10-27T03:25:28.296Z] #41 42.29 AR compel/plugins/std.lib.a [2020-10-27T03:25:28.296Z] #41 42.35 CC compel/plugins/fds/fds.o [2020-10-27T03:25:28.866Z] #41 42.63 AR compel/plugins/fds.lib.a [2020-10-27T03:25:28.866Z] #41 42.69 HOSTDEP compel/src/lib/log-host.d [2020-10-27T03:25:28.867Z] #41 42.76 HOSTDEP compel/src/lib/handle-elf-host.d [2020-10-27T03:25:28.867Z] #41 42.82 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-10-27T03:25:28.867Z] #41 42.91 HOSTDEP compel/src/main-host.d [2020-10-27T03:25:28.867Z] #41 43.03 DEP compel/src/lib/ptrace.d [2020-10-27T03:25:28.979Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-10-27T03:25:28.979Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.192s coverage: 56.2% of statements [2020-10-27T03:25:29.127Z] #41 43.13 DEP compel/src/lib/infect.d [2020-10-27T03:25:29.388Z] #41 43.25 DEP compel/src/lib/infect-util.d [2020-10-27T03:25:29.388Z] #41 43.38 DEP compel/src/lib/infect-rpc.d [2020-10-27T03:25:29.648Z] #41 43.53 DEP compel/arch/x86/src/lib/infect.d [2020-10-27T03:25:29.648Z] #41 43.63 DEP compel/arch/x86/src/lib/cpu.d [2020-10-27T03:25:29.648Z] #41 43.69 DEP compel/src/lib/log.d [2020-10-27T03:25:29.648Z] #41 43.74 DEP compel/src/main.d [2020-10-27T03:25:29.909Z] #41 43.80 DEP compel/src/lib/handle-elf.d [2020-10-27T03:25:29.909Z] #41 43.90 DEP compel/arch/x86/src/lib/handle-elf.d [2020-10-27T03:25:29.909Z] #41 43.98 CC compel/src/lib/log.o [2020-10-27T03:25:30.171Z] #41 44.18 CC compel/arch/x86/src/lib/cpu.o [2020-10-27T03:25:30.742Z] #41 ... [2020-10-27T03:25:30.742Z] [2020-10-27T03:25:30.742Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-27T03:25:30.742Z] #11 120.4 Selecting previously unselected package libapparmor1:amd64. [2020-10-27T03:25:30.742Z] #11 120.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 120.4 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-10-27T03:25:30.742Z] #11 120.5 Selecting previously unselected package libapparmor-dev:amd64. [2020-10-27T03:25:30.742Z] #11 120.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 120.5 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-10-27T03:25:30.742Z] #11 120.7 Selecting previously unselected package libbtrfs0. [2020-10-27T03:25:30.742Z] #11 120.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 120.7 Unpacking libbtrfs0 (4.20.1-2) ... [2020-10-27T03:25:30.742Z] #11 120.7 Selecting previously unselected package libbtrfs-dev. [2020-10-27T03:25:30.742Z] #11 120.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 120.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:25:30.742Z] #11 120.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-10-27T03:25:30.742Z] #11 120.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 120.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-10-27T03:25:30.742Z] #11 120.9 Selecting previously unselected package libudev-dev:amd64. [2020-10-27T03:25:30.742Z] #11 120.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 121.0 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-10-27T03:25:30.742Z] #11 121.1 Selecting previously unselected package libsepol1-dev:amd64. [2020-10-27T03:25:30.742Z] #11 121.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 121.2 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-10-27T03:25:30.742Z] #11 121.4 Selecting previously unselected package libpcre16-3:amd64. [2020-10-27T03:25:30.742Z] #11 121.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 121.4 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-10-27T03:25:30.742Z] #11 121.6 Selecting previously unselected package libpcre32-3:amd64. [2020-10-27T03:25:30.742Z] #11 121.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 121.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-10-27T03:25:30.742Z] #11 121.8 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-10-27T03:25:30.742Z] #11 121.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 121.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-10-27T03:25:30.742Z] #11 121.9 Selecting previously unselected package libpcre3-dev:amd64. [2020-10-27T03:25:30.742Z] #11 121.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 121.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-10-27T03:25:30.742Z] #11 122.3 Selecting previously unselected package libselinux1-dev:amd64. [2020-10-27T03:25:30.742Z] #11 122.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 122.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-10-27T03:25:30.742Z] #11 122.6 Selecting previously unselected package libdevmapper-dev:amd64. [2020-10-27T03:25:30.742Z] #11 122.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 122.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-10-27T03:25:30.742Z] #11 122.7 Selecting previously unselected package libseccomp-dev:amd64. [2020-10-27T03:25:30.742Z] #11 122.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 122.7 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-10-27T03:25:30.742Z] #11 122.8 Selecting previously unselected package libsystemd-dev:amd64. [2020-10-27T03:25:30.742Z] #11 122.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-10-27T03:25:30.742Z] #11 122.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-10-27T03:25:30.742Z] #11 123.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-10-27T03:25:30.742Z] #11 123.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-10-27T03:25:30.742Z] #11 123.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-10-27T03:25:30.742Z] #11 123.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-10-27T03:25:30.742Z] #11 123.3 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-10-27T03:25:30.742Z] #11 123.3 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-10-27T03:25:30.742Z] #11 123.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:25:30.742Z] #11 123.4 Setting up libbtrfs0 (4.20.1-2) ... [2020-10-27T03:25:30.742Z] #11 123.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-10-27T03:25:30.742Z] #11 123.4 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-10-27T03:25:30.742Z] #11 123.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-10-27T03:25:30.742Z] #11 123.4 Setting up libbtrfs-dev (4.20.1-2) ... [2020-10-27T03:25:30.742Z] #11 123.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-10-27T03:25:30.742Z] #11 123.4 Setting up mingw-w64-common (6.0.0-3) ... [2020-10-27T03:25:30.743Z] #11 123.5 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-10-27T03:25:30.743Z] #11 123.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-10-27T03:25:30.743Z] #11 123.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-10-27T03:25:30.743Z] #11 123.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:25:30.743Z] #11 123.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-10-27T03:25:30.743Z] #11 123.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-10-27T03:25:30.743Z] #11 123.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-27T03:25:30.743Z] #11 123.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-10-27T03:25:30.743Z] #11 123.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-10-27T03:25:30.743Z] #11 123.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-10-27T03:25:30.743Z] #11 123.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-10-27T03:25:30.743Z] #11 123.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-10-27T03:25:30.743Z] #11 123.6 Setting up dmsetup (2:1.02.155-3) ... [2020-10-27T03:25:30.743Z] #11 123.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-10-27T03:25:30.743Z] #11 123.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-10-27T03:25:30.743Z] #11 123.6 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:25:30.743Z] #11 DONE 124.1s [2020-10-27T03:25:31.003Z] [2020-10-27T03:25:31.003Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-27T03:25:31.945Z] #12 DONE 1.4s [2020-10-27T03:25:31.945Z] [2020-10-27T03:25:31.945Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-27T03:25:32.786Z] #19 66.22 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-10-27T03:25:32.786Z] #19 66.22 Setting up xz-utils (5.2.4-1) ... [2020-10-27T03:25:32.786Z] #19 66.23 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-10-27T03:25:32.786Z] #19 66.24 Setting up sudo (1.8.27-1+deb10u2) ... [2020-10-27T03:25:32.786Z] #19 66.32 invoke-rc.d: could not determine current runlevel [2020-10-27T03:25:32.786Z] #19 66.35 invoke-rc.d: policy-rc.d denied execution of start. [2020-10-27T03:25:32.786Z] #19 66.37 Setting up pigz (2.4-1) ... [2020-10-27T03:25:32.786Z] #19 66.38 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-10-27T03:25:32.786Z] #19 66.39 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-10-27T03:25:32.786Z] #19 66.40 Setting up python-pip-whl (18.1-5) ... [2020-10-27T03:25:32.786Z] #19 66.40 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-10-27T03:25:32.786Z] #19 66.41 Setting up vim-runtime (2:8.1.0875-5) ... [2020-10-27T03:25:32.786Z] #19 67.04 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-10-27T03:25:32.786Z] #19 67.04 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-10-27T03:25:32.786Z] #19 67.04 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-10-27T03:25:32.786Z] #19 67.05 Setting up vim (2:8.1.0875-5) ... [2020-10-27T03:25:32.786Z] #19 67.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-10-27T03:25:32.786Z] #19 67.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-10-27T03:25:32.786Z] #19 67.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-10-27T03:25:32.786Z] #19 67.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-10-27T03:25:32.786Z] #19 67.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-10-27T03:25:32.786Z] #19 67.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-10-27T03:25:32.786Z] #19 67.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-10-27T03:25:32.786Z] #19 67.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-10-27T03:25:32.786Z] #19 67.22 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-10-27T03:25:32.786Z] #19 67.22 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-10-27T03:25:32.786Z] #19 67.25 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-10-27T03:25:32.786Z] #19 67.25 Setting up jq (1.5+dfsg-2+b1) ... [2020-10-27T03:25:32.786Z] #19 67.27 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-10-27T03:25:33.089Z] #19 67.27 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-10-27T03:25:33.330Z] #13 DONE 1.1s [2020-10-27T03:25:33.330Z] [2020-10-27T03:25:33.330Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-27T03:25:33.444Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.272s coverage: 46.2% of statements [2020-10-27T03:25:34.148Z] #19 ... [2020-10-27T03:25:34.148Z] [2020-10-27T03:25:34.148Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:25:34.148Z] #44 172.5 github.com/LK4D4/vndr/godl [2020-10-27T03:25:34.148Z] #44 173.4 github.com/LK4D4/vndr [2020-10-27T03:25:34.148Z] #44 DONE 182.5s [2020-10-27T03:25:34.148Z] [2020-10-27T03:25:34.148Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:34.148Z] #42 113.5 CC criu/cr-dedup.o [2020-10-27T03:25:34.148Z] #42 114.0 CC criu/cr-dump.o [2020-10-27T03:25:34.148Z] #42 117.3 CC criu/cr-errno.o [2020-10-27T03:25:34.148Z] #42 117.5 CC criu/cr-restore.o [2020-10-27T03:25:34.272Z] #14 0.953 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-10-27T03:25:34.272Z] #14 DONE 1.0s [2020-10-27T03:25:34.272Z] [2020-10-27T03:25:34.272Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-27T03:25:34.482Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.8% of statements [2020-10-27T03:25:35.214Z] #15 DONE 1.1s [2020-10-27T03:25:35.214Z] [2020-10-27T03:25:35.214Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-27T03:25:36.156Z] #16 DONE 1.0s [2020-10-27T03:25:36.156Z] [2020-10-27T03:25:36.156Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-27T03:25:36.728Z] #17 ... [2020-10-27T03:25:36.728Z] [2020-10-27T03:25:36.728Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:25:36.728Z] #43 120.2 crypto/tls [2020-10-27T03:25:36.728Z] #43 126.5 net/http/httptrace [2020-10-27T03:25:36.728Z] #43 126.9 net/http [2020-10-27T03:25:36.921Z] #42 124.9 CC criu/cr-service.o [2020-10-27T03:25:36.989Z] #43 ... [2020-10-27T03:25:36.989Z] [2020-10-27T03:25:36.989Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:25:36.989Z] #51 1.361 + RM_GOPATH=0 [2020-10-27T03:25:36.989Z] #51 1.362 + TMP_GOPATH= [2020-10-27T03:25:36.989Z] #51 1.364 + : /build [2020-10-27T03:25:36.989Z] #51 1.364 + '[' -z '' ']' [2020-10-27T03:25:36.989Z] #51 1.375 ++ mktemp -d [2020-10-27T03:25:36.989Z] #51 1.380 + export GOPATH=/tmp/tmp.a0ORBpjR3D [2020-10-27T03:25:36.989Z] #51 1.380 + GOPATH=/tmp/tmp.a0ORBpjR3D [2020-10-27T03:25:36.989Z] #51 1.380 + RM_GOPATH=1 [2020-10-27T03:25:36.989Z] #51 1.380 + case "$(go env GOARCH)" in [2020-10-27T03:25:36.989Z] #51 1.380 ++ go env GOARCH [2020-10-27T03:25:36.989Z] #51 1.457 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:25:36.989Z] #51 1.457 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:25:36.989Z] #51 1.457 ++ dirname /tmp/install/install.sh [2020-10-27T03:25:36.989Z] #51 1.457 + dir=/tmp/install [2020-10-27T03:25:36.989Z] #51 1.457 + bin=runc [2020-10-27T03:25:36.989Z] #51 1.457 + shift [2020-10-27T03:25:36.989Z] #51 1.457 + '[' '!' -f /tmp/install/runc.installer ']' [2020-10-27T03:25:36.989Z] #51 1.457 + . /tmp/install/runc.installer [2020-10-27T03:25:36.989Z] #51 1.457 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-10-27T03:25:36.989Z] #51 1.457 + install_runc [2020-10-27T03:25:36.989Z] #51 1.457 + grep -q '^3\.10\.0.*\.el7\.' [2020-10-27T03:25:36.989Z] #51 1.457 + uname -r [2020-10-27T03:25:36.989Z] #51 1.479 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-10-27T03:25:36.989Z] #51 1.479 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-10-27T03:25:36.989Z] #51 1.479 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.a0ORBpjR3D/src/github.com/opencontainers/runc [2020-10-27T03:25:36.989Z] #51 1.479 Cloning into '/tmp/tmp.a0ORBpjR3D/src/github.com/opencontainers/runc'... [2020-10-27T03:25:36.989Z] #51 1.480 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-10-27T03:25:37.250Z] #51 ... [2020-10-27T03:25:37.250Z] [2020-10-27T03:25:37.250Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-27T03:25:37.250Z] #17 DONE 1.0s [2020-10-27T03:25:37.250Z] [2020-10-27T03:25:37.250Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:25:37.990Z] #42 ... [2020-10-27T03:25:37.990Z] [2020-10-27T03:25:37.990Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:25:37.990Z] #19 72.23 Setting up iptables (1.8.2-4) ... [2020-10-27T03:25:37.990Z] #19 72.25 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-10-27T03:25:37.990Z] #19 72.26 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-10-27T03:25:37.990Z] #19 72.28 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-10-27T03:25:37.990Z] #19 72.30 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-10-27T03:25:37.990Z] #19 72.31 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-10-27T03:25:37.990Z] #19 72.32 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-10-27T03:25:37.990Z] #19 72.33 Setting up python3 (3.7.3-1) ... [2020-10-27T03:25:38.010Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.361s coverage: 49.5% of statements [2020-10-27T03:25:38.635Z] #18 1.294 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-27T03:25:38.635Z] #18 1.332 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-27T03:25:38.635Z] #18 1.337 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-27T03:25:38.636Z] #19 72.94 Setting up python3-wheel (0.32.3-2) ... [2020-10-27T03:25:39.207Z] #18 1.985 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-10-27T03:25:39.524Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.722s coverage: 73.1% of statements [2020-10-27T03:25:39.524Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-10-27T03:25:39.584Z] #19 73.83 Setting up apparmor (2.13.2-10) ... [2020-10-27T03:25:39.818Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements [2020-10-27T03:25:40.591Z] #18 3.348 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [243 kB] [2020-10-27T03:25:40.857Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.021s coverage: 3.0% of statements [2020-10-27T03:25:41.161Z] #18 ... [2020-10-27T03:25:41.161Z] [2020-10-27T03:25:41.161Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:41.161Z] #41 45.14 CC compel/arch/x86/src/lib/infect.o [2020-10-27T03:25:41.161Z] #41 46.43 CC compel/src/lib/infect-rpc.o [2020-10-27T03:25:41.161Z] #41 46.91 CC compel/src/lib/infect-util.o [2020-10-27T03:25:41.161Z] #41 47.27 CC compel/src/lib/infect.o [2020-10-27T03:25:41.161Z] #41 50.39 CC compel/src/lib/ptrace.o [2020-10-27T03:25:41.161Z] #41 50.94 AR compel/libcompel.a [2020-10-27T03:25:41.161Z] #41 51.03 HOSTCC compel/src/main-host.o [2020-10-27T03:25:41.161Z] #41 51.53 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-10-27T03:25:41.161Z] #41 51.75 HOSTCC compel/src/lib/handle-elf-host.o [2020-10-27T03:25:41.161Z] #41 52.21 HOSTCC compel/src/lib/log-host.o [2020-10-27T03:25:41.161Z] #41 52.38 HOSTLINK compel/compel-host-bin [2020-10-27T03:25:41.161Z] #41 52.50 DEP soccr/soccr.d [2020-10-27T03:25:41.161Z] #41 52.64 CC soccr/soccr.o [2020-10-27T03:25:41.161Z] #41 54.07 AR soccr/libsoccr.a [2020-10-27T03:25:41.161Z] #41 54.13 make[1]: 'soccr/libsoccr.a' is up to date. [2020-10-27T03:25:41.161Z] #41 54.49 DEP criu/arch/x86/sigframe.d [2020-10-27T03:25:41.161Z] #41 54.65 DEP criu/arch/x86/sigaction_compat.d [2020-10-27T03:25:41.161Z] #41 54.76 DEP criu/arch/x86/kerndat.d [2020-10-27T03:25:41.161Z] #41 54.88 DEP criu/arch/x86/crtools.d [2020-10-27T03:25:41.161Z] #41 55.01 DEP criu/arch/x86/cpu.d [2020-10-27T03:25:41.161Z] #41 55.18 CC criu/arch/x86/cpu.o [2020-10-27T03:25:41.161Z] #41 ... [2020-10-27T03:25:41.161Z] [2020-10-27T03:25:41.161Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:25:41.161Z] #51 10.42 + cd /tmp/tmp.a0ORBpjR3D/src/github.com/opencontainers/runc [2020-10-27T03:25:41.161Z] #51 10.42 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-10-27T03:25:41.691Z] #19 75.60 Setting up xfsprogs (4.20.0-1) ... [2020-10-27T03:25:41.691Z] #19 75.61 Setting up python3-lib2to3 (3.7.3-1) ... [2020-10-27T03:25:41.691Z] #19 76.06 Setting up python3-pkg-resources (40.8.0-1) ... [2020-10-27T03:25:41.733Z] #51 11.03 + '[' -z '' ']' [2020-10-27T03:25:41.733Z] #51 11.03 + target=static [2020-10-27T03:25:41.733Z] #51 11.03 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-10-27T03:25:41.993Z] #51 11.30 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-10-27T03:25:42.370Z] ok github.com/docker/docker/daemon/images 0.007s coverage: 4.9% of statements [2020-10-27T03:25:42.370Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2020-10-27T03:25:42.759Z] #19 77.16 Setting up python3-distutils (3.7.3-1) ... [2020-10-27T03:25:43.405Z] #19 77.77 Setting up python3-setuptools (40.8.0-1) ... [2020-10-27T03:25:43.407Z] ok github.com/docker/docker/daemon/logger 0.208s coverage: 41.0% of statements [2020-10-27T03:25:44.445Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.790s coverage: 57.7% of statements [2020-10-27T03:25:44.446Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-10-27T03:25:44.446Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-10-27T03:25:44.446Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-10-27T03:25:44.446Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-10-27T03:25:44.446Z] ok github.com/docker/docker/daemon/logger/awslogs 0.082s coverage: 77.8% of statements [2020-10-27T03:25:44.446Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-10-27T03:25:44.446Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-10-27T03:25:44.953Z] #19 ... [2020-10-27T03:25:44.953Z] [2020-10-27T03:25:44.953Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:25:44.953Z] #31 DONE 192.9s [2020-10-27T03:25:44.953Z] [2020-10-27T03:25:44.953Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:44.953Z] #42 127.4 CC criu/crtools.o [2020-10-27T03:25:44.953Z] #42 128.3 CC criu/eventfd.o [2020-10-27T03:25:44.953Z] #42 128.7 CC criu/eventpoll.o [2020-10-27T03:25:44.953Z] #42 130.0 CC criu/external.o [2020-10-27T03:25:44.953Z] #42 130.5 CC criu/fault-injection.o [2020-10-27T03:25:44.953Z] #42 130.5 CC criu/fdstore.o [2020-10-27T03:25:44.953Z] #42 130.9 CC criu/fifo.o [2020-10-27T03:25:44.953Z] #42 131.3 CC criu/file-ids.o [2020-10-27T03:25:44.953Z] #42 131.7 CC criu/file-lock.o [2020-10-27T03:25:44.953Z] #42 132.9 CC criu/files-ext.o [2020-10-27T03:25:44.953Z] #42 133.4 CC criu/files-reg.o [2020-10-27T03:25:45.081Z] ok github.com/docker/docker/daemon/logger/gelf 0.016s coverage: 67.0% of statements [2020-10-27T03:25:45.374Z] ok github.com/docker/docker/daemon/logger/journald 0.011s coverage: 23.9% of statements [2020-10-27T03:25:45.478Z] #42 ... [2020-10-27T03:25:45.478Z] [2020-10-27T03:25:45.478Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:25:45.478Z] #19 79.75 Setting up python3-pip (18.1-5) ... [2020-10-27T03:25:45.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-27T03:25:46.010Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2020-10-27T03:25:46.010Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.006s coverage: 61.6% of statements [2020-10-27T03:25:47.020Z] #19 81.46 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:25:47.020Z] #19 81.50 Processing triggers for mime-support (3.62) ... [2020-10-27T03:25:47.048Z] ok github.com/docker/docker/daemon/logger/local 0.038s coverage: 75.2% of statements [2020-10-27T03:25:47.048Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-10-27T03:25:47.048Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.046s coverage: 37.7% of statements [2020-10-27T03:25:47.167Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-27T03:25:47.283Z] #51 ... [2020-10-27T03:25:47.283Z] [2020-10-27T03:25:47.283Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:47.283Z] #41 55.73 CC criu/arch/x86/crtools.o [2020-10-27T03:25:47.283Z] #41 56.87 CC criu/arch/x86/kerndat.o [2020-10-27T03:25:47.283Z] #41 57.33 CC criu/arch/x86/sigaction_compat.o [2020-10-27T03:25:47.283Z] #41 57.57 CC criu/arch/x86/sigframe.o [2020-10-27T03:25:47.283Z] #41 57.79 LINK criu/arch/x86/crtools.built-in.o [2020-10-27T03:25:47.283Z] #41 57.85 DEP criu/pie/util-vdso-elf32.d [2020-10-27T03:25:47.283Z] #41 58.06 DEP criu/pie/util-vdso.d [2020-10-27T03:25:47.283Z] #41 58.21 DEP criu/pie/util.d [2020-10-27T03:25:47.283Z] #41 58.37 CC criu/pie/util.o [2020-10-27T03:25:47.283Z] #41 58.68 CC criu/pie/util-vdso.o [2020-10-27T03:25:47.283Z] #41 59.32 CC criu/pie/util-vdso-elf32.o [2020-10-27T03:25:47.283Z] #41 59.96 AR criu/pie/pie.lib.a [2020-10-27T03:25:47.283Z] #41 60.03 DEP criu/pie/restorer.d [2020-10-27T03:25:47.283Z] #41 60.25 DEP criu/arch/x86/sigaction_compat_pie.d [2020-10-27T03:25:47.283Z] #41 60.45 DEP criu/arch/x86/restorer_unmap.d [2020-10-27T03:25:47.283Z] #41 60.49 DEP criu/arch/x86/restorer.d [2020-10-27T03:25:47.283Z] #41 60.76 DEP criu/arch/x86/vdso-pie.d [2020-10-27T03:25:47.283Z] #41 60.86 DEP criu/pie/parasite-vdso.d [2020-10-27T03:25:47.283Z] #41 61.00 DEP criu/pie/parasite.d [2020-10-27T03:25:47.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-27T03:25:47.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-27T03:25:47.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-27T03:25:47.319Z] #19 DONE 81.7s [2020-10-27T03:25:47.319Z] [2020-10-27T03:25:47.319Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-27T03:25:47.544Z] #41 61.34 CC criu/pie/parasite.o [2020-10-27T03:25:47.682Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 33.3% of statements [2020-10-27T03:25:47.918Z] #20 0.410 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-10-27T03:25:47.918Z] #20 0.417 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-10-27T03:25:47.918Z] #20 0.422 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-10-27T03:25:47.918Z] #20 DONE 0.5s [2020-10-27T03:25:47.918Z] [2020-10-27T03:25:47.918Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-27T03:25:48.660Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-27T03:25:48.719Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 46.8% of statements [2020-10-27T03:25:48.927Z] #41 62.80 LINK criu/pie/parasite.built-in.o [2020-10-27T03:25:48.927Z] #41 62.81 GEN criu/pie/parasite-blob.h [2020-10-27T03:25:48.927Z] #41 62.82 CC criu/pie/parasite-vdso.o [2020-10-27T03:25:49.011Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-10-27T03:25:49.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-27T03:25:49.497Z] #41 63.57 CC criu/arch/x86/vdso-pie.o [2020-10-27T03:25:49.647Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-10-27T03:25:49.647Z] ok github.com/docker/docker/daemon/logger/splunk 1.449s coverage: 82.5% of statements [2020-10-27T03:25:49.647Z] ? github.com/docker/docker/daemon/names [no test files] [2020-10-27T03:25:49.647Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-10-27T03:25:49.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-27T03:25:49.758Z] #41 63.92 CC criu/arch/x86/restorer.o [2020-10-27T03:25:50.698Z] #41 64.56 CC criu/arch/x86/restorer_unmap.o [2020-10-27T03:25:50.698Z] #41 64.61 CC criu/arch/x86/sigaction_compat_pie.o [2020-10-27T03:25:50.734Z] ok github.com/docker/docker/distribution/metadata 0.027s coverage: 48.2% of statements [2020-10-27T03:25:50.959Z] #41 64.96 CC criu/pie/restorer.o [2020-10-27T03:25:51.370Z] ok github.com/docker/docker/distribution 0.262s coverage: 21.9% of statements [2020-10-27T03:25:51.370Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-10-27T03:25:52.005Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-10-27T03:25:52.352Z] #41 ... [2020-10-27T03:25:52.352Z] [2020-10-27T03:25:52.352Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:25:52.352Z] #18 5.002 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-10-27T03:25:52.352Z] #18 10.42 Fetched 8396 kB in 9s (896 kB/s) [2020-10-27T03:25:52.352Z] #18 10.42 Reading package lists... [2020-10-27T03:25:52.352Z] #18 14.16 Reading package lists... [2020-10-27T03:25:52.352Z] #18 ... [2020-10-27T03:25:52.352Z] [2020-10-27T03:25:52.352Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:25:52.352Z] #43 140.9 github.com/LK4D4/vndr/godl [2020-10-27T03:25:52.352Z] #43 141.6 github.com/LK4D4/vndr [2020-10-27T03:25:52.441Z] #21 4.381 Collecting yamllint==1.16.0 [2020-10-27T03:25:52.640Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2020-10-27T03:25:52.741Z] #21 4.739 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-10-27T03:25:52.741Z] #21 4.828 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-10-27T03:25:52.741Z] #21 4.888 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-10-27T03:25:52.741Z] #21 4.943 Collecting pyyaml (from yamllint==1.16.0) [2020-10-27T03:25:53.039Z] #21 5.165 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-10-27T03:25:53.276Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2020-10-27T03:25:53.569Z] ok github.com/docker/docker/distribution/xfer 1.866s coverage: 85.1% of statements [2020-10-27T03:25:53.569Z] ? github.com/docker/docker/dockerversion [no test files] [2020-10-27T03:25:53.569Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-10-27T03:25:53.862Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2020-10-27T03:25:53.862Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-10-27T03:25:54.154Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-10-27T03:25:54.264Z] #43 ... [2020-10-27T03:25:54.264Z] [2020-10-27T03:25:54.264Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:54.265Z] #41 68.10 LINK criu/pie/restorer.built-in.o [2020-10-27T03:25:54.265Z] #41 68.11 GEN criu/pie/restorer-blob.h [2020-10-27T03:25:54.265Z] #41 68.21 DEP criu/vdso.d [2020-10-27T03:25:54.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-27T03:25:54.525Z] #41 68.38 DEP criu/vdso-compat.d [2020-10-27T03:25:54.525Z] #41 68.51 DEP criu/uts_ns.d [2020-10-27T03:25:54.785Z] #41 68.68 DEP criu/util.d [2020-10-27T03:25:54.785Z] #41 68.91 DEP criu/uffd.d [2020-10-27T03:25:54.789Z] ok github.com/docker/docker/oci 0.004s coverage: 8.2% of statements [2020-10-27T03:25:54.959Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:25:54.959Z] [2020-10-27T03:25:54.959Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-10-27T03:25:54.959Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-10-27T03:25:54.959Z] Using test binary docker [2020-10-27T03:25:54.959Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-10-27T03:25:54.959Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-27T03:25:54.959Z] INFO: Waiting for daemon to start... [2020-10-27T03:25:54.959Z] Starting dockerd [2020-10-27T03:25:54.959Z] . [2020-10-27T03:25:54.959Z] INFO: Building docker-sdk-python3:4.3.0... [2020-10-27T03:25:55.142Z] #21 6.878 Building wheels for collected packages: pyyaml [2020-10-27T03:25:55.142Z] #21 6.886 Running setup.py bdist_wheel for pyyaml: started [2020-10-27T03:25:55.362Z] #41 69.12 DEP criu/tun.d [2020-10-27T03:25:55.362Z] #41 69.36 DEP criu/tty.d [2020-10-27T03:25:55.623Z] #41 69.61 DEP criu/timerfd.d [2020-10-27T03:25:55.793Z] #21 8.037 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-10-27T03:25:55.826Z] ok github.com/docker/docker/opts 0.014s coverage: 67.1% of statements [2020-10-27T03:25:55.826Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-10-27T03:25:55.883Z] #41 69.78 DEP criu/timens.d [2020-10-27T03:25:56.092Z] #21 8.049 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-10-27T03:25:56.092Z] #21 8.143 Successfully built pyyaml [2020-10-27T03:25:56.092Z] #21 8.163 Installing collected packages: pathspec, pyyaml, yamllint [2020-10-27T03:25:56.143Z] #41 69.96 DEP criu/sysfs_parse.d [2020-10-27T03:25:56.143Z] #41 70.14 DEP criu/sysctl.d [2020-10-27T03:25:56.390Z] #21 8.518 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-10-27T03:25:56.404Z] #41 70.33 DEP criu/string.d [2020-10-27T03:25:56.404Z] #41 70.36 DEP criu/stats.d [2020-10-27T03:25:56.404Z] #41 70.47 DEP criu/sockets.d [2020-10-27T03:25:56.665Z] #41 70.72 DEP criu/sk-unix.d [2020-10-27T03:25:56.688Z] #21 DONE 8.8s [2020-10-27T03:25:56.688Z] [2020-10-27T03:25:56.688Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:56.688Z] #42 136.6 CC criu/files.o [2020-10-27T03:25:56.688Z] #42 139.3 CC criu/filesystems.o [2020-10-27T03:25:56.688Z] #42 140.3 CC criu/fsnotify.o [2020-10-27T03:25:56.688Z] #42 141.6 CC criu/image-desc.o [2020-10-27T03:25:56.688Z] #42 141.7 CC criu/image.o [2020-10-27T03:25:56.688Z] #42 142.8 CC criu/ipc_ns.o [2020-10-27T03:25:56.688Z] #42 144.5 CC criu/irmap.o [2020-10-27T03:25:56.926Z] #41 70.99 DEP criu/sk-tcp.d [2020-10-27T03:25:56.985Z] #42 145.3 CC criu/kcmp-ids.o [2020-10-27T03:25:57.188Z] #41 ... [2020-10-27T03:25:57.188Z] [2020-10-27T03:25:57.188Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:25:57.188Z] #43 DONE 150.7s [2020-10-27T03:25:57.188Z] [2020-10-27T03:25:57.188Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:25:57.188Z] #41 71.25 DEP criu/sk-queue.d [2020-10-27T03:25:57.338Z] ok github.com/docker/docker/pkg/archive 0.554s coverage: 77.3% of statements [2020-10-27T03:25:57.450Z] #41 71.50 DEP criu/sk-packet.d [2020-10-27T03:25:57.637Z] #42 145.6 CC criu/kerndat.o [2020-10-27T03:25:58.392Z] #41 72.04 DEP criu/sk-netlink.d [2020-10-27T03:25:58.392Z] #41 72.33 DEP criu/sk-inet.d [2020-10-27T03:25:58.652Z] #41 72.69 DEP criu/signalfd.d [2020-10-27T03:25:58.696Z] #42 146.8 CC criu/libnetlink.o [2020-10-27T03:25:58.849Z] ok github.com/docker/docker/pkg/authorization 0.705s coverage: 68.3% of statements [2020-10-27T03:25:58.849Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-10-27T03:25:58.849Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-10-27T03:25:58.913Z] #41 72.82 DEP criu/sigframe.d [2020-10-27T03:25:58.913Z] #41 72.91 DEP criu/shmem.d [2020-10-27T03:25:58.913Z] #41 73.06 DEP criu/servicefd.d [2020-10-27T03:25:58.995Z] #42 147.2 CC criu/log.o [2020-10-27T03:25:59.294Z] #42 147.6 CC criu/lsm.o [2020-10-27T03:25:59.483Z] #41 73.27 DEP criu/seize.d [2020-10-27T03:25:59.483Z] #41 73.41 DEP criu/seccomp.d [2020-10-27T03:25:59.483Z] #41 73.54 DEP criu/rst-malloc.d [2020-10-27T03:25:59.483Z] #41 73.64 DEP criu/rbtree.d [2020-10-27T03:25:59.772Z] #41 73.69 DEP criu/pstree.d [2020-10-27T03:25:59.772Z] #41 73.83 DEP criu/protobuf.d [2020-10-27T03:25:59.940Z] #42 148.0 CC criu/mem.o [2020-10-27T03:26:00.043Z] #41 73.96 GEN criu/protobuf-desc-gen.h [2020-10-27T03:26:01.967Z] #41 75.72 DEP criu/protobuf-desc.d [2020-10-27T03:26:01.967Z] #41 75.87 DEP criu/proc_parse.d [2020-10-27T03:26:02.054Z] #42 150.1 CC criu/memfd.o [2020-10-27T03:26:02.226Z] #41 76.14 DEP criu/plugin.d [2020-10-27T03:26:02.226Z] #41 76.24 DEP criu/pipes.d [2020-10-27T03:26:02.373Z] ok github.com/docker/docker/layer 7.113s coverage: 68.8% of statements [2020-10-27T03:26:02.373Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-10-27T03:26:02.373Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-10-27T03:26:02.373Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-10-27T03:26:02.373Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-10-27T03:26:02.373Z] ? github.com/docker/docker/oci/caps [no test files] [2020-10-27T03:26:02.373Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-10-27T03:26:02.486Z] #41 76.40 DEP criu/pie-util.d [2020-10-27T03:26:02.486Z] #41 76.49 DEP criu/pie-util-vdso.d [2020-10-27T03:26:02.486Z] #41 76.58 DEP criu/pie-util-vdso-elf32.d [2020-10-27T03:26:02.665Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-10-27T03:26:02.706Z] #42 150.8 CC criu/mount.o [2020-10-27T03:26:02.746Z] #41 76.71 DEP criu/path.d [2020-10-27T03:26:02.746Z] #41 76.84 DEP criu/parasite-syscall.d [2020-10-27T03:26:02.958Z] ok github.com/docker/docker/pkg/chrootarchive 3.451s coverage: 43.2% of statements [2020-10-27T03:26:02.958Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-10-27T03:26:02.958Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-10-27T03:26:02.958Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 92.9% of statements [2020-10-27T03:26:03.006Z] #41 77.06 DEP criu/pagemap.d [2020-10-27T03:26:03.266Z] #41 77.20 DEP criu/pagemap-cache.d [2020-10-27T03:26:03.527Z] #41 77.36 DEP criu/page-xfer.d [2020-10-27T03:26:03.527Z] #41 77.56 DEP criu/page-pipe.d [2020-10-27T03:26:03.594Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2020-10-27T03:26:03.787Z] #41 77.65 DEP criu/netfilter.d [2020-10-27T03:26:03.787Z] #41 77.82 DEP criu/net.d [2020-10-27T03:26:03.886Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-10-27T03:26:04.048Z] #41 78.01 DEP criu/namespaces.d [2020-10-27T03:26:04.179Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2020-10-27T03:26:04.308Z] #41 78.15 DEP criu/mount.d [2020-10-27T03:26:04.308Z] #41 78.31 DEP criu/memfd.d [2020-10-27T03:26:04.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-27T03:26:04.569Z] #41 78.45 DEP criu/mem.d [2020-10-27T03:26:04.569Z] #41 78.69 DEP criu/lsm.d [2020-10-27T03:26:04.829Z] #41 78.81 DEP criu/log.d [2020-10-27T03:26:04.829Z] #41 78.92 DEP criu/libnetlink.d [2020-10-27T03:26:04.829Z] #41 ... [2020-10-27T03:26:04.829Z] [2020-10-27T03:26:04.829Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:26:04.829Z] #18 14.16 Reading package lists... [2020-10-27T03:26:04.829Z] #18 17.97 Building dependency tree... [2020-10-27T03:26:04.829Z] #18 19.91 libcap2-bin is already the newest version (1:2.25-2). [2020-10-27T03:26:04.829Z] #18 19.91 The following additional packages will be installed: [2020-10-27T03:26:04.829Z] #18 19.91 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-10-27T03:26:04.829Z] #18 19.91 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-10-27T03:26:04.829Z] #18 19.91 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-10-27T03:26:04.829Z] #18 19.91 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-10-27T03:26:04.829Z] #18 19.91 python3.7 python3.7-minimal vim-runtime xxd [2020-10-27T03:26:04.829Z] #18 19.92 Suggested packages: [2020-10-27T03:26:04.829Z] #18 19.93 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-10-27T03:26:04.829Z] #18 19.93 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-10-27T03:26:04.829Z] #18 19.93 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-10-27T03:26:04.829Z] #18 19.93 Recommended packages: [2020-10-27T03:26:04.829Z] #18 19.93 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-10-27T03:26:04.829Z] #18 19.93 python3-keyrings.alt python3-xdg unzip [2020-10-27T03:26:04.829Z] #18 22.09 The following NEW packages will be installed: [2020-10-27T03:26:04.829Z] #18 22.09 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-10-27T03:26:04.829Z] #18 22.10 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-10-27T03:26:04.829Z] #18 22.10 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-10-27T03:26:04.829Z] #18 22.10 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-10-27T03:26:04.829Z] #18 22.10 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-10-27T03:26:04.829Z] #18 22.10 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-10-27T03:26:04.829Z] #18 22.10 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-10-27T03:26:04.829Z] #18 22.10 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-10-27T03:26:04.829Z] #18 22.10 xz-utils zip [2020-10-27T03:26:04.829Z] #18 22.40 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2020-10-27T03:26:04.829Z] #18 22.40 Need to get 28.5 MB of archives. [2020-10-27T03:26:04.829Z] #18 22.40 After this operation, 116 MB of additional disk space will be used. [2020-10-27T03:26:04.829Z] #18 22.40 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-10-27T03:26:04.829Z] #18 22.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-10-27T03:26:04.829Z] #18 22.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-10-27T03:26:04.829Z] #18 22.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-10-27T03:26:04.829Z] #18 22.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-10-27T03:26:04.829Z] #18 22.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-10-27T03:26:04.829Z] #18 22.63 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-10-27T03:26:04.829Z] #18 22.66 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-10-27T03:26:04.829Z] #18 22.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-10-27T03:26:04.829Z] #18 22.75 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-10-27T03:26:04.829Z] #18 22.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-10-27T03:26:04.829Z] #18 22.75 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-10-27T03:26:04.829Z] #18 22.75 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-10-27T03:26:04.829Z] #18 22.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-10-27T03:26:04.830Z] #18 22.75 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-10-27T03:26:04.830Z] #18 22.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-10-27T03:26:04.830Z] #18 22.79 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-10-27T03:26:04.830Z] #18 22.80 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-10-27T03:26:04.830Z] #18 22.85 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-10-27T03:26:04.830Z] #18 22.87 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-10-27T03:26:04.830Z] #18 22.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-10-27T03:26:04.830Z] #18 22.89 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-10-27T03:26:04.830Z] #18 22.91 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-10-27T03:26:04.830Z] #18 22.91 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-10-27T03:26:04.830Z] #18 22.92 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-10-27T03:26:04.830Z] #18 22.93 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-10-27T03:26:04.830Z] #18 22.94 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-10-27T03:26:04.830Z] #18 22.94 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-10-27T03:26:04.830Z] #18 22.95 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-10-27T03:26:04.830Z] #18 23.38 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-10-27T03:26:04.830Z] #18 23.38 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-10-27T03:26:04.830Z] #18 23.40 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-10-27T03:26:04.830Z] #18 23.40 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-10-27T03:26:04.830Z] #18 23.41 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-10-27T03:26:04.830Z] #18 23.42 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-10-27T03:26:04.830Z] #18 23.52 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-10-27T03:26:04.830Z] #18 23.52 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-10-27T03:26:04.830Z] #18 23.54 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-10-27T03:26:04.830Z] #18 23.54 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-10-27T03:26:04.830Z] #18 23.56 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-10-27T03:26:04.830Z] #18 23.58 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-10-27T03:26:04.830Z] #18 23.58 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-10-27T03:26:04.830Z] #18 23.66 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-10-27T03:26:04.830Z] #18 23.71 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-10-27T03:26:04.830Z] #18 23.72 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-10-27T03:26:04.830Z] #18 24.06 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-10-27T03:26:04.830Z] #18 24.13 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-10-27T03:26:04.830Z] #18 24.19 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-10-27T03:26:04.830Z] #18 24.99 debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T03:26:04.830Z] #18 25.11 Fetched 28.5 MB in 2s (13.8 MB/s) [2020-10-27T03:26:04.830Z] #18 25.18 Selecting previously unselected package pigz. [2020-10-27T03:26:04.830Z] #18 25.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-10-27T03:26:04.830Z] #18 25.23 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-10-27T03:26:04.830Z] #18 25.24 Unpacking pigz (2.4-1) ... [2020-10-27T03:26:04.830Z] #18 25.33 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-10-27T03:26:04.830Z] #18 25.34 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-10-27T03:26:04.830Z] #18 25.35 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-10-27T03:26:04.830Z] #18 25.78 Selecting previously unselected package python3.7-minimal. [2020-10-27T03:26:04.830Z] #18 25.78 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-10-27T03:26:04.830Z] #18 25.79 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-10-27T03:26:04.830Z] #18 26.67 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-10-27T03:26:04.830Z] #18 26.70 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-10-27T03:26:05.090Z] #18 ... [2020-10-27T03:26:05.090Z] [2020-10-27T03:26:05.090Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:26:05.090Z] #41 79.03 DEP criu/kerndat.d [2020-10-27T03:26:05.216Z] ok github.com/docker/docker/pkg/filenotify 0.601s coverage: 67.0% of statements [2020-10-27T03:26:05.350Z] #41 79.31 DEP criu/kcmp-ids.d [2020-10-27T03:26:05.350Z] #41 79.42 DEP criu/irmap.d [2020-10-27T03:26:05.612Z] #41 79.55 DEP criu/ipc_ns.d [2020-10-27T03:26:05.612Z] #41 79.69 DEP criu/image.d [2020-10-27T03:26:05.872Z] #41 79.89 DEP criu/image-desc.d [2020-10-27T03:26:05.872Z] #41 79.98 DEP criu/fsnotify.d [2020-10-27T03:26:06.133Z] #41 80.20 DEP criu/filesystems.d [2020-10-27T03:26:06.253Z] ok github.com/docker/docker/pkg/fileutils 0.031s coverage: 89.5% of statements [2020-10-27T03:26:06.397Z] #41 ... [2020-10-27T03:26:06.397Z] [2020-10-27T03:26:06.397Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-27T03:26:06.397Z] #30 DONE 159.6s [2020-10-27T03:26:06.397Z] [2020-10-27T03:26:06.397Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:26:06.397Z] #41 80.37 DEP criu/files.d [2020-10-27T03:26:06.658Z] #41 80.64 DEP criu/files-reg.d [2020-10-27T03:26:06.889Z] ok github.com/docker/docker/pkg/fsutils 0.383s coverage: 85.1% of statements [2020-10-27T03:26:06.889Z] ok github.com/docker/docker/pkg/discovery/kv 3.090s coverage: 84.1% of statements [2020-10-27T03:26:06.919Z] #41 80.79 DEP criu/files-ext.d [2020-10-27T03:26:06.919Z] #41 80.91 DEP criu/file-lock.d [2020-10-27T03:26:07.181Z] ok github.com/docker/docker/pkg/homedir 0.015s coverage: 11.4% of statements [2020-10-27T03:26:07.184Z] #41 81.11 DEP criu/file-ids.d [2020-10-27T03:26:07.235Z] #42 155.4 CC criu/namespaces.o [2020-10-27T03:26:07.444Z] #41 81.40 DEP criu/fifo.d [2020-10-27T03:26:07.445Z] #41 81.54 DEP criu/fdstore.d [2020-10-27T03:26:07.705Z] #41 81.62 DEP criu/fault-injection.d [2020-10-27T03:26:07.705Z] #41 81.69 DEP criu/external.d [2020-10-27T03:26:07.705Z] #41 81.76 DEP criu/eventpoll.d [2020-10-27T03:26:07.820Z] ok github.com/docker/docker/pkg/idtools 0.288s coverage: 70.1% of statements [2020-10-27T03:26:07.820Z] ok github.com/docker/docker/pkg/ioutils 0.332s coverage: 69.3% of statements [2020-10-27T03:26:07.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-27T03:26:07.965Z] #41 81.93 DEP criu/eventfd.d [2020-10-27T03:26:08.113Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2020-10-27T03:26:08.113Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-10-27T03:26:08.113Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2020-10-27T03:26:08.113Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-10-27T03:26:08.113Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-10-27T03:26:08.226Z] #41 82.03 DEP criu/crtools.d [2020-10-27T03:26:08.226Z] #41 82.19 DEP criu/cr-service.d [2020-10-27T03:26:08.407Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-10-27T03:26:08.407Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-10-27T03:26:08.407Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-10-27T03:26:08.486Z] #41 82.33 DEP criu/cr-restore.d [2020-10-27T03:26:08.486Z] #41 82.54 DEP criu/cr-errno.d [2020-10-27T03:26:08.486Z] #41 82.56 DEP criu/cr-dump.d [2020-10-27T03:26:08.699Z] ok github.com/docker/docker/pkg/parsers/kernel 0.018s coverage: 60.0% of statements [2020-10-27T03:26:08.746Z] #41 82.77 DEP criu/cr-dedup.d [2020-10-27T03:26:08.992Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.002s coverage: 86.7% of statements [2020-10-27T03:26:08.992Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2020-10-27T03:26:08.992Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-10-27T03:26:08.992Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-10-27T03:26:09.007Z] #41 82.96 DEP criu/cr-check.d [2020-10-27T03:26:09.268Z] #41 83.13 DEP criu/config.d [2020-10-27T03:26:09.268Z] #41 83.24 DEP criu/clone-noasan.d [2020-10-27T03:26:09.268Z] #41 83.31 DEP criu/cgroup.d [2020-10-27T03:26:09.349Z] #42 157.7 CC criu/net.o [2020-10-27T03:26:09.534Z] #41 83.47 DEP criu/cgroup-props.d [2020-10-27T03:26:09.534Z] #41 83.53 DEP criu/bitmap.d [2020-10-27T03:26:09.534Z] #41 83.56 DEP criu/bfd.d [2020-10-27T03:26:09.534Z] #41 83.65 DEP criu/autofs.d [2020-10-27T03:26:09.628Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2020-10-27T03:26:09.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-27T03:26:09.795Z] #41 83.75 DEP criu/aio.d [2020-10-27T03:26:09.795Z] #41 83.87 DEP criu/action-scripts.d [2020-10-27T03:26:09.797Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-27T03:26:10.055Z] #41 84.09 CC criu/action-scripts.o [2020-10-27T03:26:10.264Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-10-27T03:26:10.264Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-10-27T03:26:10.315Z] #41 84.48 CC criu/aio.o [2020-10-27T03:26:10.556Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-10-27T03:26:11.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-27T03:26:11.256Z] #41 84.94 CC criu/autofs.o [2020-10-27T03:26:12.069Z] ok github.com/docker/docker/pkg/pubsub 1.017s coverage: 75.0% of statements [2020-10-27T03:26:12.069Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-10-27T03:26:12.198Z] #41 86.27 CC criu/bfd.o [2020-10-27T03:26:12.570Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-27T03:26:12.769Z] #41 86.78 CC criu/bitmap.o [2020-10-27T03:26:12.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-27T03:26:13.033Z] #41 86.92 CC criu/cgroup-props.o [2020-10-27T03:26:13.293Z] #41 ... [2020-10-27T03:26:13.293Z] [2020-10-27T03:26:13.293Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:26:13.293Z] #18 29.30 Selecting previously unselected package python3-minimal. [2020-10-27T03:26:13.294Z] #18 29.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 ... 23681 files and directories currently installed.) [2020-10-27T03:26:13.294Z] #18 29.38 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 29.40 Unpacking python3-minimal (3.7.3-1) ... [2020-10-27T03:26:13.294Z] #18 29.58 Selecting previously unselected package libmpdec2:amd64. [2020-10-27T03:26:13.294Z] #18 29.58 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 29.60 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-10-27T03:26:13.294Z] #18 29.77 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-10-27T03:26:13.294Z] #18 29.77 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 29.78 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-10-27T03:26:13.294Z] #18 30.87 Selecting previously unselected package python3.7. [2020-10-27T03:26:13.294Z] #18 30.89 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 30.89 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-10-27T03:26:13.294Z] #18 31.05 Selecting previously unselected package libpython3-stdlib:amd64. [2020-10-27T03:26:13.294Z] #18 31.05 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 31.06 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-10-27T03:26:13.294Z] #18 31.17 Setting up python3-minimal (3.7.3-1) ... [2020-10-27T03:26:13.294Z] #18 31.90 Selecting previously unselected package python3. [2020-10-27T03:26:13.294Z] #18 31.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-10-27T03:26:13.294Z] #18 31.94 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 31.95 Unpacking python3 (3.7.3-1) ... [2020-10-27T03:26:13.294Z] #18 32.03 Selecting previously unselected package libip4tc0:amd64. [2020-10-27T03:26:13.294Z] #18 32.03 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 32.04 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-10-27T03:26:13.294Z] #18 32.13 Selecting previously unselected package libip6tc0:amd64. [2020-10-27T03:26:13.294Z] #18 32.14 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 32.15 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-10-27T03:26:13.294Z] #18 32.24 Selecting previously unselected package libiptc0:amd64. [2020-10-27T03:26:13.294Z] #18 32.24 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 32.25 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-10-27T03:26:13.294Z] #18 32.34 Selecting previously unselected package libnfnetlink0:amd64. [2020-10-27T03:26:13.294Z] #18 32.34 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 32.34 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-10-27T03:26:13.294Z] #18 32.40 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-10-27T03:26:13.294Z] #18 32.40 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 32.41 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-10-27T03:26:13.294Z] #18 32.47 Selecting previously unselected package libnftnl11:amd64. [2020-10-27T03:26:13.294Z] #18 32.48 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 32.48 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-10-27T03:26:13.294Z] #18 32.58 Selecting previously unselected package iptables. [2020-10-27T03:26:13.294Z] #18 32.59 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 32.59 Unpacking iptables (1.8.2-4) ... [2020-10-27T03:26:13.294Z] #18 32.91 Selecting previously unselected package xxd. [2020-10-27T03:26:13.294Z] #18 32.91 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 32.92 Unpacking xxd (2:8.1.0875-5) ... [2020-10-27T03:26:13.294Z] #18 33.05 Selecting previously unselected package vim-common. [2020-10-27T03:26:13.294Z] #18 33.06 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-10-27T03:26:13.294Z] #18 33.09 Unpacking vim-common (2:8.1.0875-5) ... [2020-10-27T03:26:13.294Z] #18 33.23 Selecting previously unselected package bash-completion. [2020-10-27T03:26:13.294Z] #18 33.23 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-10-27T03:26:13.294Z] #18 35.77 Unpacking bash-completion (1:2.8-6) ... [2020-10-27T03:26:13.294Z] #18 36.17 Selecting previously unselected package bzip2. [2020-10-27T03:26:13.294Z] #18 36.18 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-10-27T03:26:13.294Z] #18 36.20 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-10-27T03:26:13.294Z] #18 36.27 Selecting previously unselected package xz-utils. [2020-10-27T03:26:13.554Z] #18 36.29 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-10-27T03:26:13.554Z] #18 36.30 Unpacking xz-utils (5.2.4-1) ... [2020-10-27T03:26:13.554Z] #18 36.47 Selecting previously unselected package apparmor. [2020-10-27T03:26:13.554Z] #18 36.47 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-10-27T03:26:13.814Z] #18 36.54 Unpacking apparmor (2.13.2-10) ... [2020-10-27T03:26:13.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-27T03:26:13.865Z] #42 161.3 CC criu/netfilter.o [2020-10-27T03:26:13.865Z] #42 161.7 CC criu/page-pipe.o [2020-10-27T03:26:14.075Z] #18 36.86 Selecting previously unselected package aufs-tools. [2020-10-27T03:26:14.075Z] #18 36.87 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-10-27T03:26:14.075Z] #18 36.88 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-10-27T03:26:14.336Z] #18 37.04 Selecting previously unselected package libonig5:amd64. [2020-10-27T03:26:14.336Z] #18 37.05 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-10-27T03:26:14.336Z] #18 37.05 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-10-27T03:26:14.336Z] #18 37.23 Selecting previously unselected package libjq1:amd64. [2020-10-27T03:26:14.336Z] #18 37.23 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-10-27T03:26:14.336Z] #18 37.23 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-10-27T03:26:14.513Z] #42 162.6 CC criu/page-xfer.o [2020-10-27T03:26:14.596Z] #18 37.34 Selecting previously unselected package jq. [2020-10-27T03:26:14.596Z] #18 37.37 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-10-27T03:26:14.596Z] #18 37.37 Unpacking jq (1.5+dfsg-2+b1) ... [2020-10-27T03:26:14.596Z] #18 37.47 Selecting previously unselected package libaio1:amd64. [2020-10-27T03:26:14.596Z] #18 37.47 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-10-27T03:26:14.596Z] #18 37.48 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-10-27T03:26:14.596Z] #18 37.53 Selecting previously unselected package libgpm2:amd64. [2020-10-27T03:26:14.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-27T03:26:14.805Z] ok github.com/docker/docker/pkg/signal 2.333s coverage: 61.0% of statements [2020-10-27T03:26:14.805Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-10-27T03:26:14.856Z] #18 37.55 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-10-27T03:26:14.856Z] #18 37.55 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-10-27T03:26:14.856Z] #18 37.62 Selecting previously unselected package libicu63:amd64. [2020-10-27T03:26:14.856Z] #18 37.64 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-10-27T03:26:14.856Z] #18 37.64 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-10-27T03:26:15.149Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-10-27T03:26:15.442Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-10-27T03:26:15.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-27T03:26:15.734Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-10-27T03:26:16.369Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2020-10-27T03:26:16.650Z] #42 164.8 CC criu/pagemap-cache.o [2020-10-27T03:26:16.662Z] ok github.com/docker/docker/pkg/system 0.047s coverage: 36.9% of statements [2020-10-27T03:26:16.952Z] #42 165.3 CC criu/pagemap.o [2020-10-27T03:26:16.955Z] ok github.com/docker/docker/pkg/tailfile 0.038s coverage: 88.6% of statements [2020-10-27T03:26:17.281Z] ok github.com/docker/docker/pkg/tarsum 0.025s coverage: 89.3% of statements [2020-10-27T03:26:17.670Z] testing: warning: no tests to run [2020-10-27T03:26:17.670Z] coverage: [no statements] [2020-10-27T03:26:17.670Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-10-27T03:26:17.670Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-10-27T03:26:17.962Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-10-27T03:26:18.058Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-27T03:26:18.155Z] #18 41.04 Selecting previously unselected package libnet1:amd64. [2020-10-27T03:26:18.155Z] #18 41.04 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-10-27T03:26:18.155Z] #18 41.06 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-10-27T03:26:18.255Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-10-27T03:26:18.415Z] #18 41.13 Selecting previously unselected package libnl-3-200:amd64. [2020-10-27T03:26:18.415Z] #18 41.14 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-10-27T03:26:18.415Z] #18 41.14 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-10-27T03:26:18.415Z] #18 41.26 Selecting previously unselected package libprotobuf-c1:amd64. [2020-10-27T03:26:18.415Z] #18 41.27 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-10-27T03:26:18.415Z] #18 41.27 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-10-27T03:26:18.415Z] #18 41.36 Selecting previously unselected package libreadline5:amd64. [2020-10-27T03:26:18.415Z] #18 41.37 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-10-27T03:26:18.495Z] #42 166.4 CC criu/parasite-syscall.o [2020-10-27T03:26:18.676Z] #18 41.38 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-10-27T03:26:18.676Z] #18 41.50 Selecting previously unselected package net-tools. [2020-10-27T03:26:18.676Z] #18 41.52 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-10-27T03:26:18.676Z] #18 41.53 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-10-27T03:26:18.936Z] #18 41.73 Selecting previously unselected package python-pip-whl. [2020-10-27T03:26:18.936Z] #18 41.74 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-10-27T03:26:18.936Z] #18 41.75 Unpacking python-pip-whl (18.1-5) ... [2020-10-27T03:26:19.506Z] #18 42.28 Selecting previously unselected package python3-lib2to3. [2020-10-27T03:26:19.506Z] #18 42.30 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-10-27T03:26:19.506Z] #18 42.30 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-10-27T03:26:19.506Z] #18 42.40 Selecting previously unselected package python3-distutils. [2020-10-27T03:26:19.556Z] #42 167.6 CC criu/path.o [2020-10-27T03:26:19.767Z] #18 42.42 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-10-27T03:26:19.767Z] #18 42.42 Unpacking python3-distutils (3.7.3-1) ... [2020-10-27T03:26:19.767Z] #18 42.56 Selecting previously unselected package python3-pip. [2020-10-27T03:26:19.767Z] #18 42.57 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-10-27T03:26:19.767Z] #18 42.58 Unpacking python3-pip (18.1-5) ... [2020-10-27T03:26:19.839Z] ok github.com/docker/docker/plugin 0.544s coverage: 23.1% of statements [2020-10-27T03:26:19.855Z] #42 167.9 CC criu/pie-util-vdso.o [2020-10-27T03:26:19.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-27T03:26:20.027Z] #18 42.73 Selecting previously unselected package python3-pkg-resources. [2020-10-27T03:26:20.027Z] #18 42.73 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-10-27T03:26:20.027Z] #18 42.74 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-10-27T03:26:20.027Z] #18 42.87 Selecting previously unselected package python3-setuptools. [2020-10-27T03:26:20.027Z] #18 42.87 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-10-27T03:26:20.028Z] #18 42.88 Unpacking python3-setuptools (40.8.0-1) ... [2020-10-27T03:26:20.132Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-10-27T03:26:20.161Z] #42 168.4 CC criu/pie-util.o [2020-10-27T03:26:20.288Z] #18 43.11 Selecting previously unselected package python3-wheel. [2020-10-27T03:26:20.288Z] #18 43.12 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-10-27T03:26:20.288Z] #18 43.12 Unpacking python3-wheel (0.32.3-2) ... [2020-10-27T03:26:20.288Z] #18 43.20 Selecting previously unselected package sudo. [2020-10-27T03:26:20.461Z] #42 168.6 CC criu/pipes.o [2020-10-27T03:26:20.548Z] #18 43.22 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-10-27T03:26:20.548Z] #18 43.23 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-10-27T03:26:20.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-27T03:26:20.768Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.4% of statements [2020-10-27T03:26:21.069Z] #18 43.81 Selecting previously unselected package thin-provisioning-tools. [2020-10-27T03:26:21.069Z] #18 43.84 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-10-27T03:26:21.069Z] #18 43.85 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-10-27T03:26:21.329Z] #18 44.06 Selecting previously unselected package uidmap. [2020-10-27T03:26:21.329Z] #18 44.07 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-10-27T03:26:21.329Z] #18 44.08 Unpacking uidmap (1:4.5-1.1) ... [2020-10-27T03:26:21.518Z] #42 169.6 CC criu/plugin.o [2020-10-27T03:26:21.590Z] #18 44.20 Selecting previously unselected package vim-runtime. [2020-10-27T03:26:21.590Z] #18 44.20 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-10-27T03:26:21.590Z] #18 44.25 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-10-27T03:26:21.590Z] #18 44.28 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-10-27T03:26:21.590Z] #18 44.29 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-10-27T03:26:21.816Z] #42 170.1 CC criu/proc_parse.o [2020-10-27T03:26:21.998Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-27T03:26:22.283Z] ok github.com/docker/docker/quota 0.659s coverage: 71.4% of statements [2020-10-27T03:26:22.575Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-10-27T03:26:22.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-27T03:26:23.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-27T03:26:23.353Z] #42 ... [2020-10-27T03:26:23.353Z] [2020-10-27T03:26:23.353Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:26:23.353Z] #39 231.3 + dpkg --print-architecture [2020-10-27T03:26:23.353Z] #39 231.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-10-27T03:26:23.613Z] ok github.com/docker/docker/registry 0.094s coverage: 56.3% of statements [2020-10-27T03:26:23.652Z] #39 231.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-10-27T03:26:23.652Z] #39 231.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-10-27T03:26:23.906Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-10-27T03:26:24.132Z] #18 ... [2020-10-27T03:26:24.132Z] [2020-10-27T03:26:24.132Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:26:24.132Z] #41 87.65 CC criu/cgroup.o [2020-10-27T03:26:24.132Z] #41 90.39 CC criu/clone-noasan.o [2020-10-27T03:26:24.132Z] #41 90.53 CC criu/config.o [2020-10-27T03:26:24.132Z] #41 91.83 CC criu/cr-check.o [2020-10-27T03:26:24.132Z] #41 93.41 CC criu/cr-dedup.o [2020-10-27T03:26:24.132Z] #41 93.79 CC criu/cr-dump.o [2020-10-27T03:26:24.132Z] #41 96.04 CC criu/cr-errno.o [2020-10-27T03:26:24.132Z] #41 96.14 CC criu/cr-restore.o [2020-10-27T03:26:24.199Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-10-27T03:26:24.704Z] #41 ... [2020-10-27T03:26:24.704Z] [2020-10-27T03:26:24.704Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:26:24.704Z] #18 47.47 Selecting previously unselected package vim. [2020-10-27T03:26:24.704Z] #18 47.48 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-10-27T03:26:24.704Z] #18 47.50 Unpacking vim (2:8.1.0875-5) ... [2020-10-27T03:26:24.836Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2020-10-27T03:26:24.836Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-10-27T03:26:24.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-27T03:26:25.275Z] #18 48.06 Selecting previously unselected package xfsprogs. [2020-10-27T03:26:25.275Z] #18 48.06 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-10-27T03:26:25.275Z] #18 48.08 Unpacking xfsprogs (4.20.0-1) ... [2020-10-27T03:26:25.846Z] #18 48.57 Selecting previously unselected package zip. [2020-10-27T03:26:25.846Z] #18 48.58 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-10-27T03:26:25.846Z] #18 48.59 Unpacking zip (3.0-11+b1) ... [2020-10-27T03:26:26.106Z] #18 48.76 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-10-27T03:26:26.106Z] #18 48.78 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-10-27T03:26:26.106Z] #18 48.79 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-10-27T03:26:26.106Z] #18 48.80 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-10-27T03:26:26.106Z] #18 48.80 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-10-27T03:26:26.106Z] #18 48.81 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-10-27T03:26:26.106Z] #18 48.82 Setting up uidmap (1:4.5-1.1) ... [2020-10-27T03:26:26.106Z] #18 48.83 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-10-27T03:26:26.106Z] #18 48.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-10-27T03:26:26.106Z] #18 48.87 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-10-27T03:26:26.106Z] #18 48.88 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-10-27T03:26:26.106Z] #18 48.89 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-10-27T03:26:26.106Z] #18 48.97 Setting up xxd (2:8.1.0875-5) ... [2020-10-27T03:26:26.106Z] #18 48.98 Setting up zip (3.0-11+b1) ... [2020-10-27T03:26:26.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-27T03:26:26.367Z] #18 49.09 Setting up vim-common (2:8.1.0875-5) ... [2020-10-27T03:26:26.367Z] #18 49.15 Setting up bash-completion (1:2.8-6) ... [2020-10-27T03:26:26.908Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-10-27T03:26:27.048Z] sha256:6e564712d2cbea9cd53b28d822f4cc07e3c7e7d1f8d3f3b48cb0c9983bb8149d [2020-10-27T03:26:27.048Z] INFO: Starting docker-py tests... [2020-10-27T03:26:27.947Z] ok github.com/docker/docker/volume/local 0.298s coverage: 76.4% of statements [2020-10-27T03:26:27.986Z] ============================= test session starts ============================== [2020-10-27T03:26:27.986Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-10-27T03:26:27.986Z] rootdir: /src, inifile: pytest.ini [2020-10-27T03:26:27.986Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-10-27T03:26:28.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-27T03:26:28.239Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2020-10-27T03:26:28.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-27T03:26:28.923Z] collected 389 items / 1 deselected / 388 selected [2020-10-27T03:26:28.923Z] [2020-10-27T03:26:29.350Z] ok github.com/docker/docker/volume/service 0.010s coverage: 73.1% of statements [2020-10-27T03:26:29.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-27T03:26:29.667Z] #18 51.99 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-10-27T03:26:29.667Z] #18 52.01 Setting up xz-utils (5.2.4-1) ... [2020-10-27T03:26:29.667Z] #18 52.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-10-27T03:26:29.667Z] #18 52.03 Setting up sudo (1.8.27-1+deb10u2) ... [2020-10-27T03:26:29.667Z] #18 52.09 invoke-rc.d: could not determine current runlevel [2020-10-27T03:26:29.667Z] #18 52.10 invoke-rc.d: policy-rc.d denied execution of start. [2020-10-27T03:26:29.667Z] #18 52.11 Setting up pigz (2.4-1) ... [2020-10-27T03:26:29.667Z] #18 52.12 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-10-27T03:26:29.667Z] #18 52.13 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-10-27T03:26:29.667Z] #18 52.16 Setting up python-pip-whl (18.1-5) ... [2020-10-27T03:26:29.667Z] #18 52.16 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-10-27T03:26:29.667Z] #18 52.17 Setting up vim-runtime (2:8.1.0875-5) ... [2020-10-27T03:26:29.667Z] #18 52.56 Setting up libaio1:amd64 (0.3.112-3) ... [2020-10-27T03:26:29.667Z] #18 52.57 Setting up libonig5:amd64 (6.9.1-1) ... [2020-10-27T03:26:29.667Z] #18 52.58 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-10-27T03:26:29.667Z] #18 52.59 Setting up vim (2:8.1.0875-5) ... [2020-10-27T03:26:29.667Z] #18 52.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-10-27T03:26:29.667Z] #18 52.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-10-27T03:26:29.667Z] #18 52.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-10-27T03:26:29.667Z] #18 52.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-10-27T03:26:29.667Z] #18 52.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-10-27T03:26:29.667Z] #18 52.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-10-27T03:26:29.667Z] #18 52.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-10-27T03:26:29.667Z] #18 52.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-10-27T03:26:29.927Z] #18 52.66 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-10-27T03:26:29.927Z] #18 52.67 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-10-27T03:26:29.927Z] #18 52.68 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-10-27T03:26:29.927Z] #18 52.69 Setting up jq (1.5+dfsg-2+b1) ... [2020-10-27T03:26:29.927Z] #18 52.70 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-10-27T03:26:29.927Z] #18 52.71 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-10-27T03:26:30.615Z] #39 ... [2020-10-27T03:26:30.615Z] [2020-10-27T03:26:30.615Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:26:30.615Z] #52 124.6 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-10-27T03:26:30.615Z] #52 127.2 + mkdir -p /build [2020-10-27T03:26:30.615Z] #52 127.2 + cp runc /build/runc [2020-10-27T03:26:30.615Z] #52 DONE 127.4s [2020-10-27T03:26:30.615Z] [2020-10-27T03:26:30.615Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:26:30.615Z] #42 174.4 CC criu/protobuf-desc.o [2020-10-27T03:26:30.615Z] #42 175.5 CC criu/protobuf.o [2020-10-27T03:26:30.615Z] #42 176.0 CC criu/pstree.o [2020-10-27T03:26:30.615Z] #42 177.5 CC criu/rbtree.o [2020-10-27T03:26:30.615Z] #42 177.9 CC criu/rst-malloc.o [2020-10-27T03:26:30.615Z] #42 178.4 CC criu/seccomp.o [2020-10-27T03:26:30.936Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-27T03:26:31.263Z] #42 179.3 CC criu/seize.o [2020-10-27T03:26:31.709Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-27T03:26:32.319Z] #42 180.7 CC criu/servicefd.o [2020-10-27T03:26:32.322Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-27T03:26:32.322Z] Using test binary docker [2020-10-27T03:26:32.583Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-10-27T03:26:32.583Z] +++ /etc/init.d/apparmor start [2020-10-27T03:26:32.583Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-27T03:26:32.583Z] INFO: Waiting for daemon to start... [2020-10-27T03:26:32.583Z] Starting dockerd [2020-10-27T03:26:32.583Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-10-27T03:26:32.966Z] #42 181.2 CC criu/shmem.o [2020-10-27T03:26:33.224Z] #18 55.67 Setting up iptables (1.8.2-4) ... [2020-10-27T03:26:33.224Z] #18 55.69 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-10-27T03:26:33.224Z] #18 55.70 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-10-27T03:26:33.224Z] #18 55.70 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-10-27T03:26:33.224Z] #18 55.71 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-10-27T03:26:33.224Z] #18 55.71 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-10-27T03:26:33.225Z] #18 55.72 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-10-27T03:26:33.225Z] #18 55.72 Setting up python3 (3.7.3-1) ... [2020-10-27T03:26:33.225Z] #18 56.21 Setting up python3-wheel (0.32.3-2) ... [2020-10-27T03:26:34.034Z] #42 182.1 CC criu/sigframe.o [2020-10-27T03:26:34.167Z] #18 56.85 Setting up apparmor (2.13.2-10) ... [2020-10-27T03:26:34.334Z] #42 182.4 CC criu/signalfd.o [2020-10-27T03:26:34.334Z] #42 182.8 CC criu/sk-inet.o [2020-10-27T03:26:34.495Z] . [2020-10-27T03:26:34.495Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-27T03:26:34.756Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-27T03:26:34.756Z] Error: No such image: emptyfs [2020-10-27T03:26:34.756Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-27T03:26:34.756Z] ++++ docker load [2020-10-27T03:26:35.017Z] Running integration-test (iteration 1) [2020-10-27T03:26:35.017Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-10-27T03:26:35.017Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:26:35.017Z] ++ set -e [2020-10-27T03:26:35.017Z] ++ '[' -n 0 ']' [2020-10-27T03:26:35.017Z] ++ set -x [2020-10-27T03:26:35.017Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:26:35.873Z] #42 183.9 CC criu/sk-netlink.o [2020-10-27T03:26:35.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-27T03:26:36.079Z] #18 58.62 Setting up xfsprogs (4.20.0-1) ... [2020-10-27T03:26:36.080Z] #18 58.64 Setting up python3-lib2to3 (3.7.3-1) ... [2020-10-27T03:26:36.172Z] #42 184.4 CC criu/sk-packet.o [2020-10-27T03:26:36.342Z] #18 59.04 Setting up python3-pkg-resources (40.8.0-1) ... [2020-10-27T03:26:36.342Z] #18 ... [2020-10-27T03:26:36.342Z] [2020-10-27T03:26:36.342Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:26:36.342Z] #41 100.5 CC criu/cr-service.o [2020-10-27T03:26:36.342Z] #41 102.1 CC criu/crtools.o [2020-10-27T03:26:36.342Z] #41 102.6 CC criu/eventfd.o [2020-10-27T03:26:36.342Z] #41 102.9 CC criu/eventpoll.o [2020-10-27T03:26:36.342Z] #41 103.7 CC criu/external.o [2020-10-27T03:26:36.342Z] #41 104.0 CC criu/fault-injection.o [2020-10-27T03:26:36.342Z] #41 104.1 CC criu/fdstore.o [2020-10-27T03:26:36.342Z] #41 104.5 CC criu/fifo.o [2020-10-27T03:26:36.342Z] #41 105.0 CC criu/file-ids.o [2020-10-27T03:26:36.342Z] #41 105.4 CC criu/file-lock.o [2020-10-27T03:26:36.342Z] #41 106.4 CC criu/files-ext.o [2020-10-27T03:26:36.342Z] #41 106.8 CC criu/files-reg.o [2020-10-27T03:26:36.342Z] #41 108.7 CC criu/files.o [2020-10-27T03:26:36.822Z] #42 185.0 CC criu/sk-queue.o [2020-10-27T03:26:36.913Z] #41 110.8 CC criu/filesystems.o [2020-10-27T03:26:36.913Z] #41 ... [2020-10-27T03:26:36.913Z] [2020-10-27T03:26:36.913Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-27T03:26:36.913Z] #18 59.83 Setting up python3-distutils (3.7.3-1) ... [2020-10-27T03:26:37.470Z] #42 185.6 CC criu/sk-tcp.o [2020-10-27T03:26:37.483Z] #18 60.32 Setting up python3-setuptools (40.8.0-1) ... [2020-10-27T03:26:38.119Z] #42 186.2 CC criu/sk-unix.o [2020-10-27T03:26:38.867Z] #18 61.52 Setting up python3-pip (18.1-5) ... [2020-10-27T03:26:39.809Z] #18 62.60 Processing triggers for libc-bin (2.28-10) ... [2020-10-27T03:26:39.809Z] #18 62.65 Processing triggers for mime-support (3.62) ... [2020-10-27T03:26:40.054Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-27T03:26:40.054Z] Using test binary docker [2020-10-27T03:26:40.054Z] +++ /etc/init.d/apparmor start [2020-10-27T03:26:40.054Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-27T03:26:40.054Z] INFO: Waiting for daemon to start... [2020-10-27T03:26:40.054Z] Starting dockerd [2020-10-27T03:26:40.054Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-10-27T03:26:40.236Z] #42 188.3 CC criu/sockets.o [2020-10-27T03:26:40.801Z] #18 DONE 63.6s [2020-10-27T03:26:40.802Z] [2020-10-27T03:26:40.802Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-27T03:26:41.290Z] #42 189.4 CC criu/stats.o [2020-10-27T03:26:41.751Z] #19 1.047 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-10-27T03:26:41.751Z] #19 1.053 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-10-27T03:26:41.751Z] #19 1.058 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-10-27T03:26:41.751Z] #19 DONE 1.1s [2020-10-27T03:26:41.751Z] [2020-10-27T03:26:41.751Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:26:41.751Z] #38 192.4 + dpkg --print-architecture [2020-10-27T03:26:41.751Z] #38 192.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-10-27T03:26:41.751Z] #38 192.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-10-27T03:26:41.751Z] #38 192.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-10-27T03:26:41.940Z] #42 189.9 CC criu/string.o [2020-10-27T03:26:41.940Z] #42 190.0 CC criu/sysctl.o [2020-10-27T03:26:41.947Z] . [2020-10-27T03:26:41.947Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-27T03:26:41.947Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-27T03:26:41.947Z] Error: No such image: emptyfs [2020-10-27T03:26:41.947Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-27T03:26:41.947Z] ++++ docker load [2020-10-27T03:26:42.204Z] Running integration-test (iteration 1) [2020-10-27T03:26:42.204Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-10-27T03:26:42.204Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:26:42.204Z] ++ set -e [2020-10-27T03:26:42.204Z] ++ '[' -n 0 ']' [2020-10-27T03:26:42.204Z] ++ set -x [2020-10-27T03:26:42.204Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:26:42.587Z] #42 190.8 CC criu/sysfs_parse.o [2020-10-27T03:26:43.236Z] #42 191.4 CC criu/timens.o [2020-10-27T03:26:43.535Z] #42 191.8 CC criu/timerfd.o [2020-10-27T03:26:44.198Z] #42 192.3 CC criu/tty.o [2020-10-27T03:26:44.648Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-10-27T03:26:44.852Z] ok github.com/docker/docker/pkg/plugins 33.611s coverage: 76.6% of statements [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/pkg/term [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/rootless [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/testutil/request [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/volume [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-10-27T03:26:44.852Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === Skipped [2020-10-27T03:26:44.852Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-10-27T03:26:44.852Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-10-27T03:26:44.852Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-10-27T03:26:44.852Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:26:44.852Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-10-27T03:26:44.852Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:26:44.852Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-10-27T03:26:44.852Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:26:44.852Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-10-27T03:26:44.852Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:26:44.852Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-10-27T03:26:44.852Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:26:44.852Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-10-27T03:26:44.852Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-10-27T03:26:44.852Z] time="2020-10-27T03:25:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:26:44.852Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:26:44.852Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-10-27T03:26:44.852Z] time="2020-10-27T03:25:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:26:44.852Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:26:44.852Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-10-27T03:26:44.852Z] time="2020-10-27T03:25:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:26:44.852Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:26:44.852Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-10-27T03:26:44.852Z] time="2020-10-27T03:25:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:26:44.852Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:26:44.852Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-10-27T03:26:44.852Z] time="2020-10-27T03:25:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:26:44.852Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:26:44.852Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-10-27T03:26:44.852Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:26:44.852Z] [2020-10-27T03:26:44.852Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-10-27T03:26:44.853Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-10-27T03:26:44.853Z] overlay_test.go:49: Fails to compute changes intermittently [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-10-27T03:26:44.853Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-10-27T03:26:44.853Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-10-27T03:26:44.853Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:26:44.853Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-10-27T03:26:44.853Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:26:44.853Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-10-27T03:26:44.853Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:26:44.853Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-10-27T03:26:44.853Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:26:44.853Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-10-27T03:26:44.853Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:26:44.853Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-10-27T03:26:44.853Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-10-27T03:26:44.853Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-10-27T03:26:44.853Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] [2020-10-27T03:26:44.853Z] DONE 2199 tests, 26 skipped in 185.308s Post stage [Pipeline] junit [2020-10-27T03:26:44.900Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T03:26:45.475Z] tests/integration/api_client_test.py ..... [ 7%] [2020-10-27T03:26:45.541Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -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:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/make.sh dynbinary test-integration [2020-10-27T03:26:45.834Z] [2020-10-27T03:26:45.834Z] Removing bundles/ [2020-10-27T03:26:45.834Z] [2020-10-27T03:26:45.834Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-10-27T03:26:46.126Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:26:46.126Z] GOOS="" GOARCH="" GOARM="" [2020-10-27T03:26:46.297Z] #42 194.5 CC criu/tun.o [2020-10-27T03:26:46.945Z] #42 195.1 CC criu/uffd.o [2020-10-27T03:26:46.981Z] tests/integration/api_config_test.py ..... [ 8%] [2020-10-27T03:26:47.254Z] Loaded image: buildpack-deps:buster [2020-10-27T03:26:47.254Z] Loaded image: busybox:latest [2020-10-27T03:26:47.255Z] Loaded image: busybox:glibc [2020-10-27T03:26:47.255Z] Loaded image: debian:buster [2020-10-27T03:26:47.255Z] Loaded image: hello-world:latest [2020-10-27T03:26:47.255Z] Loaded image: arm32v7/hello-world:latest [2020-10-27T03:26:47.255Z] INFO: Testing against a local daemon [2020-10-27T03:26:47.255Z] === RUN TestCgroupNamespacesBuild [2020-10-27T03:26:48.332Z] #38 ... [2020-10-27T03:26:48.332Z] [2020-10-27T03:26:48.332Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:26:48.332Z] #41 111.6 CC criu/fsnotify.o [2020-10-27T03:26:48.332Z] #41 112.8 CC criu/image-desc.o [2020-10-27T03:26:48.332Z] #41 113.0 CC criu/image.o [2020-10-27T03:26:48.332Z] #41 113.8 CC criu/ipc_ns.o [2020-10-27T03:26:48.332Z] #41 115.5 CC criu/irmap.o [2020-10-27T03:26:48.332Z] #41 116.2 CC criu/kcmp-ids.o [2020-10-27T03:26:48.332Z] #41 116.5 CC criu/kerndat.o [2020-10-27T03:26:48.332Z] #41 117.8 CC criu/libnetlink.o [2020-10-27T03:26:48.332Z] #41 118.3 CC criu/log.o [2020-10-27T03:26:48.332Z] #41 118.8 CC criu/lsm.o [2020-10-27T03:26:48.332Z] #41 119.2 CC criu/mem.o [2020-10-27T03:26:48.332Z] #41 121.1 CC criu/memfd.o [2020-10-27T03:26:48.332Z] #41 121.7 CC criu/mount.o [2020-10-27T03:26:48.482Z] #42 196.7 CC criu/util.o [2020-10-27T03:26:49.201Z] --- PASS: TestCgroupNamespacesBuild (2.76s) [2020-10-27T03:26:49.201Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-10-27T03:26:50.031Z] #42 198.2 CC criu/uts_ns.o [2020-10-27T03:26:50.329Z] #42 198.6 CC criu/vdso.o [2020-10-27T03:26:50.976Z] #42 199.2 LINK criu/built-in.o [2020-10-27T03:26:51.116Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.74s) [2020-10-27T03:26:51.116Z] === RUN TestBuildWithSession [2020-10-27T03:26:51.116Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-27T03:26:51.116Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:26:51.116Z] === RUN TestBuildSquashParent [2020-10-27T03:26:51.275Z] #42 199.3 LINK criu/criu [2020-10-27T03:26:51.575Z] #42 199.8 DEP lib/c/criu.d [2020-10-27T03:26:51.575Z] #42 199.9 CC images/rpc.pb-c.o [2020-10-27T03:26:51.644Z] #41 125.5 CC criu/namespaces.o [2020-10-27T03:26:51.905Z] #41 ... [2020-10-27T03:26:51.905Z] [2020-10-27T03:26:51.905Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-27T03:26:51.905Z] #20 4.977 Collecting yamllint==1.16.0 [2020-10-27T03:26:52.166Z] #20 10.36 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-10-27T03:26:52.223Z] #42 ... [2020-10-27T03:26:52.223Z] [2020-10-27T03:26:52.223Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:26:52.223Z] #39 DONE 260.4s [2020-10-27T03:26:52.223Z] [2020-10-27T03:26:52.223Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:26:52.426Z] #20 10.45 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-10-27T03:26:52.426Z] #20 10.51 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-10-27T03:26:52.426Z] #20 10.55 Collecting pyyaml (from yamllint==1.16.0) [2020-10-27T03:26:52.686Z] #20 10.68 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-10-27T03:26:52.871Z] #48 ... [2020-10-27T03:26:52.871Z] [2020-10-27T03:26:52.871Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:26:52.871Z] #42 200.9 CC lib/c/criu.o [2020-10-27T03:26:53.627Z] #20 ... [2020-10-27T03:26:53.627Z] [2020-10-27T03:26:53.627Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:26:53.627Z] #41 127.5 CC criu/net.o [2020-10-27T03:26:54.409Z] #42 202.6 LINK lib/c/built-in.o [2020-10-27T03:26:54.409Z] #42 202.6 LINK lib/c/libcriu.so [2020-10-27T03:26:54.409Z] #42 202.6 LINK lib/c/libcriu.a [2020-10-27T03:26:54.714Z] #42 202.9 GEN magic.py [2020-10-27T03:26:55.022Z] #42 203.1 Note: Building without setproctitle() and strlcpy() support. [2020-10-27T03:26:55.022Z] #42 203.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-10-27T03:26:55.022Z] #42 203.1 Note: Building without GnuTLS support [2020-10-27T03:26:55.022Z] #42 203.1 Makefile.config:39: Warn: you have no libnftables installed [2020-10-27T03:26:55.022Z] #42 203.1 Makefile.config:40: Warn: Building without nftables support [2020-10-27T03:26:56.107Z] #42 204.0 fatal: not a git repository (or any of the parent directories): .git [2020-10-27T03:26:56.171Z] #41 ... [2020-10-27T03:26:56.171Z] [2020-10-27T03:26:56.171Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-27T03:26:56.171Z] #20 12.07 Building wheels for collected packages: pyyaml [2020-10-27T03:26:56.171Z] #20 12.08 Running setup.py bdist_wheel for pyyaml: started [2020-10-27T03:26:56.171Z] #20 13.08 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-10-27T03:26:56.171Z] #20 13.08 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-10-27T03:26:56.171Z] #20 13.17 Successfully built pyyaml [2020-10-27T03:26:56.171Z] #20 13.20 Installing collected packages: pathspec, pyyaml, yamllint [2020-10-27T03:26:56.171Z] #20 13.57 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-10-27T03:26:56.171Z] #20 DONE 14.0s [2020-10-27T03:26:56.171Z] [2020-10-27T03:26:56.171Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-27T03:26:56.171Z] #23 DONE 0.3s [2020-10-27T03:26:56.171Z] [2020-10-27T03:26:56.171Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-27T03:26:56.758Z] #42 205.0 make[1]: Nothing to be done for 'all'. [2020-10-27T03:26:57.703Z] --- PASS: TestBuildSquashParent (6.24s) [2020-10-27T03:26:57.703Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-27T03:26:57.703Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:26:57.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:26:57.703Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:26:57.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:26:57.703Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:26:57.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:26:57.703Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:26:57.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:26:57.703Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:26:57.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:26:57.703Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:26:57.703Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:26:57.703Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:26:57.703Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:26:57.703Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:26:57.703Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:26:57.813Z] #42 206.1 make[1]: 'images/built-in.o' is up to date. [2020-10-27T03:26:57.814Z] #42 206.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-10-27T03:26:57.814Z] #42 206.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-10-27T03:26:58.112Z] #42 206.3 make[1]: 'compel/libcompel.a' is up to date. [2020-10-27T03:26:58.112Z] #42 206.3 make[1]: 'compel/compel-host-bin' is up to date. [2020-10-27T03:26:58.112Z] #42 206.3 make[1]: Nothing to be done for 'all'. [2020-10-27T03:26:58.112Z] #42 206.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-10-27T03:26:58.410Z] #42 206.6 make[2]: Nothing to be done for 'all'. [2020-10-27T03:26:58.410Z] #42 206.6 make[2]: Nothing to be done for 'all'. [2020-10-27T03:26:58.410Z] #42 206.7 make[2]: Nothing to be done for 'all'. [2020-10-27T03:26:58.708Z] #42 206.8 make[2]: Nothing to be done for 'all'. [2020-10-27T03:26:58.708Z] #42 206.9 make[2]: Nothing to be done for 'all'. [2020-10-27T03:26:58.708Z] #42 206.9 make[2]: Nothing to be done for 'all'. [2020-10-27T03:26:58.708Z] #42 207.0 make[2]: Nothing to be done for 'all'. [2020-10-27T03:26:59.008Z] #42 207.2 make[2]: Nothing to be done for 'all'. [2020-10-27T03:26:59.008Z] #42 207.2 INSTALL criu/criu [2020-10-27T03:26:59.008Z] #42 DONE 207.3s [2020-10-27T03:26:59.008Z] [2020-10-27T03:26:59.008Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:00.253Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:27:00.253Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:27:00.374Z] #28 DONE 3.9s [2020-10-27T03:27:00.374Z] [2020-10-27T03:27:00.374Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:27:00.374Z] #41 131.1 CC criu/netfilter.o [2020-10-27T03:27:00.374Z] #41 131.5 CC criu/page-pipe.o [2020-10-27T03:27:00.374Z] #41 132.1 CC criu/page-xfer.o [2020-10-27T03:27:00.374Z] #41 133.3 CC criu/pagemap-cache.o [2020-10-27T03:27:00.374Z] #41 133.6 CC criu/pagemap.o [2020-10-27T03:27:00.374Z] #41 ... [2020-10-27T03:27:00.374Z] [2020-10-27T03:27:00.374Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-27T03:27:00.374Z] #31 DONE 0.3s [2020-10-27T03:27:00.374Z] [2020-10-27T03:27:00.374Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-27T03:27:00.374Z] #33 DONE 0.0s [2020-10-27T03:27:00.374Z] [2020-10-27T03:27:00.374Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-27T03:27:00.374Z] #36 DONE 0.0s [2020-10-27T03:27:00.374Z] [2020-10-27T03:27:00.374Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:27:00.635Z] #38 ... [2020-10-27T03:27:00.635Z] [2020-10-27T03:27:00.635Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:27:00.635Z] #41 134.5 CC criu/parasite-syscall.o [2020-10-27T03:27:01.576Z] #41 135.3 CC criu/path.o [2020-10-27T03:27:01.837Z] #41 135.7 CC criu/pie-util-vdso-elf32.o [2020-10-27T03:27:02.097Z] #41 136.1 CC criu/pie-util-vdso.o [2020-10-27T03:27:02.170Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-10-27T03:27:02.170Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.62s) [2020-10-27T03:27:02.170Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.81s) [2020-10-27T03:27:02.170Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.91s) [2020-10-27T03:27:02.170Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.95s) [2020-10-27T03:27:02.170Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.14s) [2020-10-27T03:27:02.170Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.02s) [2020-10-27T03:27:02.170Z] === RUN TestBuildMultiStageCopy [2020-10-27T03:27:02.170Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-27T03:27:02.358Z] #41 136.5 CC criu/pie-util.o [2020-10-27T03:27:02.598Z] #48 270.6 + /build/golangci-lint --version [2020-10-27T03:27:02.598Z] #48 270.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-10-27T03:27:02.619Z] #41 136.7 CC criu/pipes.o [2020-10-27T03:27:02.896Z] #48 DONE 271.1s [2020-10-27T03:27:02.896Z] [2020-10-27T03:27:02.896Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:03.571Z] #41 137.4 CC criu/plugin.o [2020-10-27T03:27:03.832Z] #41 ... [2020-10-27T03:27:03.832Z] [2020-10-27T03:27:03.832Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-27T03:27:03.832Z] #51 90.66 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-10-27T03:27:03.832Z] #51 92.63 + mkdir -p /build [2020-10-27T03:27:03.832Z] #51 92.63 + cp runc /build/runc [2020-10-27T03:27:03.832Z] #51 DONE 93.2s [2020-10-27T03:27:03.832Z] [2020-10-27T03:27:03.832Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:27:03.832Z] #41 137.8 CC criu/proc_parse.o [2020-10-27T03:27:04.085Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-27T03:27:04.656Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-27T03:27:05.227Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-27T03:27:05.799Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-27T03:27:06.370Z] --- PASS: TestBuildMultiStageCopy (4.37s) [2020-10-27T03:27:06.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.22s) [2020-10-27T03:27:06.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2020-10-27T03:27:06.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2020-10-27T03:27:06.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2020-10-27T03:27:06.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2020-10-27T03:27:06.370Z] === RUN TestBuildMultiStageParentConfig [2020-10-27T03:27:07.131Z] #41 ... [2020-10-27T03:27:07.131Z] [2020-10-27T03:27:07.131Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-27T03:27:07.131Z] #38 DONE 219.7s [2020-10-27T03:27:07.131Z] [2020-10-27T03:27:07.131Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:27:07.131Z] #41 140.6 CC criu/protobuf-desc.o [2020-10-27T03:27:07.704Z] #41 141.7 CC criu/protobuf.o [2020-10-27T03:27:07.756Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2020-10-27T03:27:07.756Z] === RUN TestBuildLabelWithTargets [2020-10-27T03:27:07.964Z] #41 141.9 CC criu/pstree.o [2020-10-27T03:27:08.536Z] #41 ... [2020-10-27T03:27:08.536Z] [2020-10-27T03:27:08.536Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-27T03:27:08.536Z] #39 DONE 0.6s [2020-10-27T03:27:08.536Z] [2020-10-27T03:27:08.536Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:08.796Z] #47 ... [2020-10-27T03:27:08.796Z] [2020-10-27T03:27:08.796Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:27:08.796Z] #41 142.7 CC criu/rbtree.o [2020-10-27T03:27:09.057Z] #41 142.9 CC criu/rst-malloc.o [2020-10-27T03:27:09.057Z] #41 143.1 CC criu/seccomp.o [2020-10-27T03:27:09.627Z] #41 143.5 CC criu/seize.o [2020-10-27T03:27:09.888Z] #41 144.0 CC criu/servicefd.o [2020-10-27T03:27:10.302Z] --- PASS: TestBuildLabelWithTargets (2.15s) [2020-10-27T03:27:10.302Z] === RUN TestBuildWithEmptyLayers [2020-10-27T03:27:10.458Z] #41 144.3 CC criu/shmem.o [2020-10-27T03:27:10.873Z] --- PASS: TestBuildWithEmptyLayers (1.02s) [2020-10-27T03:27:10.873Z] === RUN TestBuildMultiStageOnBuild [2020-10-27T03:27:11.029Z] #41 144.8 CC criu/sigframe.o [2020-10-27T03:27:11.029Z] #41 144.9 CC criu/signalfd.o [2020-10-27T03:27:11.290Z] #41 145.1 CC criu/sk-inet.o [2020-10-27T03:27:11.861Z] #41 145.7 CC criu/sk-netlink.o [2020-10-27T03:27:12.123Z] #41 145.9 CC criu/sk-packet.o [2020-10-27T03:27:12.123Z] #41 ... [2020-10-27T03:27:12.123Z] [2020-10-27T03:27:12.123Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:12.123Z] #47 224.6 + /build/golangci-lint --version [2020-10-27T03:27:12.123Z] #47 224.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-10-27T03:27:12.123Z] #47 DONE 225.5s [2020-10-27T03:27:12.383Z] [2020-10-27T03:27:12.384Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-27T03:27:12.384Z] #41 146.3 CC criu/sk-queue.o [2020-10-27T03:27:12.644Z] #41 146.8 CC criu/sk-tcp.o [2020-10-27T03:27:13.214Z] #41 147.2 CC criu/sk-unix.o [2020-10-27T03:27:14.173Z] --- PASS: TestBuildMultiStageOnBuild (2.71s) [2020-10-27T03:27:14.173Z] === RUN TestBuildUncleanTarFilenames [2020-10-27T03:27:14.598Z] #41 148.4 CC criu/sockets.o [2020-10-27T03:27:14.858Z] #41 148.8 CC criu/stats.o [2020-10-27T03:27:15.114Z] --- PASS: TestBuildUncleanTarFilenames (1.41s) [2020-10-27T03:27:15.115Z] === RUN TestBuildMultiStageLayerLeak [2020-10-27T03:27:15.118Z] #41 149.0 CC criu/string.o [2020-10-27T03:27:15.118Z] #41 149.0 CC criu/sysctl.o [2020-10-27T03:27:15.378Z] #41 149.3 CC criu/sysfs_parse.o [2020-10-27T03:27:15.378Z] #41 149.5 CC criu/timens.o [2020-10-27T03:27:15.949Z] #41 149.7 CC criu/timerfd.o [2020-10-27T03:27:15.949Z] #41 149.9 CC criu/tty.o [2020-10-27T03:27:16.405Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-10-27T03:27:16.890Z] #41 150.8 CC criu/tun.o [2020-10-27T03:27:17.151Z] #41 151.1 CC criu/uffd.o [2020-10-27T03:27:17.722Z] #41 151.7 CC criu/util.o [2020-10-27T03:27:18.293Z] #41 152.3 CC criu/uts_ns.o [2020-10-27T03:27:18.293Z] #41 152.4 CC criu/vdso-compat.o [2020-10-27T03:27:18.323Z] #55 249.7 + bin/containerd [2020-10-27T03:27:18.418Z] --- PASS: TestBuildMultiStageLayerLeak (2.78s) [2020-10-27T03:27:18.418Z] === RUN TestBuildWithHugeFile [2020-10-27T03:27:18.554Z] #41 152.5 CC criu/vdso.o [2020-10-27T03:27:18.814Z] #41 152.8 LINK criu/built-in.o [2020-10-27T03:27:18.814Z] #41 152.9 LINK criu/criu [2020-10-27T03:27:19.075Z] #41 153.1 DEP lib/c/criu.d [2020-10-27T03:27:19.075Z] #41 153.1 CC images/rpc.pb-c.o [2020-10-27T03:27:19.646Z] #41 153.4 CC lib/c/criu.o [2020-10-27T03:27:19.906Z] #41 153.9 LINK lib/c/built-in.o [2020-10-27T03:27:20.166Z] #41 153.9 LINK lib/c/libcriu.so [2020-10-27T03:27:20.166Z] #41 154.0 LINK lib/c/libcriu.a [2020-10-27T03:27:20.166Z] #41 154.0 GEN magic.py [2020-10-27T03:27:20.166Z] #41 154.1 Note: Building without setproctitle() and strlcpy() support. [2020-10-27T03:27:20.166Z] #41 154.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-10-27T03:27:20.166Z] #41 154.1 Note: Building without GnuTLS support [2020-10-27T03:27:20.166Z] #41 154.1 Makefile.config:39: Warn: you have no libnftables installed [2020-10-27T03:27:20.166Z] #41 154.1 Makefile.config:40: Warn: Building without nftables support [2020-10-27T03:27:20.737Z] #41 154.6 fatal: not a git repository (or any of the parent directories): .git [2020-10-27T03:27:20.997Z] #41 155.0 make[1]: Nothing to be done for 'all'. [2020-10-27T03:27:21.257Z] #41 155.4 make[1]: 'images/built-in.o' is up to date. [2020-10-27T03:27:21.517Z] #41 155.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-10-27T03:27:21.517Z] #41 155.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-10-27T03:27:21.517Z] #41 155.5 make[1]: 'compel/libcompel.a' is up to date. [2020-10-27T03:27:21.517Z] #41 155.5 make[1]: 'compel/compel-host-bin' is up to date. [2020-10-27T03:27:21.517Z] #41 155.5 make[1]: Nothing to be done for 'all'. [2020-10-27T03:27:21.517Z] #41 155.5 make[1]: 'soccr/libsoccr.a' is up to date. [2020-10-27T03:27:21.517Z] #41 155.7 make[2]: Nothing to be done for 'all'. [2020-10-27T03:27:21.781Z] #41 155.7 make[2]: Nothing to be done for 'all'. [2020-10-27T03:27:21.781Z] #41 155.7 make[2]: Nothing to be done for 'all'. [2020-10-27T03:27:21.781Z] #41 155.8 make[2]: Nothing to be done for 'all'. [2020-10-27T03:27:21.781Z] #41 155.8 make[2]: Nothing to be done for 'all'. [2020-10-27T03:27:21.781Z] #41 155.8 make[2]: Nothing to be done for 'all'. [2020-10-27T03:27:21.781Z] #41 155.8 make[2]: Nothing to be done for 'all'. [2020-10-27T03:27:21.781Z] #41 155.9 make[2]: Nothing to be done for 'all'. [2020-10-27T03:27:21.781Z] #41 155.9 INSTALL criu/criu [2020-10-27T03:27:22.041Z] #41 DONE 156.2s [2020-10-27T03:27:22.041Z] [2020-10-27T03:27:22.041Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:23.426Z] #54 ... [2020-10-27T03:27:23.426Z] [2020-10-27T03:27:23.426Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-27T03:27:23.426Z] #42 DONE 0.0s [2020-10-27T03:27:23.426Z] [2020-10-27T03:27:23.426Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-27T03:27:23.426Z] #44 DONE 0.2s [2020-10-27T03:27:23.426Z] [2020-10-27T03:27:23.426Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-27T03:27:23.426Z] #46 DONE 0.0s [2020-10-27T03:27:23.426Z] [2020-10-27T03:27:23.426Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-27T03:27:23.996Z] #48 DONE 0.6s [2020-10-27T03:27:23.996Z] [2020-10-27T03:27:23.996Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-27T03:27:24.255Z] #50 DONE 0.2s [2020-10-27T03:27:24.255Z] [2020-10-27T03:27:24.255Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:24.255Z] #54 ... [2020-10-27T03:27:24.255Z] [2020-10-27T03:27:24.255Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-27T03:27:24.514Z] #52 DONE 0.2s [2020-10-27T03:27:24.514Z] [2020-10-27T03:27:24.514Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:25.083Z] #54 185.1 + bin/containerd [2020-10-27T03:27:25.284Z] #55 ... [2020-10-27T03:27:25.284Z] [2020-10-27T03:27:25.284Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:25.284Z] #23 293.0 + return [2020-10-27T03:27:25.284Z] #23 DONE 293.1s [2020-10-27T03:27:25.284Z] [2020-10-27T03:27:25.284Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:26.341Z] #55 ... [2020-10-27T03:27:26.341Z] [2020-10-27T03:27:26.341Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-27T03:27:26.641Z] #24 DONE 0.1s [2020-10-27T03:27:26.641Z] [2020-10-27T03:27:26.641Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:26.641Z] #55 ... [2020-10-27T03:27:26.641Z] [2020-10-27T03:27:26.641Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-27T03:27:27.293Z] #29 DONE 0.6s [2020-10-27T03:27:27.293Z] [2020-10-27T03:27:27.293Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:27.293Z] #55 ... [2020-10-27T03:27:27.293Z] [2020-10-27T03:27:27.293Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-27T03:27:27.293Z] #32 DONE 0.1s [2020-10-27T03:27:27.293Z] [2020-10-27T03:27:27.293Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-27T03:27:27.591Z] #34 DONE 0.3s [2020-10-27T03:27:27.591Z] [2020-10-27T03:27:27.591Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:27.591Z] #55 ... [2020-10-27T03:27:27.591Z] [2020-10-27T03:27:27.591Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-27T03:27:27.591Z] #37 DONE 0.1s [2020-10-27T03:27:27.591Z] [2020-10-27T03:27:27.591Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-27T03:27:27.890Z] #40 DONE 0.1s [2020-10-27T03:27:27.890Z] [2020-10-27T03:27:27.890Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-27T03:27:27.890Z] #43 DONE 0.1s [2020-10-27T03:27:27.890Z] [2020-10-27T03:27:27.890Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:27.890Z] #55 ... [2020-10-27T03:27:27.890Z] [2020-10-27T03:27:27.890Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-27T03:27:28.148Z] 4612f6d0b889: Pull complete [2020-10-27T03:27:28.207Z] #45 DONE 0.2s [2020-10-27T03:27:28.207Z] [2020-10-27T03:27:28.207Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-27T03:27:28.207Z] #47 DONE 0.2s [2020-10-27T03:27:28.207Z] [2020-10-27T03:27:28.207Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-27T03:27:28.506Z] #49 DONE 0.1s [2020-10-27T03:27:28.506Z] [2020-10-27T03:27:28.506Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-27T03:27:28.506Z] #51 DONE 0.1s [2020-10-27T03:27:28.506Z] [2020-10-27T03:27:28.506Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-27T03:27:28.506Z] #53 DONE 0.1s [2020-10-27T03:27:28.506Z] [2020-10-27T03:27:28.506Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-27T03:27:28.857Z] Loaded image: buildpack-deps:buster [2020-10-27T03:27:28.857Z] Loaded image: busybox:latest [2020-10-27T03:27:28.857Z] Loaded image: busybox:glibc [2020-10-27T03:27:28.857Z] Loaded image: debian:buster [2020-10-27T03:27:28.857Z] Loaded image: hello-world:latest [2020-10-27T03:27:28.857Z] Loaded image: arm32v7/hello-world:latest [2020-10-27T03:27:28.857Z] INFO: Testing against a local daemon [2020-10-27T03:27:28.857Z] === RUN TestCgroupNamespacesBuild [2020-10-27T03:27:28.857Z] --- PASS: TestCgroupNamespacesBuild (2.26s) [2020-10-27T03:27:28.857Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-10-27T03:27:28.857Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.02s) [2020-10-27T03:27:28.857Z] === RUN TestBuildWithSession [2020-10-27T03:27:28.857Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-27T03:27:28.857Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:27:28.857Z] === RUN TestBuildSquashParent [2020-10-27T03:27:36.953Z] --- PASS: TestBuildSquashParent (8.30s) [2020-10-27T03:27:36.953Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-27T03:27:36.953Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:27:36.953Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:27:36.953Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:27:36.953Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:27:36.953Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:27:36.953Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:27:36.953Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:27:36.953Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:27:36.953Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:27:36.953Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:27:36.953Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:27:36.953Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:27:36.953Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:27:36.953Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:27:39.474Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:27:39.731Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:27:42.260Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:27:43.188Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:27:43.495Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:27:43.495Z] [2020-10-27T03:27:43.495Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-27T03:27:43.495Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-27T03:27:43.495Z] HOSTNAME=a70f9686c6be [2020-10-27T03:27:43.495Z] TESTDEBUG=0 [2020-10-27T03:27:43.495Z] DEST=bundles/test-integration [2020-10-27T03:27:43.495Z] PWD=/go/src/github.com/docker/docker [2020-10-27T03:27:43.495Z] DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:27:43.495Z] container=docker [2020-10-27T03:27:43.495Z] HOME=/root [2020-10-27T03:27:43.495Z] GOLANG_VERSION=1.13.15 [2020-10-27T03:27:43.495Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-27T03:27:43.495Z] VALIDATE_BRANCH=master [2020-10-27T03:27:43.495Z] TERM=xterm [2020-10-27T03:27:43.495Z] DOCKER_PKG=github.com/docker/docker [2020-10-27T03:27:43.495Z] SHLVL=1 [2020-10-27T03:27:43.495Z] TIMEOUT=120m [2020-10-27T03:27:43.495Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-27T03:27:43.495Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-27T03:27:43.495Z] GO111MODULE=off [2020-10-27T03:27:43.495Z] DOCKER_EXPERIMENTAL=1 [2020-10-27T03:27:43.495Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-10-27T03:27:43.495Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-27T03:27:43.495Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-27T03:27:43.495Z] GOPATH=/go [2020-10-27T03:27:43.495Z] PKG_CONFIG=pkg-config [2020-10-27T03:27:43.495Z] _=/usr/bin/env [2020-10-27T03:27:43.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-10-27T03:27:45.707Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-10-27T03:27:45.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.90s) [2020-10-27T03:27:45.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.28s) [2020-10-27T03:27:45.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.95s) [2020-10-27T03:27:45.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.21s) [2020-10-27T03:27:45.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.95s) [2020-10-27T03:27:45.708Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.86s) [2020-10-27T03:27:45.708Z] === RUN TestBuildMultiStageCopy [2020-10-27T03:27:45.708Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-27T03:27:48.977Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-27T03:27:48.977Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-27T03:27:49.539Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-27T03:27:50.103Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-27T03:27:50.666Z] --- PASS: TestBuildMultiStageCopy (4.89s) [2020-10-27T03:27:50.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.69s) [2020-10-27T03:27:50.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.52s) [2020-10-27T03:27:50.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s) [2020-10-27T03:27:50.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2020-10-27T03:27:50.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2020-10-27T03:27:50.666Z] === RUN TestBuildMultiStageParentConfig [2020-10-27T03:27:52.036Z] --- PASS: TestBuildMultiStageParentConfig (1.38s) [2020-10-27T03:27:52.036Z] === RUN TestBuildLabelWithTargets [2020-10-27T03:27:54.558Z] --- PASS: TestBuildLabelWithTargets (2.14s) [2020-10-27T03:27:54.558Z] === RUN TestBuildWithEmptyLayers [2020-10-27T03:27:55.489Z] --- PASS: TestBuildWithEmptyLayers (1.24s) [2020-10-27T03:27:55.489Z] === RUN TestBuildMultiStageOnBuild [2020-10-27T03:27:55.718Z] #55 285.2 + bin/containerd-stress [2020-10-27T03:27:56.367Z] #55 287.6 + bin/containerd-shim [2020-10-27T03:27:57.240Z] #54 213.0 + bin/containerd-stress [2020-10-27T03:27:57.240Z] #54 214.8 + bin/containerd-shim [2020-10-27T03:27:58.773Z] --- PASS: TestBuildMultiStageOnBuild (3.15s) [2020-10-27T03:27:58.773Z] === RUN TestBuildUncleanTarFilenames [2020-10-27T03:28:00.667Z] --- PASS: TestBuildUncleanTarFilenames (1.84s) [2020-10-27T03:28:00.667Z] === RUN TestBuildMultiStageLayerLeak [2020-10-27T03:28:01.437Z] #54 221.4 + bin/containerd-shim-runc-v1 [2020-10-27T03:28:03.314Z] #55 294.6 + bin/containerd-shim-runc-v1 [2020-10-27T03:28:03.939Z] --- PASS: TestBuildMultiStageLayerLeak (3.32s) [2020-10-27T03:28:03.939Z] === RUN TestBuildWithHugeFile [2020-10-27T03:28:05.157Z] --- PASS: TestBuildWithHugeFile (40.64s) [2020-10-27T03:28:05.157Z] === RUN TestBuildWithEmptyDockerfile [2020-10-27T03:28:05.157Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:28:05.157Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:28:05.157Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:28:05.157Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:28:05.157Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:28:05.157Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:28:05.157Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:28:05.157Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:28:05.157Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:28:05.157Z] --- PASS: TestBuildWithEmptyDockerfile (0.41s) [2020-10-27T03:28:05.157Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.32s) [2020-10-27T03:28:05.157Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.32s) [2020-10-27T03:28:05.157Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.33s) [2020-10-27T03:28:05.157Z] === RUN TestBuildPreserveOwnership [2020-10-27T03:28:05.157Z] === RUN TestBuildPreserveOwnership/copy_from [2020-10-27T03:28:05.157Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-10-27T03:28:05.157Z] --- PASS: TestBuildPreserveOwnership (5.93s) [2020-10-27T03:28:05.157Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.78s) [2020-10-27T03:28:05.157Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.12s) [2020-10-27T03:28:05.157Z] === RUN TestBuildPlatformInvalid [2020-10-27T03:28:05.417Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2020-10-27T03:28:05.417Z] PASS [2020-10-27T03:28:05.417Z] [2020-10-27T03:28:05.417Z] === Skipped [2020-10-27T03:28:05.417Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-10-27T03:28:05.417Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:28:05.417Z] [2020-10-27T03:28:05.417Z] [2020-10-27T03:28:05.417Z] DONE 32 tests, 1 skipped in 90.310s [2020-10-27T03:28:05.417Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-10-27T03:28:05.417Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:28:05.417Z] ++ set -e [2020-10-27T03:28:05.417Z] ++ '[' -n 0 ']' [2020-10-27T03:28:05.417Z] ++ set -x [2020-10-27T03:28:05.417Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:28:05.636Z] #54 225.8 + bin/containerd-shim-runc-v2 [2020-10-27T03:28:05.678Z] INFO: Testing against a local daemon [2020-10-27T03:28:05.678Z] === RUN TestConfigInspect [2020-10-27T03:28:05.976Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-27T03:28:05.976Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-27T03:28:05.976Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-27T03:28:06.576Z] #54 226.8 + binaries [2020-10-27T03:28:06.576Z] #54 226.8 + install -D bin/containerd /build/containerd [2020-10-27T03:28:06.576Z] #54 226.8 + install -D bin/containerd-shim /build/containerd-shim [2020-10-27T03:28:06.835Z] #54 226.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-10-27T03:28:06.835Z] #54 226.8 + install -D bin/ctr /build/ctr [2020-10-27T03:28:08.742Z] #54 DONE 228.5s [2020-10-27T03:28:08.934Z] #55 299.5 + bin/containerd-shim-runc-v2 [2020-10-27T03:28:09.231Z] #55 300.6 + binaries [2020-10-27T03:28:09.231Z] #55 300.6 + install -D bin/containerd /build/containerd [2020-10-27T03:28:09.231Z] #55 300.6 + install -D bin/containerd-shim /build/containerd-shim [2020-10-27T03:28:09.316Z] [2020-10-27T03:28:09.316Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-27T03:28:09.525Z] #55 300.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-10-27T03:28:09.525Z] #55 300.6 + install -D bin/ctr /build/ctr [2020-10-27T03:28:09.525Z] #55 DONE 300.7s [2020-10-27T03:28:09.665Z] ..........................xx.................... [ 29%] [2020-10-27T03:28:09.879Z] --- PASS: TestConfigInspect (3.45s) [2020-10-27T03:28:09.879Z] === RUN TestConfigList [2020-10-27T03:28:10.163Z] [2020-10-27T03:28:10.163Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-27T03:28:10.253Z] #55 DONE 0.8s [2020-10-27T03:28:10.253Z] [2020-10-27T03:28:10.253Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-27T03:28:10.253Z] #59 DONE 0.2s [2020-10-27T03:28:10.458Z] #56 DONE 0.1s [2020-10-27T03:28:10.458Z] [2020-10-27T03:28:10.458Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-27T03:28:10.458Z] #60 DONE 0.1s [2020-10-27T03:28:10.458Z] [2020-10-27T03:28:10.458Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-27T03:28:10.458Z] #62 DONE 0.1s [2020-10-27T03:28:10.512Z] [2020-10-27T03:28:10.512Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-27T03:28:10.751Z] [2020-10-27T03:28:10.751Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-27T03:28:10.751Z] #64 DONE 0.1s [2020-10-27T03:28:10.751Z] [2020-10-27T03:28:10.751Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-27T03:28:10.751Z] #65 DONE 0.0s [2020-10-27T03:28:10.751Z] [2020-10-27T03:28:10.751Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-27T03:28:10.771Z] #61 DONE 0.5s [2020-10-27T03:28:10.771Z] [2020-10-27T03:28:10.771Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-27T03:28:10.771Z] #63 DONE 0.0s [2020-10-27T03:28:10.771Z] [2020-10-27T03:28:10.771Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-27T03:28:10.771Z] #64 DONE 0.0s [2020-10-27T03:28:10.771Z] [2020-10-27T03:28:10.771Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-27T03:28:12.149Z] #65 DONE 1.2s [2020-10-27T03:28:12.149Z] [2020-10-27T03:28:12.149Z] #66 exporting to image [2020-10-27T03:28:12.149Z] #66 exporting layers [2020-10-27T03:28:12.422Z] --- PASS: TestConfigList (3.20s) [2020-10-27T03:28:12.422Z] === RUN TestConfigsCreateAndDelete [2020-10-27T03:28:12.847Z] #66 DONE 2.1s [2020-10-27T03:28:12.848Z] [2020-10-27T03:28:12.848Z] #67 exporting to oci image format [2020-10-27T03:28:12.848Z] #67 exporting layers [2020-10-27T03:28:13.892Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-27T03:28:13.892Z] Using test binary docker [2020-10-27T03:28:13.892Z] +++ /etc/init.d/apparmor start [2020-10-27T03:28:13.892Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-27T03:28:13.892Z] Using test binary docker [2020-10-27T03:28:13.892Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-27T03:28:13.892Z] INFO: Waiting for daemon to start... [2020-10-27T03:28:13.892Z] Starting dockerd [2020-10-27T03:28:13.892Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-10-27T03:28:13.892Z] +++ /etc/init.d/apparmor start [2020-10-27T03:28:13.892Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-27T03:28:13.892Z] INFO: Waiting for daemon to start... [2020-10-27T03:28:13.892Z] .Starting dockerd [2020-10-27T03:28:13.892Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-10-27T03:28:15.724Z] --- PASS: TestConfigsCreateAndDelete (3.20s) [2020-10-27T03:28:15.724Z] === RUN TestConfigsUpdate [2020-10-27T03:28:18.065Z] . [2020-10-27T03:28:18.065Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-27T03:28:18.065Z] [2020-10-27T03:28:18.065Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-27T03:28:18.065Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-27T03:28:18.065Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-27T03:28:18.065Z] Error: No such image: emptyfs [2020-10-27T03:28:18.065Z] Error: No such image: emptyfs [2020-10-27T03:28:18.065Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-27T03:28:18.065Z] ++++ docker load [2020-10-27T03:28:18.065Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-27T03:28:18.065Z] ++++ docker load [2020-10-27T03:28:18.322Z] Running integration-test (iteration 1) [2020-10-27T03:28:18.322Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-10-27T03:28:18.322Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-10-27T03:28:18.322Z] ++ set -e [2020-10-27T03:28:18.322Z] ++ '[' -n 0 ']' [2020-10-27T03:28:18.322Z] ++ set -x [2020-10-27T03:28:18.322Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-10-27T03:28:18.579Z] Running integration-test (iteration 1) [2020-10-27T03:28:18.579Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-10-27T03:28:18.579Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-10-27T03:28:18.579Z] ++ set -e [2020-10-27T03:28:18.579Z] ++ '[' -n 0 ']' [2020-10-27T03:28:18.579Z] ++ set -x [2020-10-27T03:28:18.579Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-10-27T03:28:18.726Z] #66 exporting layers 6.3s done [2020-10-27T03:28:18.726Z] #66 writing image sha256:9abb2c18ec3ad6c1656bfe13493da3446b7f1779fda00747b415cd1a220d742d [2020-10-27T03:28:18.726Z] #66 writing image sha256:9abb2c18ec3ad6c1656bfe13493da3446b7f1779fda00747b415cd1a220d742d done [2020-10-27T03:28:18.726Z] #66 naming to docker.io/library/docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a done [2020-10-27T03:28:18.726Z] #66 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T03:28:19.025Z] --- PASS: TestConfigsUpdate (3.25s) [2020-10-27T03:28:19.025Z] === RUN TestTemplatedConfig [2020-10-27T03:28:19.092Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -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:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/make.sh dynbinary test-integration [2020-10-27T03:28:20.471Z] [2020-10-27T03:28:20.471Z] Removing bundles/ [2020-10-27T03:28:20.471Z] [2020-10-27T03:28:20.471Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-10-27T03:28:20.471Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:28:20.471Z] GOOS="" GOARCH="" GOARM="" [2020-10-27T03:28:21.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-27T03:28:21.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-27T03:28:22.327Z] --- PASS: TestTemplatedConfig (3.51s) [2020-10-27T03:28:22.327Z] === RUN TestConfigCreateResolve [2020-10-27T03:28:22.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-27T03:28:23.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-27T03:28:23.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-27T03:28:24.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-27T03:28:25.600Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-10-27T03:28:25.624Z] --- PASS: TestConfigCreateResolve (2.67s) [2020-10-27T03:28:25.624Z] === RUN TestConfigDaemonLibtrustID [2020-10-27T03:28:25.624Z] --- PASS: TestConfigDaemonLibtrustID (0.65s) [2020-10-27T03:28:25.624Z] PASS [2020-10-27T03:28:25.624Z] [2020-10-27T03:28:25.624Z] DONE 7 tests in 20.166s [2020-10-27T03:28:25.624Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-10-27T03:28:25.624Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:28:25.624Z] ++ set -e [2020-10-27T03:28:25.624Z] ++ '[' -n 0 ']' [2020-10-27T03:28:25.624Z] ++ set -x [2020-10-27T03:28:25.624Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:28:25.885Z] INFO: Testing against a local daemon [2020-10-27T03:28:25.885Z] === RUN TestCheckpoint [2020-10-27T03:28:25.885Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-27T03:28:25.885Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:28:25.885Z] === RUN TestContainerInvalidJSON [2020-10-27T03:28:25.885Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:28:25.885Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:28:25.885Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:28:25.885Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:28:25.885Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:28:25.885Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:28:25.885Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:28:25.885Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:28:25.885Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:28:25.885Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-10-27T03:28:25.885Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-10-27T03:28:25.885Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-10-27T03:28:25.885Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-10-27T03:28:25.885Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-27T03:28:26.145Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2020-10-27T03:28:26.145Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-27T03:28:26.145Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-10-27T03:28:26.145Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-27T03:28:26.145Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-10-27T03:28:26.145Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-27T03:28:26.407Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-10-27T03:28:26.407Z] === RUN TestCopyFromContainer [2020-10-27T03:28:27.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-27T03:28:28.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-27T03:28:28.319Z] === RUN TestCopyFromContainer// [2020-10-27T03:28:28.319Z] === RUN TestCopyFromContainer//bar/root [2020-10-27T03:28:28.579Z] === RUN TestCopyFromContainer//bar/root/ [2020-10-27T03:28:28.579Z] === RUN TestCopyFromContainer/bar/quux [2020-10-27T03:28:28.840Z] === RUN TestCopyFromContainer/bar/quux/ [2020-10-27T03:28:28.840Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-10-27T03:28:29.101Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-10-27T03:28:29.101Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-10-27T03:28:29.101Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-10-27T03:28:29.363Z] === RUN TestCopyFromContainer/bar/notarget [2020-10-27T03:28:29.363Z] --- PASS: TestCopyFromContainer (3.11s) [2020-10-27T03:28:29.363Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-10-27T03:28:29.363Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-10-27T03:28:29.363Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-10-27T03:28:29.363Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-10-27T03:28:29.363Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-10-27T03:28:29.363Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-10-27T03:28:29.363Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2020-10-27T03:28:29.363Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-10-27T03:28:29.363Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-10-27T03:28:29.363Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-10-27T03:28:29.363Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-27T03:28:29.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-27T03:28:29.623Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:28:29.623Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:28:29.623Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:28:29.623Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:28:29.623Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:28:29.623Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:28:29.623Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:28:29.623Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:28:29.624Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:28:29.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-10-27T03:28:29.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-27T03:28:29.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-27T03:28:29.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-10-27T03:28:29.624Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-27T03:28:29.624Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-10-27T03:28:29.624Z] === RUN TestCreateWithInvalidEnv [2020-10-27T03:28:29.624Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-27T03:28:29.624Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-27T03:28:29.624Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-27T03:28:29.624Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-27T03:28:29.624Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-27T03:28:29.624Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-27T03:28:29.624Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-27T03:28:29.624Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-27T03:28:29.624Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-27T03:28:29.624Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-10-27T03:28:29.624Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-10-27T03:28:29.624Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-10-27T03:28:29.624Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-10-27T03:28:29.624Z] === RUN TestCreateTmpfsMountsTarget [2020-10-27T03:28:29.624Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-10-27T03:28:29.624Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-27T03:28:29.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-27T03:28:30.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-27T03:28:31.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-27T03:28:32.172Z] --- PASS: TestCreateWithCustomMaskedPaths (2.08s) [2020-10-27T03:28:32.173Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-27T03:28:33.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-27T03:28:33.070Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-10-27T03:28:33.659Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-27T03:28:34.087Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.25s) [2020-10-27T03:28:34.087Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-27T03:28:34.087Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:28:34.087Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:28:34.087Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:28:34.087Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:28:34.087Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:28:34.087Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:28:34.087Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:28:34.087Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:28:34.087Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:28:34.087Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:28:34.087Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:28:34.087Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:28:34.087Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:28:34.087Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:28:34.087Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:28:34.087Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-10-27T03:28:34.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-10-27T03:28:34.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-10-27T03:28:34.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-10-27T03:28:34.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-10-27T03:28:34.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-10-27T03:28:34.088Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-27T03:28:34.697Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-27T03:28:35.029Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.76s) [2020-10-27T03:28:35.029Z] === RUN TestCreateDifferentPlatform [2020-10-27T03:28:35.029Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-27T03:28:35.029Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-27T03:28:35.029Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-10-27T03:28:35.029Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-10-27T03:28:35.029Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-10-27T03:28:35.029Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-27T03:28:35.029Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-10-27T03:28:35.029Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-10-27T03:28:35.029Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2020-10-27T03:28:35.029Z] === RUN TestContainerStartOnDaemonRestart [2020-10-27T03:28:35.029Z] === PAUSE TestContainerStartOnDaemonRestart [2020-10-27T03:28:35.029Z] === RUN TestDaemonRestartIpcMode [2020-10-27T03:28:35.029Z] === PAUSE TestDaemonRestartIpcMode [2020-10-27T03:28:35.029Z] === RUN TestDaemonHostGatewayIP [2020-10-27T03:28:35.029Z] === PAUSE TestDaemonHostGatewayIP [2020-10-27T03:28:35.029Z] === RUN TestContainerKillOnDaemonStart [2020-10-27T03:28:35.029Z] === PAUSE TestContainerKillOnDaemonStart [2020-10-27T03:28:35.029Z] === RUN TestDiff [2020-10-27T03:28:35.737Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-27T03:28:35.737Z] Using test binary docker [2020-10-27T03:28:35.737Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-10-27T03:28:35.737Z] +++ /etc/init.d/apparmor start [2020-10-27T03:28:35.737Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-27T03:28:35.737Z] INFO: Waiting for daemon to start... [2020-10-27T03:28:35.737Z] Starting dockerd [2020-10-27T03:28:35.737Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-10-27T03:28:35.972Z] --- PASS: TestDiff (0.75s) [2020-10-27T03:28:35.972Z] === RUN TestExecWithCloseStdin [2020-10-27T03:28:36.543Z] --- PASS: TestExecWithCloseStdin (0.87s) [2020-10-27T03:28:36.543Z] === RUN TestExec [2020-10-27T03:28:37.316Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-10-27T03:28:37.485Z] --- PASS: TestExec (0.85s) [2020-10-27T03:28:37.486Z] === RUN TestExecUser [2020-10-27T03:28:37.812Z] . [2020-10-27T03:28:37.812Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-27T03:28:37.812Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-27T03:28:37.812Z] Error: No such image: emptyfs [2020-10-27T03:28:37.812Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-27T03:28:37.812Z] ++++ docker load [2020-10-27T03:28:37.812Z] Running integration-test (iteration 1) [2020-10-27T03:28:37.812Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-10-27T03:28:37.812Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:28:37.812Z] ++ set -e [2020-10-27T03:28:37.812Z] ++ '[' -n 0 ']' [2020-10-27T03:28:37.812Z] ++ set -x [2020-10-27T03:28:37.812Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:28:38.428Z] --- PASS: TestExecUser (0.90s) [2020-10-27T03:28:38.428Z] === RUN TestExportContainerAndImportImage [2020-10-27T03:28:39.371Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2020-10-27T03:28:39.371Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-27T03:28:41.917Z] --- PASS: TestExportContainerAfterDaemonRestart (2.03s) [2020-10-27T03:28:41.917Z] === RUN TestHealthCheckWorkdir [2020-10-27T03:28:42.488Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2020-10-27T03:28:42.488Z] === RUN TestHealthKillContainer [2020-10-27T03:28:45.789Z] --- PASS: TestHealthKillContainer (2.82s) [2020-10-27T03:28:45.789Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-27T03:28:46.050Z] --- PASS: TestInspectCpusetInConfigPre120 (0.73s) [2020-10-27T03:28:46.050Z] === RUN TestIpcModeNone [2020-10-27T03:28:46.320Z] Loaded image: buildpack-deps:buster [2020-10-27T03:28:46.320Z] Loaded image: busybox:latest [2020-10-27T03:28:46.320Z] Loaded image: busybox:glibc [2020-10-27T03:28:46.320Z] Loaded image: debian:buster [2020-10-27T03:28:46.613Z] Loaded image: hello-world:latest [2020-10-27T03:28:46.613Z] Loaded image: arm32v7/hello-world:latest [2020-10-27T03:28:46.613Z] INFO: Testing against a local daemon [2020-10-27T03:28:46.613Z] === RUN TestCgroupNamespacesBuild [2020-10-27T03:28:46.991Z] --- PASS: TestIpcModeNone (0.82s) [2020-10-27T03:28:46.991Z] === RUN TestIpcModePrivate [2020-10-27T03:28:47.932Z] --- PASS: TestIpcModePrivate (0.86s) [2020-10-27T03:28:47.932Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-10-27T03:28:47.932Z] === RUN TestIpcModeShareable [2020-10-27T03:28:48.874Z] --- PASS: TestIpcModeShareable (0.90s) [2020-10-27T03:28:48.874Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-10-27T03:28:48.874Z] === RUN TestAPIIpcModeShareableAndContainer [2020-10-27T03:28:49.352Z] --- PASS: TestCgroupNamespacesBuild (2.27s) [2020-10-27T03:28:49.352Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-10-27T03:28:50.865Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.74s) [2020-10-27T03:28:50.865Z] === RUN TestBuildWithSession [2020-10-27T03:28:50.865Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-27T03:28:50.865Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:28:50.865Z] === RUN TestBuildSquashParent [2020-10-27T03:28:51.421Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.62s) [2020-10-27T03:28:51.421Z] === RUN TestAPIIpcModeHost [2020-10-27T03:28:51.992Z] --- PASS: TestAPIIpcModeHost (0.69s) [2020-10-27T03:28:51.992Z] === RUN TestDaemonIpcModeShareable [2020-10-27T03:28:53.400Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-10-27T03:28:53.907Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2020-10-27T03:28:53.907Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-10-27T03:28:53.907Z] === RUN TestDaemonIpcModePrivate [2020-10-27T03:28:55.821Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2020-10-27T03:28:55.821Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-10-27T03:28:55.821Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-10-27T03:28:57.206Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.76s) [2020-10-27T03:28:57.206Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-10-27T03:28:57.206Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-10-27T03:28:57.769Z] --- PASS: TestBuildSquashParent (7.08s) [2020-10-27T03:28:57.769Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-27T03:28:57.769Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:28:57.769Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:28:57.769Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:28:57.769Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:28:57.769Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:28:57.769Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:28:57.769Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:28:57.769Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:28:57.769Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:28:57.769Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:28:57.769Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:28:57.769Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:28:57.769Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:28:57.769Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:28:59.132Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.90s) [2020-10-27T03:28:59.132Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-10-27T03:28:59.132Z] === RUN TestIpcModeOlderClient [2020-10-27T03:28:59.132Z] === PAUSE TestIpcModeOlderClient [2020-10-27T03:28:59.132Z] === RUN TestKillContainerInvalidSignal [2020-10-27T03:29:00.078Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2020-10-27T03:29:00.078Z] === RUN TestKillContainer [2020-10-27T03:29:00.078Z] === RUN TestKillContainer/no_signal [2020-10-27T03:29:00.517Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:29:00.517Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:29:00.649Z] === RUN TestKillContainer/non_killing_signal [2020-10-27T03:29:01.222Z] === RUN TestKillContainer/killing_signal [2020-10-27T03:29:02.114Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-10-27T03:29:02.606Z] --- PASS: TestKillContainer (2.29s) [2020-10-27T03:29:02.607Z] --- PASS: TestKillContainer/no_signal (0.75s) [2020-10-27T03:29:02.607Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2020-10-27T03:29:02.607Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2020-10-27T03:29:02.607Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-27T03:29:02.607Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-10-27T03:29:02.628Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:29:02.628Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:29:03.178Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-10-27T03:29:03.619Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-10-27T03:29:04.122Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.59s) [2020-10-27T03:29:04.122Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2020-10-27T03:29:04.122Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s) [2020-10-27T03:29:04.122Z] === RUN TestKillStoppedContainer [2020-10-27T03:29:04.122Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-10-27T03:29:04.122Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-27T03:29:04.122Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-10-27T03:29:04.122Z] === RUN TestKillDifferentUserContainer [2020-10-27T03:29:05.064Z] --- PASS: TestKillDifferentUserContainer (0.80s) [2020-10-27T03:29:05.064Z] === RUN TestInspectOomKilledTrue [2020-10-27T03:29:05.064Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2020-10-27T03:29:05.064Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:29:05.064Z] === RUN TestInspectOomKilledFalse [2020-10-27T03:29:05.064Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-10-27T03:29:05.064Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:29:05.064Z] === RUN TestLinksEtcHostsContentMatch [2020-10-27T03:29:05.227Z] Loaded image: buildpack-deps:buster [2020-10-27T03:29:05.227Z] Loaded image: buildpack-deps:buster [2020-10-27T03:29:05.227Z] Loaded image: busybox:latest [2020-10-27T03:29:05.227Z] Loaded image: busybox:latest [2020-10-27T03:29:05.227Z] Loaded image: busybox:glibc [2020-10-27T03:29:05.227Z] Loaded image: debian:buster [2020-10-27T03:29:05.227Z] Loaded image: busybox:glibc [2020-10-27T03:29:05.227Z] Loaded image: debian:buster [2020-10-27T03:29:05.227Z] Loaded image: hello-world:latest [2020-10-27T03:29:05.227Z] Loaded image: hello-world:latest [2020-10-27T03:29:05.227Z] Loaded image: arm32v7/hello-world:latest [2020-10-27T03:29:05.227Z] INFO: Testing against a local daemon [2020-10-27T03:29:05.227Z] === RUN TestDockerSuite [2020-10-27T03:29:05.227Z] Loaded image: arm32v7/hello-world:latest [2020-10-27T03:29:05.227Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-10-27T03:29:05.227Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-10-27T03:29:05.227Z] INFO: Testing against a local daemon [2020-10-27T03:29:05.227Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-10-27T03:29:05.227Z] === RUN TestDockerDaemonSuite [2020-10-27T03:29:05.227Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-10-27T03:29:05.227Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-10-27T03:29:05.227Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-10-27T03:29:05.227Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-10-27T03:29:05.227Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-10-27T03:29:05.227Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-10-27T03:29:05.227Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-10-27T03:29:05.227Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-10-27T03:29:05.368Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-10-27T03:29:05.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.48s) [2020-10-27T03:29:05.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.56s) [2020-10-27T03:29:05.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.39s) [2020-10-27T03:29:05.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.38s) [2020-10-27T03:29:05.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.38s) [2020-10-27T03:29:05.368Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.53s) [2020-10-27T03:29:05.368Z] === RUN TestBuildMultiStageCopy [2020-10-27T03:29:05.368Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-27T03:29:05.488Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-10-27T03:29:05.488Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-10-27T03:29:05.636Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s) [2020-10-27T03:29:05.636Z] === RUN TestLinksContainerNames [2020-10-27T03:29:06.050Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-10-27T03:29:06.307Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-10-27T03:29:06.307Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-10-27T03:29:07.021Z] --- PASS: TestLinksContainerNames (1.51s) [2020-10-27T03:29:07.021Z] === RUN TestLogsFollowTailEmpty [2020-10-27T03:29:07.676Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-10-27T03:29:07.955Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-10-27T03:29:07.962Z] --- PASS: TestLogsFollowTailEmpty (0.76s) [2020-10-27T03:29:07.962Z] === RUN TestContainerNetworkMountsNoChown [2020-10-27T03:29:08.104Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-27T03:29:08.104Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-27T03:29:08.240Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-10-27T03:29:08.240Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-10-27T03:29:08.240Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-10-27T03:29:08.240Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-10-27T03:29:08.533Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s) [2020-10-27T03:29:08.533Z] === RUN TestMountDaemonRoot [2020-10-27T03:29:08.533Z] === RUN TestMountDaemonRoot/default [2020-10-27T03:29:08.533Z] === PAUSE TestMountDaemonRoot/default [2020-10-27T03:29:08.533Z] === RUN TestMountDaemonRoot/private [2020-10-27T03:29:08.533Z] === PAUSE TestMountDaemonRoot/private [2020-10-27T03:29:08.533Z] === RUN TestMountDaemonRoot/rprivate [2020-10-27T03:29:08.533Z] === PAUSE TestMountDaemonRoot/rprivate [2020-10-27T03:29:08.533Z] === RUN TestMountDaemonRoot/slave [2020-10-27T03:29:08.533Z] === PAUSE TestMountDaemonRoot/slave [2020-10-27T03:29:08.533Z] === RUN TestMountDaemonRoot/rslave [2020-10-27T03:29:08.533Z] === PAUSE TestMountDaemonRoot/rslave [2020-10-27T03:29:08.533Z] === RUN TestMountDaemonRoot/shared [2020-10-27T03:29:08.533Z] === PAUSE TestMountDaemonRoot/shared [2020-10-27T03:29:08.533Z] === RUN TestMountDaemonRoot/rshared [2020-10-27T03:29:08.533Z] === PAUSE TestMountDaemonRoot/rshared [2020-10-27T03:29:08.533Z] === CONT TestMountDaemonRoot/default [2020-10-27T03:29:08.533Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:29:08.533Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:29:08.533Z] === RUN TestMountDaemonRoot/default/bind_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/default/mount_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-10-27T03:29:08.534Z] === CONT TestMountDaemonRoot/rslave [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:29:08.534Z] === CONT TestMountDaemonRoot/slave [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:29:08.534Z] === CONT TestMountDaemonRoot/rshared [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:29:08.534Z] === CONT TestMountDaemonRoot/private [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/private/bind_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/private/mount_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:29:08.534Z] === CONT TestMountDaemonRoot/shared [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:29:08.534Z] === CONT TestMountDaemonRoot/rprivate [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:29:08.534Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:29:08.534Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:29:08.534Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:29:08.534Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:29:08.534Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-10-27T03:29:08.534Z] === CONT TestMountDaemonRoot/default/mount_root [2020-10-27T03:29:08.534Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:29:08.740Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/default/bind_root [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/private/bind_root [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:29:08.794Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:29:09.055Z] === CONT TestMountDaemonRoot/private/mount_root [2020-10-27T03:29:09.055Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:29:09.055Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:29:09.055Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-10-27T03:29:09.055Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:29:09.055Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:29:09.055Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:29:09.055Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-10-27T03:29:09.055Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-10-27T03:29:09.055Z] === RUN TestContainerBindMountNonRecursive [2020-10-27T03:29:09.169Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-10-27T03:29:09.375Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-27T03:29:10.010Z] --- PASS: TestBuildMultiStageCopy (4.76s) [2020-10-27T03:29:10.010Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.51s) [2020-10-27T03:29:10.010Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.52s) [2020-10-27T03:29:10.010Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2020-10-27T03:29:10.010Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2020-10-27T03:29:10.010Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s) [2020-10-27T03:29:10.010Z] === RUN TestBuildMultiStageParentConfig [2020-10-27T03:29:10.541Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-10-27T03:29:10.541Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-10-27T03:29:10.541Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-10-27T03:29:10.541Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-10-27T03:29:10.541Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-10-27T03:29:11.522Z] --- PASS: TestBuildMultiStageParentConfig (1.56s) [2020-10-27T03:29:11.522Z] === RUN TestBuildLabelWithTargets [2020-10-27T03:29:11.600Z] --- PASS: TestContainerBindMountNonRecursive (2.10s) [2020-10-27T03:29:11.600Z] === RUN TestNetworkNat [2020-10-27T03:29:12.175Z] --- PASS: TestNetworkNat (0.82s) [2020-10-27T03:29:12.175Z] === RUN TestNetworkLocalhostTCPNat [2020-10-27T03:29:12.747Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2020-10-27T03:29:12.747Z] === RUN TestNetworkLoopbackNat [2020-10-27T03:29:14.258Z] --- PASS: TestBuildLabelWithTargets (2.39s) [2020-10-27T03:29:14.258Z] === RUN TestBuildWithEmptyLayers [2020-10-27T03:29:14.894Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2020-10-27T03:29:14.894Z] === RUN TestBuildMultiStageOnBuild [2020-10-27T03:29:16.047Z] --- PASS: TestNetworkLoopbackNat (3.14s) [2020-10-27T03:29:16.047Z] === RUN TestPause [2020-10-27T03:29:16.990Z] --- PASS: TestPause (0.83s) [2020-10-27T03:29:16.990Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-27T03:29:16.990Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-27T03:29:16.990Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-27T03:29:16.990Z] === RUN TestPauseStopPausedContainer [2020-10-27T03:29:17.561Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2020-10-27T03:29:17.561Z] === RUN TestPsFilter [2020-10-27T03:29:17.821Z] --- PASS: TestPsFilter (0.25s) [2020-10-27T03:29:17.821Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-27T03:29:18.421Z] --- PASS: TestBuildMultiStageOnBuild (2.86s) [2020-10-27T03:29:18.421Z] === RUN TestBuildUncleanTarFilenames [2020-10-27T03:29:18.639Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-10-27T03:29:18.764Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s) [2020-10-27T03:29:18.764Z] === RUN TestRemoveContainerWithVolume [2020-10-27T03:29:19.056Z] --- PASS: TestBuildUncleanTarFilenames (1.27s) [2020-10-27T03:29:19.056Z] === RUN TestBuildMultiStageLayerLeak [2020-10-27T03:29:19.336Z] --- PASS: TestRemoveContainerWithVolume (0.75s) [2020-10-27T03:29:19.336Z] === RUN TestRemoveContainerRunning [2020-10-27T03:29:20.278Z] --- PASS: TestRemoveContainerRunning (0.76s) [2020-10-27T03:29:20.278Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-27T03:29:20.520Z] ......................... [ 67%] [2020-10-27T03:29:20.849Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2020-10-27T03:29:20.849Z] === RUN TestRemoveInvalidContainer [2020-10-27T03:29:20.849Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-10-27T03:29:20.849Z] === RUN TestRenameLinkedContainer [2020-10-27T03:29:21.157Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-10-27T03:29:22.582Z] --- PASS: TestBuildMultiStageLayerLeak (2.97s) [2020-10-27T03:29:22.582Z] === RUN TestBuildWithHugeFile [2020-10-27T03:29:24.154Z] --- PASS: TestRenameLinkedContainer (3.07s) [2020-10-27T03:29:24.154Z] === RUN TestRenameStoppedContainer [2020-10-27T03:29:24.531Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-10-27T03:29:24.726Z] --- PASS: TestRenameStoppedContainer (0.75s) [2020-10-27T03:29:24.726Z] === RUN TestRenameRunningContainerAndReuse [2020-10-27T03:29:26.420Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-10-27T03:29:26.639Z] --- PASS: TestRenameRunningContainerAndReuse (1.56s) [2020-10-27T03:29:26.639Z] === RUN TestRenameInvalidName [2020-10-27T03:29:26.982Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-10-27T03:29:27.209Z] --- PASS: TestRenameInvalidName (0.79s) [2020-10-27T03:29:27.209Z] === RUN TestRenameAnonymousContainer [2020-10-27T03:29:27.238Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-10-27T03:29:28.605Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-10-27T03:29:29.533Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-10-27T03:29:30.901Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-10-27T03:29:30.901Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-10-27T03:29:31.413Z] --- PASS: TestRenameAnonymousContainer (4.00s) [2020-10-27T03:29:31.413Z] === RUN TestRenameContainerWithSameName [2020-10-27T03:29:31.984Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2020-10-27T03:29:31.984Z] === RUN TestRenameContainerWithLinkedContainer [2020-10-27T03:29:32.793Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-10-27T03:29:33.355Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-10-27T03:29:33.369Z] --- PASS: TestRenameContainerWithLinkedContainer (1.57s) [2020-10-27T03:29:33.369Z] === RUN TestResize [2020-10-27T03:29:34.724Z] === RUN TestDockerSuite/TestAttachDetach [2020-10-27T03:29:34.753Z] --- PASS: TestResize (1.09s) [2020-10-27T03:29:34.753Z] === RUN TestResizeWithInvalidSize [2020-10-27T03:29:35.189Z] #67 exporting layers 80.2s done [2020-10-27T03:29:35.189Z] #67 exporting manifest sha256:16c98e59e472e92a751c561c5ac155accb550b4234041851c06c29fe99dfbc57 done [2020-10-27T03:29:35.189Z] #67 exporting config sha256:b69a1f2d11ddc2e6f7768ed823e978084d090c4dfd4ef9b2f1ec92384be18048 done [2020-10-27T03:29:35.189Z] #67 sending tarball [2020-10-27T03:29:35.287Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-10-27T03:29:35.324Z] --- PASS: TestResizeWithInvalidSize (0.80s) [2020-10-27T03:29:35.324Z] === RUN TestResizeWhenContainerNotStarted [2020-10-27T03:29:35.544Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-10-27T03:29:36.107Z] --- PASS: TestBuildWithHugeFile (92.40s) [2020-10-27T03:29:36.107Z] === RUN TestBuildWithEmptyDockerfile [2020-10-27T03:29:36.107Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:29:36.107Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:29:36.107Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:29:36.107Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:29:36.107Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:29:36.107Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:29:36.107Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:29:36.107Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:29:36.268Z] --- PASS: TestResizeWhenContainerNotStarted (0.74s) [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:29:36.268Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:29:36.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:29:36.268Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:29:36.268Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:29:36.268Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:29:36.268Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:29:36.365Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:29:36.365Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-10-27T03:29:36.365Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s)=== RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-10-27T03:29:36.365Z] [2020-10-27T03:29:36.365Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2020-10-27T03:29:36.365Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2020-10-27T03:29:36.365Z] === RUN TestBuildPreserveOwnership [2020-10-27T03:29:36.365Z] === RUN TestBuildPreserveOwnership/copy_from [2020-10-27T03:29:38.260Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-10-27T03:29:38.821Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:29:38.821Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:29:39.083Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:29:39.191Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-10-27T03:29:39.191Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-10-27T03:29:39.756Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-10-27T03:29:39.921Z] 406ffb8432a7: Pull complete [2020-10-27T03:29:39.921Z] Digest: sha256:c09d8edfe68365f519b02827171aacc61ed3451f7863325cee4059b96f41c0ce [2020-10-27T03:29:39.921Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:29:39.921Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-10-27T03:29:39.921Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-10-27T03:29:39.921Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1518' [2020-10-27T03:29:39.921Z] WARN: Skipping validation tests [2020-10-27T03:29:39.921Z] INFO: Running unit tests at 10/27/2020 03:29:31... [2020-10-27T03:29:39.921Z] INFO: make.ps1 starting at 10/27/2020 03:29:36 [2020-10-27T03:29:39.921Z] INFO: Git commit (8cc0fd811e) assumed from DOCKER_GITCOMMIT environment variable [2020-10-27T03:29:39.921Z] INFO: Invoking autogen... [2020-10-27T03:29:39.921Z] INFO: Running unit tests... [2020-10-27T03:29:40.012Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-10-27T03:29:40.472Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:29:40.734Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:29:40.941Z] --- PASS: TestBuildPreserveOwnership (4.61s) [2020-10-27T03:29:40.941Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.72s) [2020-10-27T03:29:40.941Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.86s) [2020-10-27T03:29:40.941Z] === RUN TestBuildPlatformInvalid [2020-10-27T03:29:41.202Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2020-10-27T03:29:41.202Z] PASS [2020-10-27T03:29:41.202Z] [2020-10-27T03:29:41.202Z] === Skipped [2020-10-27T03:29:41.202Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-10-27T03:29:41.202Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:29:41.202Z] [2020-10-27T03:29:41.202Z] [2020-10-27T03:29:41.202Z] DONE 32 tests, 1 skipped in 178.925s [2020-10-27T03:29:41.202Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-10-27T03:29:41.202Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:29:41.202Z] ++ set -e [2020-10-27T03:29:41.202Z] ++ '[' -n 0 ']' [2020-10-27T03:29:41.202Z] ++ set -x [2020-10-27T03:29:41.202Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:29:41.202Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-10-27T03:29:41.459Z] INFO: Testing against a local daemon [2020-10-27T03:29:41.459Z] === RUN TestConfigInspect [2020-10-27T03:29:41.678Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:29:41.941Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:29:42.202Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:29:42.389Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-10-27T03:29:42.976Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-10-27T03:29:44.342Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-10-27T03:29:44.598Z] --- PASS: TestConfigInspect (3.17s) [2020-10-27T03:29:44.598Z] === RUN TestConfigList [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.70s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.81s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.02s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.12s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.68s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.64s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.70s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.32s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.60s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.40s) [2020-10-27T03:29:44.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.38s) [2020-10-27T03:29:44.750Z] === RUN TestCgroupNamespacesRun [2020-10-27T03:29:45.159Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-10-27T03:29:45.160Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-10-27T03:29:45.160Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-10-27T03:29:46.525Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-10-27T03:29:46.663Z] --- PASS: TestCgroupNamespacesRun (1.86s) [2020-10-27T03:29:46.663Z] === RUN TestCgroupNamespacesRunPrivileged [2020-10-27T03:29:47.089Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-10-27T03:29:47.345Z] --- PASS: TestConfigList (2.71s) [2020-10-27T03:29:47.346Z] === RUN TestConfigsCreateAndDelete [2020-10-27T03:29:48.048Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2020-10-27T03:29:48.048Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-10-27T03:29:48.278Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-10-27T03:29:48.531Z] 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 [2020-10-27T03:29:49.757Z] --- PASS: TestBuildWithHugeFile (26.62s) [2020-10-27T03:29:49.757Z] === RUN TestBuildWithEmptyDockerfile [2020-10-27T03:29:49.757Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:29:49.757Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:29:49.757Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:29:49.757Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:29:49.757Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:29:49.757Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:29:49.757Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:29:49.757Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:29:49.757Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:29:49.757Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2020-10-27T03:29:49.757Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.31s) [2020-10-27T03:29:49.757Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.31s) [2020-10-27T03:29:49.757Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2020-10-27T03:29:49.757Z] === RUN TestBuildPreserveOwnership [2020-10-27T03:29:49.757Z] === RUN TestBuildPreserveOwnership/copy_from [2020-10-27T03:29:49.974Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.80s) [2020-10-27T03:29:49.974Z] === RUN TestCgroupNamespacesRunHostMode [2020-10-27T03:29:50.710Z] #67 sending tarball 15.8s done [2020-10-27T03:29:50.710Z] #67 DONE 96.1s [2020-10-27T03:29:50.710Z] [2020-10-27T03:29:50.710Z] #68 importing to docker [2020-10-27T03:29:50.795Z] --- PASS: TestConfigsCreateAndDelete (3.25s) [2020-10-27T03:29:50.795Z] === RUN TestConfigsUpdate [2020-10-27T03:29:51.723Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-10-27T03:29:51.890Z] --- PASS: TestCgroupNamespacesRunHostMode (1.82s) [2020-10-27T03:29:51.890Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-10-27T03:29:53.803Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.81s) [2020-10-27T03:29:53.803Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-10-27T03:29:54.221Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-10-27T03:29:54.240Z] --- PASS: TestConfigsUpdate (3.11s) [2020-10-27T03:29:54.240Z] === RUN TestTemplatedConfig [2020-10-27T03:29:54.240Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-10-27T03:29:55.189Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.74s) [2020-10-27T03:29:55.189Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-10-27T03:29:55.619Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-10-27T03:29:55.736Z] --- PASS: TestBuildPreserveOwnership (6.50s) [2020-10-27T03:29:55.736Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.21s) [2020-10-27T03:29:55.736Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.27s) [2020-10-27T03:29:55.736Z] === RUN TestBuildPlatformInvalid [2020-10-27T03:29:55.736Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-10-27T03:29:55.736Z] PASS [2020-10-27T03:29:55.736Z] [2020-10-27T03:29:55.736Z] === Skipped [2020-10-27T03:29:55.736Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-10-27T03:29:55.737Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:29:55.737Z] [2020-10-27T03:29:55.737Z] [2020-10-27T03:29:55.737Z] DONE 32 tests, 1 skipped in 77.914s [2020-10-27T03:29:56.030Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-10-27T03:29:56.030Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:29:56.030Z] ++ set -e [2020-10-27T03:29:56.030Z] ++ '[' -n 0 ']' [2020-10-27T03:29:56.030Z] ++ set -x [2020-10-27T03:29:56.030Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:29:56.030Z] INFO: Testing against a local daemon [2020-10-27T03:29:56.030Z] === RUN TestConfigInspect [2020-10-27T03:29:56.132Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.97s) [2020-10-27T03:29:56.132Z] === RUN TestCgroupNamespacesRunOlderClient [2020-10-27T03:29:56.953Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:29:56.953Z] [2020-10-27T03:29:56.953Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-27T03:29:56.953Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-27T03:29:56.953Z] HOSTNAME=f44d6fabffca [2020-10-27T03:29:56.953Z] DEST=bundles/test-integration [2020-10-27T03:29:56.953Z] PWD=/go/src/github.com/docker/docker [2020-10-27T03:29:56.953Z] DOCKER_ROOTLESS=1 [2020-10-27T03:29:56.953Z] DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:29:56.953Z] container=docker [2020-10-27T03:29:56.953Z] HOME=/root [2020-10-27T03:29:56.953Z] GOLANG_VERSION=1.13.15 [2020-10-27T03:29:56.953Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-27T03:29:56.953Z] VALIDATE_BRANCH=master [2020-10-27T03:29:56.953Z] TERM=xterm [2020-10-27T03:29:56.953Z] DOCKER_PKG=github.com/docker/docker [2020-10-27T03:29:56.953Z] SHLVL=1 [2020-10-27T03:29:56.953Z] TIMEOUT=120m [2020-10-27T03:29:56.953Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-27T03:29:56.953Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-27T03:29:56.953Z] GO111MODULE=off [2020-10-27T03:29:56.953Z] DOCKER_EXPERIMENTAL=1 [2020-10-27T03:29:56.953Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-10-27T03:29:56.953Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-27T03:29:56.953Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-27T03:29:56.953Z] GOPATH=/go [2020-10-27T03:29:56.953Z] PKG_CONFIG=pkg-config [2020-10-27T03:29:56.953Z] _=/usr/bin/env [2020-10-27T03:29:56.953Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-10-27T03:29:57.513Z] --- PASS: TestTemplatedConfig (3.71s) [2020-10-27T03:29:57.513Z] === RUN TestConfigCreateResolve [2020-10-27T03:29:58.046Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.77s) [2020-10-27T03:29:58.046Z] === RUN TestKernelTCPMemory [2020-10-27T03:29:58.077Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-10-27T03:29:58.333Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-10-27T03:29:58.896Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-10-27T03:29:58.899Z] ? github.com/docker/docker/api [no test files] [2020-10-27T03:29:58.988Z] --- PASS: TestKernelTCPMemory (0.84s) [2020-10-27T03:29:58.988Z] === RUN TestNISDomainname [2020-10-27T03:29:59.825Z] --- PASS: TestConfigCreateResolve (2.49s) [2020-10-27T03:29:59.825Z] === RUN TestConfigDaemonLibtrustID [2020-10-27T03:29:59.929Z] --- PASS: TestNISDomainname (0.96s) [2020-10-27T03:29:59.929Z] === RUN TestHostnameDnsResolution [2020-10-27T03:30:00.081Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-10-27T03:30:00.490Z] --- PASS: TestConfigInspect (3.87s) [2020-10-27T03:30:00.490Z] === RUN TestConfigList [2020-10-27T03:30:00.644Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-10-27T03:30:00.644Z] PASS [2020-10-27T03:30:00.644Z] [2020-10-27T03:30:00.644Z] DONE 7 tests in 19.185s [2020-10-27T03:30:00.644Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-10-27T03:30:00.644Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:30:00.644Z] ++ set -e [2020-10-27T03:30:00.644Z] ++ '[' -n 0 ']' [2020-10-27T03:30:00.644Z] ++ set -x [2020-10-27T03:30:00.644Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:30:00.644Z] INFO: Testing against a local daemon [2020-10-27T03:30:00.644Z] === RUN TestCheckpoint [2020-10-27T03:30:00.644Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-27T03:30:00.644Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:30:00.644Z] === RUN TestContainerInvalidJSON [2020-10-27T03:30:00.644Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:30:00.644Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:30:00.644Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:30:00.644Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:30:00.644Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:30:00.644Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:30:00.644Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:30:00.644Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:30:00.644Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:30:00.644Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-10-27T03:30:00.644Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-10-27T03:30:00.644Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-10-27T03:30:00.644Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-10-27T03:30:00.644Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-27T03:30:00.644Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-10-27T03:30:00.900Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-10-27T03:30:00.900Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-27T03:30:00.900Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-10-27T03:30:00.900Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-27T03:30:00.900Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2020-10-27T03:30:00.900Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-27T03:30:00.900Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-10-27T03:30:00.900Z] === RUN TestCopyFromContainer [2020-10-27T03:30:01.315Z] --- PASS: TestHostnameDnsResolution (1.64s) [2020-10-27T03:30:01.315Z] === RUN TestStats [2020-10-27T03:30:02.836Z] === RUN TestCopyFromContainer// [2020-10-27T03:30:03.093Z] === RUN TestCopyFromContainer//bar/root [2020-10-27T03:30:03.093Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-10-27T03:30:03.093Z] === RUN TestCopyFromContainer//bar/root/ [2020-10-27T03:30:03.350Z] === RUN TestCopyFromContainer/bar/quux [2020-10-27T03:30:03.350Z] === RUN TestCopyFromContainer/bar/quux/ [2020-10-27T03:30:03.607Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-10-27T03:30:03.607Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-10-27T03:30:03.781Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-10-27T03:30:03.863Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-10-27T03:30:04.082Z] --- PASS: TestConfigList (3.70s) [2020-10-27T03:30:04.082Z] === RUN TestConfigsCreateAndDelete [2020-10-27T03:30:04.119Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-10-27T03:30:04.119Z] === RUN TestCopyFromContainer/bar/notarget [2020-10-27T03:30:04.375Z] --- PASS: TestCopyFromContainer (3.40s) [2020-10-27T03:30:04.375Z] --- PASS: TestCopyFromContainer// (0.20s) [2020-10-27T03:30:04.375Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-10-27T03:30:04.375Z] --- PASS: TestCopyFromContainer//bar/root/ (0.15s) [2020-10-27T03:30:04.375Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2020-10-27T03:30:04.375Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2020-10-27T03:30:04.375Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2020-10-27T03:30:04.375Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.19s) [2020-10-27T03:30:04.375Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.18s) [2020-10-27T03:30:04.375Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s) [2020-10-27T03:30:04.375Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-10-27T03:30:04.375Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-27T03:30:04.375Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:30:04.375Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:30:04.375Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:30:04.375Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:30:04.375Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:30:04.375Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:30:04.375Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:30:04.375Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:30:04.375Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:30:04.375Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-10-27T03:30:04.375Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-27T03:30:04.375Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-27T03:30:04.375Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-10-27T03:30:04.375Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-27T03:30:04.375Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-10-27T03:30:04.375Z] === RUN TestCreateWithInvalidEnv [2020-10-27T03:30:04.375Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-27T03:30:04.375Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-27T03:30:04.375Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-27T03:30:04.375Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-27T03:30:04.375Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-27T03:30:04.375Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-27T03:30:04.375Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-27T03:30:04.375Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-27T03:30:04.375Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-27T03:30:04.375Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-10-27T03:30:04.375Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-10-27T03:30:04.375Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-10-27T03:30:04.375Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-10-27T03:30:04.375Z] === RUN TestCreateTmpfsMountsTarget [2020-10-27T03:30:04.614Z] --- PASS: TestStats (2.85s) [2020-10-27T03:30:04.614Z] === RUN TestStopContainerWithTimeout [2020-10-27T03:30:04.614Z] === RUN TestStopContainerWithTimeout/0 [2020-10-27T03:30:04.614Z] === PAUSE TestStopContainerWithTimeout/0 [2020-10-27T03:30:04.614Z] === RUN TestStopContainerWithTimeout/1 [2020-10-27T03:30:04.614Z] === PAUSE TestStopContainerWithTimeout/1 [2020-10-27T03:30:04.614Z] === RUN TestStopContainerWithTimeout/3 [2020-10-27T03:30:04.614Z] === PAUSE TestStopContainerWithTimeout/3 [2020-10-27T03:30:04.614Z] === RUN TestStopContainerWithTimeout/-1 [2020-10-27T03:30:04.614Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-10-27T03:30:04.614Z] === CONT TestStopContainerWithTimeout/0 [2020-10-27T03:30:04.614Z] === CONT TestStopContainerWithTimeout/1 [2020-10-27T03:30:04.614Z] === CONT TestStopContainerWithTimeout/3 [2020-10-27T03:30:04.614Z] === CONT TestStopContainerWithTimeout/-1 [2020-10-27T03:30:04.631Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-10-27T03:30:04.631Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-27T03:30:04.631Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-10-27T03:30:04.887Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-10-27T03:30:05.451Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-10-27T03:30:06.157Z] #68 DONE 16.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-10-27T03:30:06.615Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/test/unit [2020-10-27T03:30:06.818Z] --- PASS: TestCreateWithCustomMaskedPaths (2.33s) [2020-10-27T03:30:06.818Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-27T03:30:06.818Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-10-27T03:30:07.381Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-10-27T03:30:07.381Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-10-27T03:30:07.605Z] --- PASS: TestConfigsCreateAndDelete (3.69s) [2020-10-27T03:30:07.605Z] === RUN TestConfigsUpdate [2020-10-27T03:30:07.915Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-10-27T03:30:07.915Z] --- PASS: TestStopContainerWithTimeout/0 (1.26s) [2020-10-27T03:30:07.915Z] --- PASS: TestStopContainerWithTimeout/1 (2.22s) [2020-10-27T03:30:07.915Z] --- PASS: TestStopContainerWithTimeout/-1 (2.89s) [2020-10-27T03:30:07.915Z] --- PASS: TestStopContainerWithTimeout/3 (3.04s) [2020-10-27T03:30:07.915Z] === RUN TestDeleteDevicemapper [2020-10-27T03:30:07.915Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-10-27T03:30:07.915Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-27T03:30:07.915Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-27T03:30:08.311Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-10-27T03:30:08.311Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-10-27T03:30:08.874Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.04s) [2020-10-27T03:30:08.874Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-27T03:30:08.874Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:30:08.874Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:30:08.874Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:30:08.874Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:30:08.874Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:30:08.874Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:30:08.874Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:30:08.874Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:30:08.874Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:30:08.874Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:30:08.874Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:30:08.874Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:30:08.874Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:30:08.874Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:30:08.874Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:30:08.874Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-10-27T03:30:08.874Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2020-10-27T03:30:08.874Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-10-27T03:30:08.874Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-10-27T03:30:08.874Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-10-27T03:30:08.874Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-10-27T03:30:08.874Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-27T03:30:09.130Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-10-27T03:30:09.693Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.71s) [2020-10-27T03:30:09.693Z] === RUN TestCreateDifferentPlatform [2020-10-27T03:30:09.693Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-27T03:30:09.693Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-27T03:30:09.693Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-10-27T03:30:09.693Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-10-27T03:30:09.693Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-10-27T03:30:09.693Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-27T03:30:09.693Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-10-27T03:30:09.693Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-10-27T03:30:09.982Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2020-10-27T03:30:09.982Z] === RUN TestContainerStartOnDaemonRestart [2020-10-27T03:30:09.982Z] === PAUSE TestContainerStartOnDaemonRestart [2020-10-27T03:30:09.982Z] === RUN TestDaemonRestartIpcMode [2020-10-27T03:30:09.982Z] === PAUSE TestDaemonRestartIpcMode [2020-10-27T03:30:09.982Z] === RUN TestDaemonHostGatewayIP [2020-10-27T03:30:09.982Z] === PAUSE TestDaemonHostGatewayIP [2020-10-27T03:30:09.982Z] === RUN TestContainerKillOnDaemonStart [2020-10-27T03:30:09.982Z] === PAUSE TestContainerKillOnDaemonStart [2020-10-27T03:30:09.982Z] === RUN TestDiff [2020-10-27T03:30:10.182Z] ? github.com/docker/docker/api [no test files] [2020-10-27T03:30:10.464Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.06s) [2020-10-27T03:30:10.464Z] === RUN TestUpdateMemory [2020-10-27T03:30:10.464Z] --- SKIP: TestUpdateMemory (0.00s) [2020-10-27T03:30:10.464Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:30:10.464Z] === RUN TestUpdateCPUQuota [2020-10-27T03:30:10.549Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-10-27T03:30:10.549Z] --- PASS: TestDiff (0.66s) [2020-10-27T03:30:10.549Z] === RUN TestExecWithCloseStdin [2020-10-27T03:30:11.111Z] --- PASS: TestExecWithCloseStdin (0.71s) [2020-10-27T03:30:11.111Z] === RUN TestExec [2020-10-27T03:30:11.129Z] --- PASS: TestConfigsUpdate (3.61s) [2020-10-27T03:30:11.129Z] === RUN TestTemplatedConfig [2020-10-27T03:30:11.849Z] --- PASS: TestUpdateCPUQuota (1.26s) [2020-10-27T03:30:11.849Z] === RUN TestUpdatePidsLimit [2020-10-27T03:30:11.849Z] === RUN TestUpdatePidsLimit/update_from_none [2020-10-27T03:30:12.039Z] --- PASS: TestExec (0.66s) [2020-10-27T03:30:12.039Z] === RUN TestExecUser [2020-10-27T03:30:12.109Z] === RUN TestUpdatePidsLimit/no_change [2020-10-27T03:30:12.295Z] --- PASS: TestExecUser (0.50s) [2020-10-27T03:30:12.295Z] === RUN TestExportContainerAndImportImage [2020-10-27T03:30:12.370Z] === RUN TestUpdatePidsLimit/update_lower [2020-10-27T03:30:12.551Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-10-27T03:30:12.631Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-10-27T03:30:12.807Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-10-27T03:30:13.203Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-10-27T03:30:13.371Z] --- PASS: TestExportContainerAndImportImage (0.95s) [2020-10-27T03:30:13.371Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-27T03:30:13.464Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-10-27T03:30:13.627Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-10-27T03:30:14.036Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-10-27T03:30:14.652Z] --- PASS: TestTemplatedConfig (3.65s) [2020-10-27T03:30:14.652Z] === RUN TestConfigCreateResolve [2020-10-27T03:30:14.993Z] --- PASS: TestExportContainerAfterDaemonRestart (1.48s) [2020-10-27T03:30:14.993Z] === RUN TestHealthCheckWorkdir [2020-10-27T03:30:15.423Z] --- PASS: TestUpdatePidsLimit (3.57s) [2020-10-27T03:30:15.423Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2020-10-27T03:30:15.423Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-10-27T03:30:15.423Z] --- PASS: TestUpdatePidsLimit/update_lower (0.35s) [2020-10-27T03:30:15.423Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2020-10-27T03:30:15.423Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2020-10-27T03:30:15.423Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2020-10-27T03:30:15.423Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-10-27T03:30:15.423Z] === RUN TestUpdateRestartPolicy [2020-10-27T03:30:15.555Z] --- PASS: TestHealthCheckWorkdir (0.86s) [2020-10-27T03:30:15.555Z] === RUN TestHealthKillContainer [2020-10-27T03:30:16.483Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-10-27T03:30:16.739Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-10-27T03:30:16.769Z] === RUN TestMiddlewares [2020-10-27T03:30:16.769Z] --- PASS: TestMiddlewares (0.00s) [2020-10-27T03:30:16.769Z] PASS [2020-10-27T03:30:16.769Z] coverage: 9.0% of statements [2020-10-27T03:30:16.769Z] ok github.com/docker/docker/api/server 0.177s coverage: 9.0% of statements [2020-10-27T03:30:17.302Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-10-27T03:30:17.866Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-10-27T03:30:18.175Z] --- PASS: TestConfigCreateResolve (3.56s) [2020-10-27T03:30:18.175Z] === RUN TestConfigDaemonLibtrustID [2020-10-27T03:30:18.428Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-10-27T03:30:18.428Z] --- PASS: TestHealthKillContainer (2.70s) [2020-10-27T03:30:18.428Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-27T03:30:18.468Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-10-27T03:30:18.468Z] PASS [2020-10-27T03:30:18.468Z] [2020-10-27T03:30:18.468Z] DONE 7 tests in 22.679s [2020-10-27T03:30:18.468Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-10-27T03:30:18.468Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:30:18.468Z] ++ set -e [2020-10-27T03:30:18.468Z] ++ '[' -n 0 ']' [2020-10-27T03:30:18.468Z] ++ set -x [2020-10-27T03:30:18.468Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:30:18.659Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-10-27T03:30:18.760Z] INFO: Testing against a local daemon [2020-10-27T03:30:18.760Z] === RUN TestCheckpoint [2020-10-27T03:30:18.760Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-27T03:30:18.760Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:30:18.760Z] === RUN TestContainerInvalidJSON [2020-10-27T03:30:18.760Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:30:18.760Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:30:18.760Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:30:18.760Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:30:18.760Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:30:18.760Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:30:18.760Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:30:18.760Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:30:18.760Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:30:18.760Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-10-27T03:30:18.760Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-10-27T03:30:18.760Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-10-27T03:30:18.760Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-10-27T03:30:18.760Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-27T03:30:18.760Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-10-27T03:30:18.760Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-27T03:30:19.052Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2020-10-27T03:30:19.052Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-27T03:30:19.052Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-10-27T03:30:19.052Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-27T03:30:19.344Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-10-27T03:30:19.344Z] === RUN TestCopyFromContainer [2020-10-27T03:30:19.357Z] --- PASS: TestInspectCpusetInConfigPre120 (0.83s) [2020-10-27T03:30:19.357Z] === RUN TestIpcModeNone [2020-10-27T03:30:19.357Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-10-27T03:30:20.287Z] --- PASS: TestIpcModeNone (0.92s) [2020-10-27T03:30:20.287Z] === RUN TestIpcModePrivate [2020-10-27T03:30:21.192Z] tests/integration/client_test.py ..... [ 75%] [2020-10-27T03:30:21.192Z] tests/integration/context_api_test.py ... [ 76%] [2020-10-27T03:30:21.192Z] tests/integration/errors_test.py . [ 76%] [2020-10-27T03:30:21.216Z] --- PASS: TestIpcModePrivate (1.01s) [2020-10-27T03:30:21.216Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:90, shared: false, mustBeShared: false [2020-10-27T03:30:21.216Z] === RUN TestIpcModeShareable [2020-10-27T03:30:21.216Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-10-27T03:30:21.418Z] === RUN TestCopyFromContainer// [2020-10-27T03:30:21.418Z] === RUN TestCopyFromContainer//bar/root [2020-10-27T03:30:21.418Z] === RUN TestCopyFromContainer//bar/root/ [2020-10-27T03:30:21.418Z] === RUN TestCopyFromContainer/bar/quux [2020-10-27T03:30:21.711Z] === RUN TestCopyFromContainer/bar/quux/ [2020-10-27T03:30:21.712Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-10-27T03:30:21.712Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-10-27T03:30:22.005Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-10-27T03:30:22.005Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-10-27T03:30:22.005Z] === RUN TestCopyFromContainer/bar/notarget [2020-10-27T03:30:22.005Z] --- PASS: TestCopyFromContainer (2.93s) [2020-10-27T03:30:22.005Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-10-27T03:30:22.005Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-10-27T03:30:22.005Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-10-27T03:30:22.005Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-10-27T03:30:22.005Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-10-27T03:30:22.005Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-10-27T03:30:22.005Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-10-27T03:30:22.005Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-10-27T03:30:22.005Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2020-10-27T03:30:22.005Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2020-10-27T03:30:22.005Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-27T03:30:22.145Z] --- PASS: TestIpcModeShareable (0.91s) [2020-10-27T03:30:22.145Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2020-10-27T03:30:22.145Z] === RUN TestAPIIpcModeShareableAndContainer [2020-10-27T03:30:22.298Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:30:22.298Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:30:22.298Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:30:22.298Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:30:22.298Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:30:22.298Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:30:22.298Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:30:22.298Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:30:22.298Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:30:22.298Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-10-27T03:30:22.298Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-10-27T03:30:22.298Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-27T03:30:22.298Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-27T03:30:22.298Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-27T03:30:22.298Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-10-27T03:30:22.298Z] === RUN TestCreateWithInvalidEnv [2020-10-27T03:30:22.298Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-27T03:30:22.298Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-27T03:30:22.298Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-27T03:30:22.298Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-27T03:30:22.298Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-27T03:30:22.298Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-27T03:30:22.298Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-27T03:30:22.298Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-27T03:30:22.298Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-27T03:30:22.298Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-10-27T03:30:22.298Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-10-27T03:30:22.298Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-10-27T03:30:22.298Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-10-27T03:30:22.298Z] === RUN TestCreateTmpfsMountsTarget [2020-10-27T03:30:22.298Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-10-27T03:30:22.298Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-27T03:30:23.529Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-10-27T03:30:23.529Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-10-27T03:30:24.373Z] --- PASS: TestCreateWithCustomMaskedPaths (2.26s) [2020-10-27T03:30:24.373Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-27T03:30:24.897Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.61s) [2020-10-27T03:30:24.897Z] === RUN TestAPIIpcModeHost [2020-10-27T03:30:25.154Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-10-27T03:30:25.409Z] --- PASS: TestAPIIpcModeHost (0.79s) [2020-10-27T03:30:25.409Z] === RUN TestDaemonIpcModeShareable [2020-10-27T03:30:26.338Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-10-27T03:30:27.124Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.61s) [2020-10-27T03:30:27.124Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-27T03:30:27.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:30:27.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:30:27.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:30:27.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:30:27.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:30:27.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:30:27.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:30:27.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:30:27.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:30:27.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:30:27.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:30:27.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:30:27.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:30:27.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:30:27.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:30:27.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-10-27T03:30:27.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2020-10-27T03:30:27.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-10-27T03:30:27.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2020-10-27T03:30:27.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-10-27T03:30:27.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-10-27T03:30:27.124Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-27T03:30:27.267Z] --- PASS: TestDaemonIpcModeShareable (1.84s) [2020-10-27T03:30:27.267Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2020-10-27T03:30:27.267Z] === RUN TestDaemonIpcModePrivate [2020-10-27T03:30:27.648Z] --- PASS: TestUpdateRestartPolicy (12.36s) [2020-10-27T03:30:27.648Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-27T03:30:28.162Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.82s) [2020-10-27T03:30:28.162Z] === RUN TestCreateDifferentPlatform [2020-10-27T03:30:28.162Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-27T03:30:28.162Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-27T03:30:28.162Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-10-27T03:30:28.162Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-10-27T03:30:28.162Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2020-10-27T03:30:28.162Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-27T03:30:28.162Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-10-27T03:30:28.162Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-10-27T03:30:28.162Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2020-10-27T03:30:28.162Z] === RUN TestContainerStartOnDaemonRestart [2020-10-27T03:30:28.162Z] === PAUSE TestContainerStartOnDaemonRestart [2020-10-27T03:30:28.162Z] === RUN TestDaemonRestartIpcMode [2020-10-27T03:30:28.162Z] === PAUSE TestDaemonRestartIpcMode [2020-10-27T03:30:28.162Z] === RUN TestDaemonHostGatewayIP [2020-10-27T03:30:28.162Z] === PAUSE TestDaemonHostGatewayIP [2020-10-27T03:30:28.162Z] === RUN TestContainerKillOnDaemonStart [2020-10-27T03:30:28.162Z] === PAUSE TestContainerKillOnDaemonStart [2020-10-27T03:30:28.162Z] === RUN TestDiff [2020-10-27T03:30:28.590Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s) [2020-10-27T03:30:28.590Z] === RUN TestWaitNonBlocked [2020-10-27T03:30:28.590Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:30:28.590Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:30:28.590Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:30:28.590Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:30:28.590Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:30:28.590Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:30:28.898Z] ok github.com/docker/docker/api/server 0.009s coverage: 9.0% of statements [2020-10-27T03:30:29.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-27T03:30:29.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-27T03:30:29.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-27T03:30:29.158Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-10-27T03:30:29.158Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-10-27T03:30:29.158Z] --- PASS: TestDaemonIpcModePrivate (1.86s) [2020-10-27T03:30:29.158Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2020-10-27T03:30:29.158Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-10-27T03:30:29.158Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-10-27T03:30:29.203Z] --- PASS: TestDiff (0.81s) [2020-10-27T03:30:29.203Z] === RUN TestExecWithCloseStdin [2020-10-27T03:30:29.533Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-10-27T03:30:29.533Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s) [2020-10-27T03:30:29.533Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.95s) [2020-10-27T03:30:29.533Z] === RUN TestWaitBlocked [2020-10-27T03:30:29.533Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:30:29.533Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:30:29.533Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:30:29.533Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:30:29.533Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:30:29.533Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:30:29.838Z] --- PASS: TestExecWithCloseStdin (0.91s) [2020-10-27T03:30:29.838Z] === RUN TestExec [2020-10-27T03:30:30.475Z] --- PASS: TestWaitBlocked (0.02s) [2020-10-27T03:30:30.475Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s) [2020-10-27T03:30:30.475Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s) [2020-10-27T03:30:30.476Z] === CONT TestContainerStartOnDaemonRestart [2020-10-27T03:30:30.476Z] === CONT TestIpcModeOlderClient [2020-10-27T03:30:30.476Z] === CONT TestContainerKillOnDaemonStart [2020-10-27T03:30:30.476Z] === CONT TestDaemonHostGatewayIP [2020-10-27T03:30:30.476Z] --- PASS: TestIpcModeOlderClient (0.22s) [2020-10-27T03:30:30.476Z] === CONT TestDaemonRestartIpcMode [2020-10-27T03:30:30.526Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-10-27T03:30:30.875Z] --- PASS: TestExec (0.94s) [2020-10-27T03:30:30.875Z] === RUN TestExecUser [2020-10-27T03:30:31.089Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.96s) [2020-10-27T03:30:31.090Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:100, shared: false, mustBeShared: false [2020-10-27T03:30:31.090Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-10-27T03:30:31.653Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-10-27T03:30:31.653Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-10-27T03:30:31.912Z] --- PASS: TestExecUser (0.88s) [2020-10-27T03:30:31.912Z] === RUN TestExportContainerAndImportImage [2020-10-27T03:30:32.950Z] --- PASS: TestExportContainerAndImportImage (1.11s) [2020-10-27T03:30:32.950Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-27T03:30:33.020Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2020-10-27T03:30:33.020Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2020-10-27T03:30:33.020Z] === RUN TestIpcModeOlderClient [2020-10-27T03:30:33.020Z] === PAUSE TestIpcModeOlderClient [2020-10-27T03:30:33.020Z] === RUN TestKillContainerInvalidSignal [2020-10-27T03:30:33.786Z] --- PASS: TestContainerStartOnDaemonRestart (3.49s) [2020-10-27T03:30:33.948Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-10-27T03:30:33.948Z] --- PASS: TestKillContainerInvalidSignal (1.07s) [2020-10-27T03:30:33.948Z] === RUN TestKillContainer [2020-10-27T03:30:33.948Z] === RUN TestKillContainer/no_signal [2020-10-27T03:30:34.463Z] --- PASS: TestExportContainerAfterDaemonRestart (1.49s) [2020-10-27T03:30:34.463Z] === RUN TestHealthCheckWorkdir [2020-10-27T03:30:34.729Z] --- PASS: TestDaemonRestartIpcMode (4.20s) [2020-10-27T03:30:34.878Z] === RUN TestKillContainer/non_killing_signal [2020-10-27T03:30:35.300Z] --- PASS: TestDaemonHostGatewayIP (4.76s) [2020-10-27T03:30:35.441Z] === RUN TestKillContainer/killing_signal [2020-10-27T03:30:35.501Z] --- PASS: TestHealthCheckWorkdir (1.10s) [2020-10-27T03:30:35.501Z] === RUN TestHealthKillContainer [2020-10-27T03:30:35.697Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-10-27T03:30:35.697Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-10-27T03:30:36.627Z] --- PASS: TestKillContainer (2.49s) [2020-10-27T03:30:36.627Z] --- PASS: TestKillContainer/no_signal (0.73s) [2020-10-27T03:30:36.627Z] --- PASS: TestKillContainer/non_killing_signal (0.61s) [2020-10-27T03:30:36.627Z] --- PASS: TestKillContainer/killing_signal (0.95s) [2020-10-27T03:30:36.627Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-27T03:30:36.627Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-10-27T03:30:37.197Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-10-27T03:30:37.197Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-10-27T03:30:37.779Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.20s) [2020-10-27T03:30:37.779Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.54s) [2020-10-27T03:30:37.779Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2020-10-27T03:30:37.779Z] === RUN TestKillStoppedContainer [2020-10-27T03:30:37.779Z] --- PASS: TestKillStoppedContainer (0.05s) [2020-10-27T03:30:37.779Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-27T03:30:37.779Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-10-27T03:30:37.779Z] === RUN TestKillDifferentUserContainer [2020-10-27T03:30:38.237Z] --- PASS: TestHealthKillContainer (2.90s) [2020-10-27T03:30:38.237Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-27T03:30:38.708Z] --- PASS: TestKillDifferentUserContainer (0.63s) [2020-10-27T03:30:38.708Z] === RUN TestInspectOomKilledTrue [2020-10-27T03:30:38.708Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-10-27T03:30:38.708Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:30:38.708Z] === RUN TestInspectOomKilledFalse [2020-10-27T03:30:38.708Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-10-27T03:30:38.708Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:30:38.708Z] === RUN TestLinksEtcHostsContentMatch [2020-10-27T03:30:38.708Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-10-27T03:30:39.272Z] --- PASS: TestLinksEtcHostsContentMatch (0.72s) [2020-10-27T03:30:39.272Z] === RUN TestLinksContainerNames [2020-10-27T03:30:39.318Z] --- PASS: TestInspectCpusetInConfigPre120 (0.84s) [2020-10-27T03:30:39.318Z] === RUN TestIpcModeNone [2020-10-27T03:30:39.952Z] --- PASS: TestIpcModeNone (0.91s) [2020-10-27T03:30:39.952Z] === RUN TestIpcModePrivate [2020-10-27T03:30:40.205Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-10-27T03:30:40.205Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-10-27T03:30:40.770Z] --- PASS: TestLinksContainerNames (1.54s) [2020-10-27T03:30:40.770Z] === RUN TestLogsFollowTailEmpty [2020-10-27T03:30:40.770Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-10-27T03:30:40.990Z] --- PASS: TestIpcModePrivate (0.94s) [2020-10-27T03:30:40.990Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-10-27T03:30:40.990Z] === RUN TestIpcModeShareable [2020-10-27T03:30:41.332Z] === RUN TestDockerSuite/TestBuildAddScript [2020-10-27T03:30:41.589Z] --- PASS: TestLogsFollowTailEmpty (0.75s) [2020-10-27T03:30:41.589Z] === RUN TestContainerNetworkMountsNoChown [2020-10-27T03:30:42.030Z] --- PASS: TestIpcModeShareable (0.98s) [2020-10-27T03:30:42.030Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-10-27T03:30:42.030Z] === RUN TestAPIIpcModeShareableAndContainer [2020-10-27T03:30:42.154Z] --- PASS: TestContainerNetworkMountsNoChown (0.61s) [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/default [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/default [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/private [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/private [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/rprivate [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/rprivate [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/slave [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/slave [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/rslave [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/rslave [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/shared [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/shared [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/rshared [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/rshared [2020-10-27T03:30:42.154Z] === CONT TestMountDaemonRoot/default [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/default/bind_root [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/default/mount_root [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-10-27T03:30:42.154Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:30:42.154Z] === CONT TestMountDaemonRoot/rshared [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:30:42.154Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:30:42.154Z] === CONT TestMountDaemonRoot/shared [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-10-27T03:30:42.154Z] === CONT TestMountDaemonRoot/rslave [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:30:42.154Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:30:42.154Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:30:42.155Z] === CONT TestMountDaemonRoot/slave [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:30:42.155Z] === CONT TestMountDaemonRoot/rprivate [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:30:42.155Z] === CONT TestMountDaemonRoot/private [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/private/bind_root [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/private/mount_root [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-10-27T03:30:42.155Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:30:42.155Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:30:42.155Z] === CONT TestMountDaemonRoot/default/mount_root [2020-10-27T03:30:42.155Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:30:42.155Z] === CONT TestMountDaemonRoot/default/bind_root [2020-10-27T03:30:42.155Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:30:42.155Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:30:42.411Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:30:42.412Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:30:42.412Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:30:42.412Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-10-27T03:30:42.412Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:30:42.412Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-10-27T03:30:42.412Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-10-27T03:30:42.412Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/private/bind_root [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/private/mount_root [2020-10-27T03:30:42.669Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.09s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.09s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-10-27T03:30:42.925Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-10-27T03:30:42.925Z] === RUN TestContainerBindMountNonRecursive [2020-10-27T03:30:43.432Z] --- PASS: TestContainerKillOnDaemonStart (13.11s) [2020-10-27T03:30:43.432Z] PASS [2020-10-27T03:30:43.432Z] [2020-10-27T03:30:43.432Z] === Skipped [2020-10-27T03:30:43.432Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-10-27T03:30:43.432Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:30:43.432Z] [2020-10-27T03:30:43.432Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.01s) [2020-10-27T03:30:43.432Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:30:43.432Z] [2020-10-27T03:30:43.432Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-10-27T03:30:43.432Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:30:43.432Z] [2020-10-27T03:30:43.432Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-27T03:30:43.432Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-27T03:30:43.432Z] [2020-10-27T03:30:43.432Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-10-27T03:30:43.432Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-27T03:30:43.432Z] [2020-10-27T03:30:43.432Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-10-27T03:30:43.432Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:30:43.432Z] [2020-10-27T03:30:43.432Z] [2020-10-27T03:30:43.432Z] DONE 193 tests, 6 skipped in 137.772s [2020-10-27T03:30:43.432Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-10-27T03:30:43.432Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:30:43.432Z] ++ set -e [2020-10-27T03:30:43.432Z] ++ '[' -n 0 ']' [2020-10-27T03:30:43.432Z] ++ set -x [2020-10-27T03:30:43.432Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:30:44.003Z] INFO: Testing against a local daemon [2020-10-27T03:30:44.003Z] === RUN TestCommitInheritsEnv [2020-10-27T03:30:44.294Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-10-27T03:30:44.574Z] --- PASS: TestCommitInheritsEnv (0.55s) [2020-10-27T03:30:44.574Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-27T03:30:44.574Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.01s) [2020-10-27T03:30:44.574Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-10-27T03:30:44.574Z] === RUN TestImagesFilterMultiReference [2020-10-27T03:30:44.574Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-10-27T03:30:44.574Z] === RUN TestImagePullPlatformInvalid [2020-10-27T03:30:44.574Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-10-27T03:30:44.574Z] === RUN TestRemoveImageOrphaning [2020-10-27T03:30:44.770Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.83s) [2020-10-27T03:30:44.770Z] === RUN TestAPIIpcModeHost [2020-10-27T03:30:44.857Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-10-27T03:30:44.857Z] --- PASS: TestContainerBindMountNonRecursive (2.06s) [2020-10-27T03:30:44.857Z] === RUN TestNetworkNat [2020-10-27T03:30:45.146Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2020-10-27T03:30:45.146Z] === RUN TestRemoveImageGarbageCollector [2020-10-27T03:30:45.146Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-10-27T03:30:45.146Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:30:45.146Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-27T03:30:45.146Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-10-27T03:30:45.146Z] === RUN TestTagInvalidReference [2020-10-27T03:30:45.146Z] --- PASS: TestTagInvalidReference (0.03s) [2020-10-27T03:30:45.146Z] === RUN TestTagValidPrefixedRepo [2020-10-27T03:30:45.146Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-10-27T03:30:45.146Z] === RUN TestTagExistedNameWithoutForce [2020-10-27T03:30:45.146Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-10-27T03:30:45.146Z] === RUN TestTagOfficialNames [2020-10-27T03:30:45.405Z] --- PASS: TestAPIIpcModeHost (0.61s) [2020-10-27T03:30:45.405Z] === RUN TestDaemonIpcModeShareable [2020-10-27T03:30:45.406Z] --- PASS: TestTagOfficialNames (0.07s) [2020-10-27T03:30:45.406Z] === RUN TestTagMatchesDigest [2020-10-27T03:30:45.406Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-10-27T03:30:45.406Z] PASS [2020-10-27T03:30:45.406Z] [2020-10-27T03:30:45.406Z] === Skipped [2020-10-27T03:30:45.406Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.01s) [2020-10-27T03:30:45.406Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-10-27T03:30:45.406Z] [2020-10-27T03:30:45.406Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-10-27T03:30:45.406Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:30:45.406Z] [2020-10-27T03:30:45.406Z] [2020-10-27T03:30:45.406Z] DONE 12 tests, 2 skipped in 1.847s [2020-10-27T03:30:45.406Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-10-27T03:30:45.407Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:30:45.407Z] ++ set -e [2020-10-27T03:30:45.407Z] ++ '[' -n 0 ']' [2020-10-27T03:30:45.407Z] ++ set -x [2020-10-27T03:30:45.407Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:30:45.667Z] INFO: Testing against a local daemon [2020-10-27T03:30:45.667Z] === RUN TestNetworkCreateDelete [2020-10-27T03:30:45.786Z] --- PASS: TestNetworkNat (0.81s) [2020-10-27T03:30:45.786Z] === RUN TestNetworkLocalhostTCPNat [2020-10-27T03:30:45.928Z] --- PASS: TestNetworkCreateDelete (0.39s) [2020-10-27T03:30:45.928Z] === RUN TestDockerNetworkDeletePreferID [2020-10-27T03:30:46.350Z] --- PASS: TestNetworkLocalhostTCPNat (0.62s) [2020-10-27T03:30:46.350Z] === RUN TestNetworkLoopbackNat [2020-10-27T03:30:47.313Z] --- PASS: TestDockerNetworkDeletePreferID (1.14s) [2020-10-27T03:30:47.313Z] === RUN TestDaemonDNSFallback [2020-10-27T03:30:47.477Z] --- PASS: TestDaemonIpcModeShareable (1.78s) [2020-10-27T03:30:47.477Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-10-27T03:30:47.477Z] === RUN TestDaemonIpcModePrivate [2020-10-27T03:30:48.871Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-10-27T03:30:48.992Z] --- PASS: TestDaemonIpcModePrivate (1.75s) [2020-10-27T03:30:48.992Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-10-27T03:30:48.992Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-10-27T03:30:49.434Z] --- PASS: TestNetworkLoopbackNat (3.25s) [2020-10-27T03:30:49.434Z] === RUN TestPause [2020-10-27T03:30:50.363Z] --- PASS: TestPause (0.91s) [2020-10-27T03:30:50.363Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-27T03:30:50.363Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-27T03:30:50.363Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-27T03:30:50.363Z] === RUN TestPauseStopPausedContainer [2020-10-27T03:30:50.660Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-10-27T03:30:51.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-27T03:30:51.067Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.82s) [2020-10-27T03:30:51.067Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-10-27T03:30:51.067Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-10-27T03:30:51.234Z] --- PASS: TestPauseStopPausedContainer (0.81s) [2020-10-27T03:30:51.234Z] === RUN TestPsFilter [2020-10-27T03:30:51.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-27T03:30:51.493Z] --- PASS: TestPsFilter (0.19s) [2020-10-27T03:30:51.493Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-27T03:30:52.057Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.72s) [2020-10-27T03:30:52.057Z] === RUN TestRemoveContainerWithVolume [2020-10-27T03:30:52.314Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-10-27T03:30:52.579Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s) [2020-10-27T03:30:52.579Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-10-27T03:30:52.579Z] === RUN TestIpcModeOlderClient [2020-10-27T03:30:52.579Z] === PAUSE TestIpcModeOlderClient [2020-10-27T03:30:52.579Z] === RUN TestKillContainerInvalidSignal [2020-10-27T03:30:52.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-27T03:30:52.877Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-10-27T03:30:52.878Z] --- PASS: TestRemoveContainerWithVolume (0.80s) [2020-10-27T03:30:52.878Z] === RUN TestRemoveContainerRunning [2020-10-27T03:30:53.215Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2020-10-27T03:30:53.215Z] === RUN TestKillContainer [2020-10-27T03:30:53.216Z] === RUN TestKillContainer/no_signal [2020-10-27T03:30:53.441Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-10-27T03:30:53.700Z] --- PASS: TestRemoveContainerRunning (0.72s) [2020-10-27T03:30:53.700Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-27T03:30:53.700Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-10-27T03:30:54.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-27T03:30:54.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-27T03:30:54.253Z] === RUN TestKillContainer/non_killing_signal [2020-10-27T03:30:54.546Z] === RUN TestKillContainer/killing_signal [2020-10-27T03:30:54.629Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s) [2020-10-27T03:30:54.629Z] === RUN TestRemoveInvalidContainer [2020-10-27T03:30:54.629Z] --- PASS: TestRemoveInvalidContainer (0.06s) [2020-10-27T03:30:54.629Z] === RUN TestRenameLinkedContainer [2020-10-27T03:30:55.453Z] --- PASS: TestDaemonDNSFallback (7.43s) [2020-10-27T03:30:55.453Z] === RUN TestInspectNetwork [2020-10-27T03:30:55.558Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-10-27T03:30:55.558Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-10-27T03:30:56.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-27T03:30:56.057Z] --- PASS: TestKillContainer (2.55s) [2020-10-27T03:30:56.058Z] --- PASS: TestKillContainer/no_signal (0.84s) [2020-10-27T03:30:56.058Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2020-10-27T03:30:56.058Z] --- PASS: TestKillContainer/killing_signal (0.82s) [2020-10-27T03:30:56.058Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-27T03:30:56.058Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-10-27T03:30:56.693Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-10-27T03:30:57.730Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.68s) [2020-10-27T03:30:57.730Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s) [2020-10-27T03:30:57.730Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.50s) [2020-10-27T03:30:57.730Z] === RUN TestKillStoppedContainer [2020-10-27T03:30:57.730Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-10-27T03:30:57.730Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-27T03:30:57.730Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-10-27T03:30:57.730Z] === RUN TestKillDifferentUserContainer [2020-10-27T03:30:58.079Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-10-27T03:30:58.079Z] --- PASS: TestRenameLinkedContainer (3.55s) [2020-10-27T03:30:58.079Z] === RUN TestRenameStoppedContainer [2020-10-27T03:30:58.768Z] --- PASS: TestKillDifferentUserContainer (0.84s) [2020-10-27T03:30:58.768Z] === RUN TestInspectOomKilledTrue [2020-10-27T03:30:58.768Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-10-27T03:30:58.768Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:30:58.768Z] === RUN TestInspectOomKilledFalse [2020-10-27T03:30:58.768Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-10-27T03:30:58.768Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:30:58.768Z] === RUN TestLinksEtcHostsContentMatch [2020-10-27T03:30:59.009Z] --- PASS: TestRenameStoppedContainer (0.76s) [2020-10-27T03:30:59.009Z] === RUN TestRenameRunningContainerAndReuse [2020-10-27T03:30:59.009Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-10-27T03:30:59.060Z] --- PASS: TestLinksEtcHostsContentMatch (0.57s) [2020-10-27T03:30:59.061Z] === RUN TestLinksContainerNames [2020-10-27T03:30:59.266Z] === RUN TestDockerSuite/TestBuildAddTar [2020-10-27T03:30:59.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-27T03:30:59.522Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-10-27T03:30:59.659Z] === RUN TestInspectNetwork/full_network_id [2020-10-27T03:30:59.659Z] === RUN TestInspectNetwork/partial_network_id [2020-10-27T03:30:59.659Z] === RUN TestInspectNetwork/network_name [2020-10-27T03:30:59.659Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-10-27T03:31:00.451Z] --- PASS: TestRenameRunningContainerAndReuse (1.71s) [2020-10-27T03:31:00.451Z] === RUN TestRenameInvalidName [2020-10-27T03:31:00.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-27T03:31:01.014Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-10-27T03:31:01.164Z] --- PASS: TestLinksContainerNames (1.69s) [2020-10-27T03:31:01.164Z] === RUN TestLogsFollowTailEmpty [2020-10-27T03:31:01.576Z] --- PASS: TestRenameInvalidName (0.83s) [2020-10-27T03:31:01.576Z] === RUN TestRenameAnonymousContainer [2020-10-27T03:31:01.799Z] --- PASS: TestLogsFollowTailEmpty (0.87s) [2020-10-27T03:31:01.799Z] === RUN TestContainerNetworkMountsNoChown [2020-10-27T03:31:02.436Z] --- PASS: TestContainerNetworkMountsNoChown (0.83s) [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/default [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/default [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/private [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/private [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/rprivate [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/rprivate [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/slave [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/slave [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/rslave [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/rslave [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/shared [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/shared [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/rshared [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/rshared [2020-10-27T03:31:02.436Z] === CONT TestMountDaemonRoot/default [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/default/bind_root [2020-10-27T03:31:02.436Z] === CONT TestMountDaemonRoot/rslave [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:31:02.436Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/default/mount_root [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:31:02.436Z] === CONT TestMountDaemonRoot/rshared [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:31:02.436Z] === CONT TestMountDaemonRoot/shared [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-10-27T03:31:02.436Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:31:02.436Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:31:02.436Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:31:02.603Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-27T03:31:02.729Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:31:02.729Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:31:02.729Z] === CONT TestMountDaemonRoot/rprivate [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:31:02.729Z] === CONT TestMountDaemonRoot/slave [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-10-27T03:31:02.729Z] === CONT TestMountDaemonRoot/private [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/private/bind_root [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/private/mount_root [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-10-27T03:31:02.729Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:31:02.729Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:31:02.729Z] === CONT TestMountDaemonRoot/default/bind_root [2020-10-27T03:31:02.729Z] === CONT TestMountDaemonRoot/default/mount_root [2020-10-27T03:31:02.729Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:31:02.729Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:31:02.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-27T03:31:02.946Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-10-27T03:31:03.021Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:31:03.021Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:31:03.021Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:31:03.021Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:31:03.021Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-10-27T03:31:03.021Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-10-27T03:31:03.021Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:31:03.021Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:31:03.021Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:31:03.314Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:31:03.314Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:31:03.314Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:31:03.314Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:31:03.314Z] === CONT TestMountDaemonRoot/private/bind_root [2020-10-27T03:31:03.314Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-10-27T03:31:03.314Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:31:03.314Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-10-27T03:31:03.607Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:31:03.607Z] === CONT TestMountDaemonRoot/private/mount_root [2020-10-27T03:31:03.607Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.12s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.07s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.07s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.07s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.07s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.07s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2020-10-27T03:31:03.607Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2020-10-27T03:31:03.607Z] === RUN TestContainerBindMountNonRecursive [2020-10-27T03:31:03.861Z] --- PASS: TestInspectNetwork (9.31s) [2020-10-27T03:31:03.861Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-10-27T03:31:03.861Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-10-27T03:31:03.861Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-10-27T03:31:03.861Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-10-27T03:31:03.861Z] === RUN TestRunContainerWithBridgeNone [2020-10-27T03:31:04.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-27T03:31:04.568Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-10-27T03:31:04.836Z] --- PASS: TestRenameAnonymousContainer (3.15s) [2020-10-27T03:31:04.836Z] === RUN TestRenameContainerWithSameName [2020-10-27T03:31:04.836Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-10-27T03:31:05.398Z] --- PASS: TestRenameContainerWithSameName (0.85s) [2020-10-27T03:31:05.398Z] === RUN TestRenameContainerWithLinkedContainer [2020-10-27T03:31:05.624Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-27T03:31:05.678Z] --- PASS: TestContainerBindMountNonRecursive (2.05s) [2020-10-27T03:31:05.678Z] === RUN TestNetworkNat [2020-10-27T03:31:06.406Z] --- PASS: TestRunContainerWithBridgeNone (2.60s) [2020-10-27T03:31:06.406Z] === RUN TestNetworkInvalidJSON [2020-10-27T03:31:06.406Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-27T03:31:06.406Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-27T03:31:06.406Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:31:06.406Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:31:06.406Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:31:06.406Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:31:06.406Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-27T03:31:06.406Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:31:06.406Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:31:06.406Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-10-27T03:31:06.406Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-10-27T03:31:06.406Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-10-27T03:31:06.406Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-10-27T03:31:06.406Z] === RUN TestHostIPv4BridgeLabel [2020-10-27T03:31:06.715Z] --- PASS: TestNetworkNat (0.90s) [2020-10-27T03:31:06.715Z] === RUN TestNetworkLocalhostTCPNat [2020-10-27T03:31:07.300Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-10-27T03:31:07.300Z] --- PASS: TestRenameContainerWithLinkedContainer (1.88s) [2020-10-27T03:31:07.300Z] === RUN TestResize [2020-10-27T03:31:07.348Z] --- PASS: TestHostIPv4BridgeLabel (0.81s) [2020-10-27T03:31:07.348Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-27T03:31:07.350Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s) [2020-10-27T03:31:07.350Z] === RUN TestNetworkLoopbackNat [2020-10-27T03:31:07.532Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-27T03:31:07.861Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-10-27T03:31:07.861Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-10-27T03:31:07.861Z] --- PASS: TestResize (0.69s) [2020-10-27T03:31:07.861Z] === RUN TestResizeWithInvalidSize [2020-10-27T03:31:08.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-27T03:31:08.733Z] --- PASS: TestDaemonRestartWithLiveRestore (1.42s) [2020-10-27T03:31:08.733Z] === RUN TestDaemonDefaultNetworkPools [2020-10-27T03:31:08.790Z] --- PASS: TestResizeWithInvalidSize (0.65s) [2020-10-27T03:31:08.791Z] === RUN TestResizeWhenContainerNotStarted [2020-10-27T03:31:09.047Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-10-27T03:31:09.303Z] --- PASS: TestResizeWhenContainerNotStarted (0.73s) [2020-10-27T03:31:09.303Z] === RUN TestDaemonRestartKillContainers [2020-10-27T03:31:09.303Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:31:09.303Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:31:09.303Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:31:09.303Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:31:09.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:31:09.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:31:09.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:31:09.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:31:09.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:31:09.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:31:09.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:31:09.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:31:09.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:31:09.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:31:09.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:31:09.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:31:09.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:09.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:09.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:09.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:09.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:09.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:09.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:09.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:09.304Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:31:09.304Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:09.412Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-27T03:31:10.118Z] --- PASS: TestDaemonDefaultNetworkPools (1.22s) [2020-10-27T03:31:10.118Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-27T03:31:10.232Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-10-27T03:31:10.794Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-27T03:31:10.794Z] Using test binary docker [2020-10-27T03:31:10.794Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-10-27T03:31:10.794Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-27T03:31:10.794Z] INFO: Waiting for daemon to start... [2020-10-27T03:31:10.794Z] Starting dockerd [2020-10-27T03:31:10.873Z] --- PASS: TestNetworkLoopbackNat (3.22s) [2020-10-27T03:31:10.874Z] === RUN TestPause [2020-10-27T03:31:11.162Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:31:11.418Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-10-27T03:31:11.509Z] --- PASS: TestPause (0.92s) [2020-10-27T03:31:11.509Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-27T03:31:11.509Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-27T03:31:11.509Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-27T03:31:11.509Z] === RUN TestPauseStopPausedContainer [2020-10-27T03:31:12.032Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.84s) [2020-10-27T03:31:12.032Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-27T03:31:12.364Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:12.550Z] --- PASS: TestPauseStopPausedContainer (0.90s) [2020-10-27T03:31:12.550Z] === RUN TestPsFilter [2020-10-27T03:31:12.843Z] --- PASS: TestPsFilter (0.30s) [2020-10-27T03:31:12.843Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-27T03:31:13.478Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2020-10-27T03:31:13.478Z] === RUN TestRemoveContainerWithVolume [2020-10-27T03:31:13.731Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:13.731Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:14.085Z] . [2020-10-27T03:31:14.086Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-27T03:31:14.086Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-27T03:31:14.086Z] Error: No such image: emptyfs [2020-10-27T03:31:14.086Z] Running integration-test (iteration 1) [2020-10-27T03:31:14.086Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-10-27T03:31:14.295Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-10-27T03:31:14.518Z] --- PASS: TestRemoveContainerWithVolume (0.81s) [2020-10-27T03:31:14.518Z] === RUN TestRemoveContainerRunning [2020-10-27T03:31:14.577Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.36s) [2020-10-27T03:31:14.578Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-27T03:31:14.839Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.82s) [2020-10-27T03:31:14.839Z] === RUN TestServiceWithPredefinedNetwork [2020-10-27T03:31:15.155Z] --- PASS: TestRemoveContainerRunning (0.89s) [2020-10-27T03:31:15.155Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-27T03:31:15.226Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:31:15.226Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:31:16.194Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.88s) [2020-10-27T03:31:16.195Z] === RUN TestRemoveInvalidContainer [2020-10-27T03:31:16.195Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-10-27T03:31:16.195Z] === RUN TestRenameLinkedContainer [2020-10-27T03:31:17.313Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-10-27T03:31:17.313Z] === RUN TestBoolValue [2020-10-27T03:31:17.313Z] --- PASS: TestBoolValue (0.00s) [2020-10-27T03:31:17.313Z] === RUN TestBoolValueOrDefault [2020-10-27T03:31:17.313Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-10-27T03:31:17.313Z] === RUN TestInt64ValueOrZero [2020-10-27T03:31:17.313Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-10-27T03:31:17.313Z] === RUN TestInt64ValueOrDefault [2020-10-27T03:31:17.313Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-10-27T03:31:17.313Z] === RUN TestInt64ValueOrDefaultWithError [2020-10-27T03:31:17.313Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-10-27T03:31:17.313Z] === RUN TestJsonContentType [2020-10-27T03:31:17.313Z] --- PASS: TestJsonContentType (0.00s) [2020-10-27T03:31:17.313Z] PASS [2020-10-27T03:31:17.313Z] coverage: 14.7% of statements [2020-10-27T03:31:17.313Z] ok github.com/docker/docker/api/server/httputils 0.161s coverage: 14.7% of statements [2020-10-27T03:31:17.313Z] === RUN TestMaskSecretKeys [2020-10-27T03:31:17.313Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-10-27T03:31:17.313Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-10-27T03:31:17.313Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-10-27T03:31:17.313Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-10-27T03:31:17.313Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-10-27T03:31:17.313Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-10-27T03:31:17.313Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-10-27T03:31:17.313Z] === RUN TestVersionMiddlewareVersion [2020-10-27T03:31:17.314Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-10-27T03:31:17.314Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-10-27T03:31:17.314Z] PASS [2020-10-27T03:31:17.314Z] coverage: 37.7% of statements [2020-10-27T03:31:17.314Z] ok github.com/docker/docker/api/server/middleware 0.288s coverage: 37.7% of statements [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-10-27T03:31:17.314Z] === RUN TestStrSliceMarshalJSON [2020-10-27T03:31:17.314Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestStrSliceUnmarshalJSON [2020-10-27T03:31:17.314Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestStrSliceUnmarshalString [2020-10-27T03:31:17.314Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestStrSliceUnmarshalSlice [2020-10-27T03:31:17.314Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-10-27T03:31:17.314Z] PASS [2020-10-27T03:31:17.314Z] coverage: 90.0% of statements [2020-10-27T03:31:17.314Z] ok github.com/docker/docker/api/types/strslice 0.076s coverage: 90.0% of statements [2020-10-27T03:31:17.314Z] === RUN TestToJSON [2020-10-27T03:31:17.314Z] --- PASS: TestToJSON (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestToParamWithVersion [2020-10-27T03:31:17.314Z] --- PASS: TestToParamWithVersion (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestFromJSON [2020-10-27T03:31:17.314Z] --- PASS: TestFromJSON (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestEmpty [2020-10-27T03:31:17.314Z] --- PASS: TestEmpty (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestArgsMatchKVListEmptySources [2020-10-27T03:31:17.314Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestArgsMatchKVList [2020-10-27T03:31:17.314Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestArgsMatch [2020-10-27T03:31:17.314Z] --- PASS: TestArgsMatch (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestAdd [2020-10-27T03:31:17.314Z] --- PASS: TestAdd (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestDel [2020-10-27T03:31:17.314Z] --- PASS: TestDel (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestLen [2020-10-27T03:31:17.314Z] --- PASS: TestLen (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestExactMatch [2020-10-27T03:31:17.314Z] --- PASS: TestExactMatch (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestOnlyOneExactMatch [2020-10-27T03:31:17.314Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestContains [2020-10-27T03:31:17.314Z] --- PASS: TestContains (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestValidate [2020-10-27T03:31:17.314Z] --- PASS: TestValidate (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestWalkValues [2020-10-27T03:31:17.314Z] --- PASS: TestWalkValues (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestFuzzyMatch [2020-10-27T03:31:17.314Z] --- PASS: TestFuzzyMatch (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestClone [2020-10-27T03:31:17.314Z] --- PASS: TestClone (0.00s) [2020-10-27T03:31:17.314Z] PASS [2020-10-27T03:31:17.314Z] coverage: 92.2% of statements [2020-10-27T03:31:17.314Z] ok github.com/docker/docker/api/types/filters 0.082s coverage: 92.2% of statements [2020-10-27T03:31:17.314Z] === RUN TestAdjustForAPIVersion [2020-10-27T03:31:17.314Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-10-27T03:31:17.314Z] PASS [2020-10-27T03:31:17.314Z] coverage: 5.7% of statements [2020-10-27T03:31:17.314Z] ok github.com/docker/docker/api/server/router/swarm 0.158s coverage: 5.7% of statements [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/container [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/events [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/image [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/network [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-10-27T03:31:17.314Z] === RUN TestDurationToSecondsString [2020-10-27T03:31:17.314Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestGetTimestamp [2020-10-27T03:31:17.314Z] --- PASS: TestGetTimestamp (0.16s) [2020-10-27T03:31:17.314Z] === RUN TestParseTimestamps [2020-10-27T03:31:17.314Z] --- PASS: TestParseTimestamps (0.00s) [2020-10-27T03:31:17.314Z] PASS [2020-10-27T03:31:17.314Z] coverage: 100.0% of statements [2020-10-27T03:31:17.314Z] ok github.com/docker/docker/api/types/time 0.238s coverage: 100.0% of statements [2020-10-27T03:31:17.314Z] === RUN TestCompareVersion [2020-10-27T03:31:17.314Z] --- PASS: TestCompareVersion (0.00s) [2020-10-27T03:31:17.314Z] PASS [2020-10-27T03:31:17.314Z] coverage: 75.0% of statements [2020-10-27T03:31:17.314Z] ok github.com/docker/docker/api/types/versions 0.114s coverage: 75.0% of statements [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/builder [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-10-27T03:31:17.314Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-10-27T03:31:17.314Z] === RUN TestReadAll [2020-10-27T03:31:17.314Z] --- PASS: TestReadAll (0.00s) [2020-10-27T03:31:17.314Z] PASS [2020-10-27T03:31:17.314Z] coverage: 96.8% of statements [2020-10-27T03:31:17.314Z] ok github.com/docker/docker/builder/dockerignore 0.112s coverage: 96.8% of statements [2020-10-27T03:31:17.314Z] === RUN TestParseRemoteURL [2020-10-27T03:31:17.314Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-10-27T03:31:17.314Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-10-27T03:31:17.314Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-10-27T03:31:17.314Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-10-27T03:31:17.314Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-10-27T03:31:17.314Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-10-27T03:31:17.314Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-10-27T03:31:17.314Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-10-27T03:31:17.314Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-10-27T03:31:17.314Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-10-27T03:31:17.314Z] --- PASS: TestParseRemoteURL (0.00s) [2020-10-27T03:31:17.314Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-10-27T03:31:17.314Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-10-27T03:31:17.314Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-10-27T03:31:17.314Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-10-27T03:31:17.314Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-10-27T03:31:17.314Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-10-27T03:31:17.314Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-10-27T03:31:17.314Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-10-27T03:31:17.314Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-10-27T03:31:17.314Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestCloneArgsSmartHttp [2020-10-27T03:31:17.314Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2020-10-27T03:31:17.314Z] === RUN TestCloneArgsDumbHttp [2020-10-27T03:31:17.314Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestCloneArgsGit [2020-10-27T03:31:17.314Z] --- PASS: TestCloneArgsGit (0.00s) [2020-10-27T03:31:17.314Z] === RUN TestCheckoutGit [2020-10-27T03:31:17.745Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:31:17.745Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:31:18.002Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-10-27T03:31:18.139Z] --- PASS: TestServiceWithPredefinedNetwork (3.24s) [2020-10-27T03:31:18.139Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-27T03:31:18.139Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:31:18.139Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:31:18.139Z] === RUN TestServiceWithDataPathPortInit [2020-10-27T03:31:19.728Z] --- PASS: TestRenameLinkedContainer (3.55s) [2020-10-27T03:31:19.728Z] === RUN TestRenameStoppedContainer [2020-10-27T03:31:20.243Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-10-27T03:31:20.243Z] === RUN TestEnable [2020-10-27T03:31:20.243Z] --- PASS: TestEnable (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestDisable [2020-10-27T03:31:20.243Z] --- PASS: TestDisable (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestEnabled [2020-10-27T03:31:20.243Z] --- PASS: TestEnabled (0.00s) [2020-10-27T03:31:20.243Z] PASS [2020-10-27T03:31:20.243Z] coverage: 100.0% of statements [2020-10-27T03:31:20.243Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2020-10-27T03:31:20.243Z] === RUN TestProcessNoDockerignore [2020-10-27T03:31:20.243Z] --- PASS: TestProcessNoDockerignore (0.01s) [2020-10-27T03:31:20.243Z] === RUN TestProcessShouldLeaveAllFiles [2020-10-27T03:31:20.243Z] ok github.com/docker/docker/cli/debug 0.068s coverage: 100.0% of statements [2020-10-27T03:31:20.243Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestDetectContentType [2020-10-27T03:31:20.243Z] --- PASS: TestDetectContentType (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestSelectAcceptableMIME [2020-10-27T03:31:20.243Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestInspectEmptyResponse [2020-10-27T03:31:20.243Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestInspectResponseBinary [2020-10-27T03:31:20.243Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestResponseUnsupportedContentType [2020-10-27T03:31:20.243Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestInspectResponseTextSimple [2020-10-27T03:31:20.243Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestInspectResponseEmptyContentType [2020-10-27T03:31:20.243Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestUnknownContentLength [2020-10-27T03:31:20.243Z] --- PASS: TestUnknownContentLength (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestDownloadRemote [2020-10-27T03:31:20.243Z] --- PASS: TestDownloadRemote (0.07s) [2020-10-27T03:31:20.243Z] === RUN TestGetWithStatusError [2020-10-27T03:31:20.243Z] --- PASS: TestGetWithStatusError (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestCloseRootDirectory [2020-10-27T03:31:20.243Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-10-27T03:31:20.243Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:31:20.243Z] === RUN TestHashFile [2020-10-27T03:31:20.243Z] --- SKIP: TestHashFile (0.00s) [2020-10-27T03:31:20.243Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:31:20.243Z] === RUN TestHashSubdir [2020-10-27T03:31:20.243Z] --- SKIP: TestHashSubdir (0.00s) [2020-10-27T03:31:20.243Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:31:20.243Z] === RUN TestRemoveDirectory [2020-10-27T03:31:20.243Z] --- SKIP: TestRemoveDirectory (0.00s) [2020-10-27T03:31:20.243Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:31:20.243Z] PASS [2020-10-27T03:31:20.243Z] coverage: 9.2% of statements [2020-10-27T03:31:20.243Z] ok github.com/docker/docker/builder/remotecontext 0.484s coverage: 9.2% of statements [2020-10-27T03:31:20.243Z] === RUN TestGetAllAllowed [2020-10-27T03:31:20.243Z] --- PASS: TestGetAllAllowed (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestGetAllMeta [2020-10-27T03:31:20.243Z] --- PASS: TestGetAllMeta (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestWarnOnUnusedBuildArgs [2020-10-27T03:31:20.243Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestIsUnreferencedBuiltin [2020-10-27T03:31:20.243Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestIsExistingDirectory [2020-10-27T03:31:20.243Z] --- PASS: TestIsExistingDirectory (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestGetFilenameForDownload [2020-10-27T03:31:20.243Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestEnv2Variables [2020-10-27T03:31:20.243Z] --- PASS: TestEnv2Variables (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-10-27T03:31:20.243Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestMaintainer [2020-10-27T03:31:20.243Z] --- PASS: TestMaintainer (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestLabel [2020-10-27T03:31:20.243Z] --- PASS: TestLabel (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestFromScratch [2020-10-27T03:31:20.243Z] --- PASS: TestFromScratch (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestFromWithArg [2020-10-27T03:31:20.243Z] --- PASS: TestFromWithArg (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-10-27T03:31:20.243Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestFromWithUndefinedArg [2020-10-27T03:31:20.243Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestFromMultiStageWithNamedStage [2020-10-27T03:31:20.243Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-10-27T03:31:20.243Z] === RUN TestOnbuild [2020-10-27T03:31:20.243Z] --- PASS: TestOnbuild (0.00s) [2020-10-27T03:31:20.560Z] ......... [ 86%] [2020-10-27T03:31:20.714Z] === RUN TestWorkdir [2020-10-27T03:31:20.714Z] --- PASS: TestWorkdir (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestCmd [2020-10-27T03:31:20.714Z] --- PASS: TestCmd (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestHealthcheckNone [2020-10-27T03:31:20.714Z] --- PASS: TestHealthcheckNone (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestHealthcheckCmd [2020-10-27T03:31:20.714Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestEntrypoint [2020-10-27T03:31:20.714Z] --- PASS: TestEntrypoint (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestExpose [2020-10-27T03:31:20.714Z] --- PASS: TestExpose (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestUser [2020-10-27T03:31:20.714Z] --- PASS: TestUser (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestVolume [2020-10-27T03:31:20.714Z] --- PASS: TestVolume (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestStopSignal [2020-10-27T03:31:20.714Z] --- SKIP: TestStopSignal (0.00s) [2020-10-27T03:31:20.714Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-10-27T03:31:20.714Z] === RUN TestArg [2020-10-27T03:31:20.714Z] --- PASS: TestArg (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestShell [2020-10-27T03:31:20.714Z] --- PASS: TestShell (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestPrependEnvOnCmd [2020-10-27T03:31:20.714Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestRunWithBuildArgs [2020-10-27T03:31:20.714Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestRunIgnoresHealthcheck [2020-10-27T03:31:20.714Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestNormalizeWorkdir [2020-10-27T03:31:20.714Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestDispatch [2020-10-27T03:31:20.714Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-10-27T03:31:20.714Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-10-27T03:31:20.714Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-10-27T03:31:20.714Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-10-27T03:31:20.714Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-10-27T03:31:20.714Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-10-27T03:31:20.714Z] === RUN TestDispatch/COPY_url [2020-10-27T03:31:20.714Z] --- PASS: TestDispatch (0.10s) [2020-10-27T03:31:20.714Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.05s) [2020-10-27T03:31:20.714Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2020-10-27T03:31:20.714Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2020-10-27T03:31:20.714Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2020-10-27T03:31:20.714Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2020-10-27T03:31:20.714Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-10-27T03:31:20.714Z] --- PASS: TestDispatch/COPY_url (0.01s) [2020-10-27T03:31:20.714Z] === RUN TestAddScratchImageAddsToMounts [2020-10-27T03:31:20.714Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestAddFromScratchPopulatesPlatform [2020-10-27T03:31:20.714Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-10-27T03:31:20.714Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-10-27T03:31:20.714Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestImageSourceGetAddsToMounts [2020-10-27T03:31:20.714Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestEmptyDockerfile [2020-10-27T03:31:20.714Z] --- PASS: TestEmptyDockerfile (0.01s) [2020-10-27T03:31:20.714Z] === RUN TestSymlinkDockerfile [2020-10-27T03:31:20.714Z] --- PASS: TestSymlinkDockerfile (0.01s) [2020-10-27T03:31:20.714Z] === RUN TestDockerfileOutsideTheBuildContext [2020-10-27T03:31:20.714Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2020-10-27T03:31:20.714Z] === RUN TestNonExistingDockerfile [2020-10-27T03:31:20.714Z] --- PASS: TestNonExistingDockerfile (0.01s) [2020-10-27T03:31:20.714Z] === RUN TestCopyRunConfig [2020-10-27T03:31:20.714Z] --- PASS: TestCopyRunConfig (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestDeepCopyRunConfig [2020-10-27T03:31:20.714Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestExportImage [2020-10-27T03:31:20.714Z] --- PASS: TestExportImage (0.00s) [2020-10-27T03:31:20.714Z] === RUN TestNormalizeDest [2020-10-27T03:31:20.714Z] --- PASS: TestNormalizeDest (0.00s) [2020-10-27T03:31:20.714Z] PASS [2020-10-27T03:31:20.714Z] coverage: 46.3% of statements [2020-10-27T03:31:20.714Z] ok github.com/docker/docker/builder/dockerfile 0.529s coverage: 46.3% of statements [2020-10-27T03:31:20.766Z] --- PASS: TestRenameStoppedContainer (0.91s) [2020-10-27T03:31:20.766Z] === RUN TestRenameRunningContainerAndReuse [2020-10-27T03:31:21.273Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:31:21.273Z] === RUN TestDockerSuite/TestBuildBlankName [2020-10-27T03:31:21.531Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-10-27T03:31:21.531Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:31:22.282Z] --- PASS: TestRenameRunningContainerAndReuse (1.70s) [2020-10-27T03:31:22.282Z] === RUN TestRenameInvalidName [2020-10-27T03:31:23.326Z] --- PASS: TestRenameInvalidName (0.87s) [2020-10-27T03:31:23.326Z] === RUN TestRenameAnonymousContainer [2020-10-27T03:31:24.809Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.73s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.78s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.46s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.63s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.47s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.58s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.27s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.27s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.57s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.96s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.96s) [2020-10-27T03:31:24.809Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.92s) [2020-10-27T03:31:24.809Z] === RUN TestCgroupNamespacesRun [2020-10-27T03:31:25.739Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-10-27T03:31:26.301Z] --- PASS: TestCgroupNamespacesRun (1.86s) [2020-10-27T03:31:26.301Z] === RUN TestCgroupNamespacesRunPrivileged [2020-10-27T03:31:26.302Z] Loaded image: buildpack-deps:buster [2020-10-27T03:31:26.302Z] Loaded image: busybox:latest [2020-10-27T03:31:26.557Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-10-27T03:31:26.561Z] Loaded image: busybox:glibc [2020-10-27T03:31:26.561Z] Loaded image: debian:buster [2020-10-27T03:31:26.820Z] Loaded image: hello-world:latest [2020-10-27T03:31:26.820Z] Loaded image: arm32v7/hello-world:latest [2020-10-27T03:31:26.879Z] tests/integration/models_images_test.py ............... [ 89%] [2020-10-27T03:31:27.080Z] INFO: Testing against a local daemon [2020-10-27T03:31:27.080Z] === RUN TestCgroupNamespacesBuild [2020-10-27T03:31:27.787Z] --- PASS: TestRenameAnonymousContainer (4.70s) [2020-10-27T03:31:27.787Z] === RUN TestRenameContainerWithSameName [2020-10-27T03:31:27.926Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-10-27T03:31:28.074Z] tests/integration/models_networks_test.py .... [ 90%] [2020-10-27T03:31:28.183Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2020-10-27T03:31:28.183Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-10-27T03:31:28.439Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-10-27T03:31:28.964Z] --- PASS: TestRenameContainerWithSameName (0.89s) [2020-10-27T03:31:28.964Z] === RUN TestRenameContainerWithLinkedContainer [2020-10-27T03:31:30.333Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.92s) [2020-10-27T03:31:30.333Z] === RUN TestCgroupNamespacesRunHostMode [2020-10-27T03:31:30.371Z] --- PASS: TestCgroupNamespacesBuild (2.83s) [2020-10-27T03:31:30.371Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-10-27T03:31:30.590Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-10-27T03:31:30.619Z] --- PASS: TestRenameContainerWithLinkedContainer (1.72s) [2020-10-27T03:31:30.619Z] === RUN TestResize [2020-10-27T03:31:31.255Z] --- PASS: TestResize (0.88s) [2020-10-27T03:31:31.255Z] === RUN TestResizeWithInvalidSize [2020-10-27T03:31:32.278Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.16s) [2020-10-27T03:31:32.278Z] === RUN TestBuildWithSession [2020-10-27T03:31:32.278Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-27T03:31:32.278Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:31:32.278Z] === RUN TestBuildSquashParent [2020-10-27T03:31:32.293Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2020-10-27T03:31:32.293Z] === RUN TestResizeWhenContainerNotStarted [2020-10-27T03:31:32.482Z] --- PASS: TestCgroupNamespacesRunHostMode (2.26s) [2020-10-27T03:31:32.482Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-10-27T03:31:32.928Z] --- PASS: TestResizeWhenContainerNotStarted (0.86s) [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:32.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:32.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:32.928Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:31:32.928Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:31:33.413Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-10-27T03:31:34.342Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.87s) [2020-10-27T03:31:34.342Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-10-27T03:31:34.638Z] tests/integration/models_nodes_test.py . [ 91%] [2020-10-27T03:31:34.638Z] tests/integration/models_resources_test.py . [ 91%] [2020-10-27T03:31:35.600Z] === RUN TestCheckpointCreateError [2020-10-27T03:31:35.600Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCheckpointCreate [2020-10-27T03:31:35.600Z] --- PASS: TestCheckpointCreate (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCheckpointDeleteError [2020-10-27T03:31:35.600Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCheckpointDelete [2020-10-27T03:31:35.600Z] --- PASS: TestCheckpointDelete (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCheckpointListError [2020-10-27T03:31:35.600Z] --- PASS: TestCheckpointListError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCheckpointList [2020-10-27T03:31:35.600Z] --- PASS: TestCheckpointList (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCheckpointListContainerNotFound [2020-10-27T03:31:35.600Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestNewClientWithOpsFromEnv [2020-10-27T03:31:35.600Z] --- SKIP: TestNewClientWithOpsFromEnv (0.01s) [2020-10-27T03:31:35.600Z] client_test.go:23: runtime.GOOS == "windows" [2020-10-27T03:31:35.600Z] === RUN TestGetAPIPath [2020-10-27T03:31:35.600Z] --- PASS: TestGetAPIPath (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestParseHostURL [2020-10-27T03:31:35.600Z] --- PASS: TestParseHostURL (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-10-27T03:31:35.600Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestNegotiateAPIVersionEmpty [2020-10-27T03:31:35.600Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestNegotiateAPIVersion [2020-10-27T03:31:35.600Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestNegotiateAPVersionOverride [2020-10-27T03:31:35.600Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestNegotiateAPIVersionAutomatic [2020-10-27T03:31:35.600Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-10-27T03:31:35.600Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-10-27T03:31:35.600Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestClientRedirect [2020-10-27T03:31:35.600Z] --- PASS: TestClientRedirect (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigCreateUnsupported [2020-10-27T03:31:35.600Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigCreateError [2020-10-27T03:31:35.600Z] --- PASS: TestConfigCreateError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigCreate [2020-10-27T03:31:35.600Z] --- PASS: TestConfigCreate (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigInspectNotFound [2020-10-27T03:31:35.600Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigInspectWithEmptyID [2020-10-27T03:31:35.600Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigInspectUnsupported [2020-10-27T03:31:35.600Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigInspectError [2020-10-27T03:31:35.600Z] --- PASS: TestConfigInspectError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigInspectConfigNotFound [2020-10-27T03:31:35.600Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigInspect [2020-10-27T03:31:35.600Z] --- PASS: TestConfigInspect (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigListUnsupported [2020-10-27T03:31:35.600Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigListError [2020-10-27T03:31:35.600Z] --- PASS: TestConfigListError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigList [2020-10-27T03:31:35.600Z] --- PASS: TestConfigList (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigRemoveUnsupported [2020-10-27T03:31:35.600Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigRemoveError [2020-10-27T03:31:35.600Z] --- PASS: TestConfigRemoveError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigRemove [2020-10-27T03:31:35.600Z] --- PASS: TestConfigRemove (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigUpdateUnsupported [2020-10-27T03:31:35.600Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigUpdateError [2020-10-27T03:31:35.600Z] --- PASS: TestConfigUpdateError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestConfigUpdate [2020-10-27T03:31:35.600Z] --- PASS: TestConfigUpdate (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerCommitError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerCommitError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerCommit [2020-10-27T03:31:35.600Z] --- PASS: TestContainerCommit (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerStatPathError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerStatPathError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerStatPathNotFoundError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerStatPathNoHeaderError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerStatPath [2020-10-27T03:31:35.600Z] --- PASS: TestContainerStatPath (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCopyToContainerError [2020-10-27T03:31:35.600Z] --- PASS: TestCopyToContainerError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCopyToContainerNotFoundError [2020-10-27T03:31:35.600Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCopyToContainerNotStatusOKError [2020-10-27T03:31:35.600Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCopyToContainer [2020-10-27T03:31:35.600Z] --- PASS: TestCopyToContainer (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCopyFromContainerError [2020-10-27T03:31:35.600Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCopyFromContainerNotFoundError [2020-10-27T03:31:35.600Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCopyFromContainerNotStatusOKError [2020-10-27T03:31:35.600Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCopyFromContainerNoHeaderError [2020-10-27T03:31:35.600Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestCopyFromContainer [2020-10-27T03:31:35.600Z] --- PASS: TestCopyFromContainer (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerCreateError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerCreateError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerCreateImageNotFound [2020-10-27T03:31:35.600Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerCreateWithName [2020-10-27T03:31:35.600Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerCreateAutoRemove [2020-10-27T03:31:35.600Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerDiffError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerDiffError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerDiff [2020-10-27T03:31:35.600Z] --- PASS: TestContainerDiff (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerExecCreateError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerExecCreate [2020-10-27T03:31:35.600Z] --- PASS: TestContainerExecCreate (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerExecStartError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerExecStartError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerExecStart [2020-10-27T03:31:35.600Z] --- PASS: TestContainerExecStart (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerExecInspectError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerExecInspect [2020-10-27T03:31:35.600Z] --- PASS: TestContainerExecInspect (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerExportError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerExportError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerExport [2020-10-27T03:31:35.600Z] --- PASS: TestContainerExport (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerInspectError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerInspectError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerInspectContainerNotFound [2020-10-27T03:31:35.600Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerInspectWithEmptyID [2020-10-27T03:31:35.600Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerInspect [2020-10-27T03:31:35.600Z] --- PASS: TestContainerInspect (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerInspectNode [2020-10-27T03:31:35.600Z] --- PASS: TestContainerInspectNode (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerKillError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerKillError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerKill [2020-10-27T03:31:35.600Z] --- PASS: TestContainerKill (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerListError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerListError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerList [2020-10-27T03:31:35.600Z] --- PASS: TestContainerList (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerLogsNotFoundError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerLogsError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerLogsError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerLogs [2020-10-27T03:31:35.600Z] --- PASS: TestContainerLogs (0.20s) [2020-10-27T03:31:35.600Z] === RUN TestContainerPauseError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerPauseError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerPause [2020-10-27T03:31:35.600Z] --- PASS: TestContainerPause (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainersPruneError [2020-10-27T03:31:35.600Z] --- PASS: TestContainersPruneError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainersPrune [2020-10-27T03:31:35.600Z] --- PASS: TestContainersPrune (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerRemoveError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerRemoveError (0.01s) [2020-10-27T03:31:35.600Z] === RUN TestContainerRemoveNotFoundError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerRemove [2020-10-27T03:31:35.600Z] --- PASS: TestContainerRemove (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerRenameError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerRenameError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerRename [2020-10-27T03:31:35.600Z] --- PASS: TestContainerRename (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerResizeError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerResizeError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerExecResizeError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerResize [2020-10-27T03:31:35.600Z] --- PASS: TestContainerResize (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerExecResize [2020-10-27T03:31:35.600Z] --- PASS: TestContainerExecResize (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerRestartError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerRestartError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerRestart [2020-10-27T03:31:35.600Z] --- PASS: TestContainerRestart (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerStartError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerStartError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerStart [2020-10-27T03:31:35.600Z] --- PASS: TestContainerStart (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerStatsError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerStatsError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerStats [2020-10-27T03:31:35.600Z] --- PASS: TestContainerStats (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerStopError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerStopError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerStop [2020-10-27T03:31:35.600Z] --- PASS: TestContainerStop (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerTopError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerTopError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerTop [2020-10-27T03:31:35.600Z] --- PASS: TestContainerTop (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerUnpauseError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerUnpause [2020-10-27T03:31:35.600Z] --- PASS: TestContainerUnpause (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerUpdateError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerUpdateError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerUpdate [2020-10-27T03:31:35.600Z] --- PASS: TestContainerUpdate (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerWaitError [2020-10-27T03:31:35.600Z] --- PASS: TestContainerWaitError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestContainerWait [2020-10-27T03:31:35.600Z] --- PASS: TestContainerWait (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestDiskUsageError [2020-10-27T03:31:35.600Z] --- PASS: TestDiskUsageError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestDiskUsage [2020-10-27T03:31:35.600Z] --- PASS: TestDiskUsage (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestDistributionInspectUnsupported [2020-10-27T03:31:35.600Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestDistributionInspectWithEmptyID [2020-10-27T03:31:35.600Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestEventsErrorInOptions [2020-10-27T03:31:35.600Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestEventsErrorFromServer [2020-10-27T03:31:35.600Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestEvents [2020-10-27T03:31:35.600Z] --- PASS: TestEvents (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestTLSCloseWriter [2020-10-27T03:31:35.600Z] === PAUSE TestTLSCloseWriter [2020-10-27T03:31:35.600Z] === RUN TestImageBuildError [2020-10-27T03:31:35.600Z] --- PASS: TestImageBuildError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageBuild [2020-10-27T03:31:35.600Z] --- PASS: TestImageBuild (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestGetDockerOS [2020-10-27T03:31:35.600Z] --- PASS: TestGetDockerOS (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageCreateError [2020-10-27T03:31:35.600Z] --- PASS: TestImageCreateError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageCreate [2020-10-27T03:31:35.600Z] --- PASS: TestImageCreate (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageHistoryError [2020-10-27T03:31:35.600Z] --- PASS: TestImageHistoryError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageHistory [2020-10-27T03:31:35.600Z] --- PASS: TestImageHistory (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageImportError [2020-10-27T03:31:35.600Z] --- PASS: TestImageImportError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageImport [2020-10-27T03:31:35.600Z] --- PASS: TestImageImport (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageInspectError [2020-10-27T03:31:35.600Z] --- PASS: TestImageInspectError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageInspectImageNotFound [2020-10-27T03:31:35.600Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageInspectWithEmptyID [2020-10-27T03:31:35.600Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageInspect [2020-10-27T03:31:35.600Z] --- PASS: TestImageInspect (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageListError [2020-10-27T03:31:35.600Z] --- PASS: TestImageListError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageList [2020-10-27T03:31:35.600Z] --- PASS: TestImageList (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageListApiBefore125 [2020-10-27T03:31:35.600Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageLoadError [2020-10-27T03:31:35.600Z] --- PASS: TestImageLoadError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImageLoad [2020-10-27T03:31:35.600Z] --- PASS: TestImageLoad (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagesPruneError [2020-10-27T03:31:35.600Z] --- PASS: TestImagesPruneError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagesPrune [2020-10-27T03:31:35.600Z] --- PASS: TestImagesPrune (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePullReferenceParseError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePullAnyError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePullAnyError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePullStatusUnauthorizedError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePullWithoutErrors [2020-10-27T03:31:35.600Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePushReferenceError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePushAnyError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePushAnyError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePushStatusUnauthorizedError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-10-27T03:31:35.600Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-10-27T03:31:35.600Z] === RUN TestImagePushWithoutErrors [2020-10-27T03:31:35.600Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-10-27T03:31:35.600Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-10-27T03:31:35.600Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-10-27T03:31:35.600Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-10-27T03:31:35.600Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-10-27T03:31:35.600Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-10-27T03:31:35.601Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-10-27T03:31:35.601Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-10-27T03:31:35.601Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageRemoveError [2020-10-27T03:31:35.601Z] --- PASS: TestImageRemoveError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageRemoveImageNotFound [2020-10-27T03:31:35.601Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageRemove [2020-10-27T03:31:35.601Z] --- PASS: TestImageRemove (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageSaveError [2020-10-27T03:31:35.601Z] --- PASS: TestImageSaveError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageSave [2020-10-27T03:31:35.601Z] --- PASS: TestImageSave (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageSearchAnyError [2020-10-27T03:31:35.601Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageSearchStatusUnauthorizedError [2020-10-27T03:31:35.601Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-10-27T03:31:35.601Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-10-27T03:31:35.601Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-10-27T03:31:35.601Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageSearchWithoutErrors [2020-10-27T03:31:35.601Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageTagError [2020-10-27T03:31:35.601Z] --- PASS: TestImageTagError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageTagInvalidReference [2020-10-27T03:31:35.601Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageTagInvalidSourceImageName [2020-10-27T03:31:35.601Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageTagHexSource [2020-10-27T03:31:35.601Z] --- PASS: TestImageTagHexSource (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestImageTag [2020-10-27T03:31:35.601Z] --- PASS: TestImageTag (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestInfoServerError [2020-10-27T03:31:35.601Z] --- PASS: TestInfoServerError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestInfoInvalidResponseJSONError [2020-10-27T03:31:35.601Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestInfo [2020-10-27T03:31:35.601Z] --- PASS: TestInfo (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkConnectError [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkConnectError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkConnect [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkConnect (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkCreateError [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkCreateError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkCreate [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkCreate (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkDisconnectError [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkDisconnect [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkInspectError [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkInspectError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkInspectNotFoundError [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkInspectWithEmptyID [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkInspect [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkInspect (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkListError [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkListError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkList [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkList (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworksPruneError [2020-10-27T03:31:35.601Z] --- PASS: TestNetworksPruneError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworksPrune [2020-10-27T03:31:35.601Z] --- PASS: TestNetworksPrune (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkRemoveError [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNetworkRemove [2020-10-27T03:31:35.601Z] --- PASS: TestNetworkRemove (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNodeInspectError [2020-10-27T03:31:35.601Z] --- PASS: TestNodeInspectError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNodeInspectNodeNotFound [2020-10-27T03:31:35.601Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNodeInspectWithEmptyID [2020-10-27T03:31:35.601Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNodeInspect [2020-10-27T03:31:35.601Z] --- PASS: TestNodeInspect (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNodeListError [2020-10-27T03:31:35.601Z] --- PASS: TestNodeListError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNodeList [2020-10-27T03:31:35.601Z] --- PASS: TestNodeList (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNodeRemoveError [2020-10-27T03:31:35.601Z] --- PASS: TestNodeRemoveError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNodeRemove [2020-10-27T03:31:35.601Z] --- PASS: TestNodeRemove (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNodeUpdateError [2020-10-27T03:31:35.601Z] --- PASS: TestNodeUpdateError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestNodeUpdate [2020-10-27T03:31:35.601Z] --- PASS: TestNodeUpdate (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestOptionWithTimeout [2020-10-27T03:31:35.601Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPingFail [2020-10-27T03:31:35.601Z] --- PASS: TestPingFail (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPingWithError [2020-10-27T03:31:35.601Z] 2020/10/27 03:31:33 RoundTripper returned a response & error; ignoring response [2020-10-27T03:31:35.601Z] 2020/10/27 03:31:33 RoundTripper returned a response & error; ignoring response [2020-10-27T03:31:35.601Z] --- PASS: TestPingWithError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPingSuccess [2020-10-27T03:31:35.601Z] --- PASS: TestPingSuccess (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPingHeadFallback [2020-10-27T03:31:35.601Z] === RUN TestPingHeadFallback/OK [2020-10-27T03:31:35.601Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-10-27T03:31:35.601Z] === RUN TestPingHeadFallback/Not_Found [2020-10-27T03:31:35.601Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-10-27T03:31:35.601Z] --- PASS: TestPingHeadFallback (0.00s) [2020-10-27T03:31:35.601Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-10-27T03:31:35.601Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-10-27T03:31:35.601Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-10-27T03:31:35.601Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginDisableError [2020-10-27T03:31:35.601Z] --- PASS: TestPluginDisableError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginDisable [2020-10-27T03:31:35.601Z] --- PASS: TestPluginDisable (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginEnableError [2020-10-27T03:31:35.601Z] --- PASS: TestPluginEnableError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginEnable [2020-10-27T03:31:35.601Z] --- PASS: TestPluginEnable (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginInspectError [2020-10-27T03:31:35.601Z] --- PASS: TestPluginInspectError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginInspectWithEmptyID [2020-10-27T03:31:35.601Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginInspect [2020-10-27T03:31:35.601Z] --- PASS: TestPluginInspect (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginListError [2020-10-27T03:31:35.601Z] --- PASS: TestPluginListError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginList [2020-10-27T03:31:35.601Z] --- PASS: TestPluginList (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginPushError [2020-10-27T03:31:35.601Z] --- PASS: TestPluginPushError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginPush [2020-10-27T03:31:35.601Z] --- PASS: TestPluginPush (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginRemoveError [2020-10-27T03:31:35.601Z] --- PASS: TestPluginRemoveError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginRemove [2020-10-27T03:31:35.601Z] --- PASS: TestPluginRemove (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginSetError [2020-10-27T03:31:35.601Z] --- PASS: TestPluginSetError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPluginSet [2020-10-27T03:31:35.601Z] --- PASS: TestPluginSet (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSetHostHeader [2020-10-27T03:31:35.601Z] --- PASS: TestSetHostHeader (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestPlainTextError [2020-10-27T03:31:35.601Z] --- PASS: TestPlainTextError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestInfiniteError [2020-10-27T03:31:35.601Z] --- PASS: TestInfiniteError (0.01s) [2020-10-27T03:31:35.601Z] === RUN TestSecretCreateUnsupported [2020-10-27T03:31:35.601Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretCreateError [2020-10-27T03:31:35.601Z] --- PASS: TestSecretCreateError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretCreate [2020-10-27T03:31:35.601Z] --- PASS: TestSecretCreate (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretInspectUnsupported [2020-10-27T03:31:35.601Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretInspectError [2020-10-27T03:31:35.601Z] --- PASS: TestSecretInspectError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretInspectSecretNotFound [2020-10-27T03:31:35.601Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretInspectWithEmptyID [2020-10-27T03:31:35.601Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretInspect [2020-10-27T03:31:35.601Z] --- PASS: TestSecretInspect (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretListUnsupported [2020-10-27T03:31:35.601Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretListError [2020-10-27T03:31:35.601Z] --- PASS: TestSecretListError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretList [2020-10-27T03:31:35.601Z] --- PASS: TestSecretList (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretRemoveUnsupported [2020-10-27T03:31:35.601Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretRemoveError [2020-10-27T03:31:35.601Z] --- PASS: TestSecretRemoveError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretRemove [2020-10-27T03:31:35.601Z] --- PASS: TestSecretRemove (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretUpdateUnsupported [2020-10-27T03:31:35.601Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretUpdateError [2020-10-27T03:31:35.601Z] --- PASS: TestSecretUpdateError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSecretUpdate [2020-10-27T03:31:35.601Z] --- PASS: TestSecretUpdate (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceCreateError [2020-10-27T03:31:35.601Z] --- PASS: TestServiceCreateError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceCreate [2020-10-27T03:31:35.601Z] --- PASS: TestServiceCreate (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceCreateCompatiblePlatforms [2020-10-27T03:31:35.601Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceCreateDigestPinning [2020-10-27T03:31:35.601Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceInspectError [2020-10-27T03:31:35.601Z] --- PASS: TestServiceInspectError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceInspectServiceNotFound [2020-10-27T03:31:35.601Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceInspectWithEmptyID [2020-10-27T03:31:35.601Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceInspect [2020-10-27T03:31:35.601Z] --- PASS: TestServiceInspect (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceListError [2020-10-27T03:31:35.601Z] --- PASS: TestServiceListError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceList [2020-10-27T03:31:35.601Z] --- PASS: TestServiceList (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceLogsError [2020-10-27T03:31:35.601Z] --- PASS: TestServiceLogsError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceLogs [2020-10-27T03:31:35.601Z] --- PASS: TestServiceLogs (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceRemoveError [2020-10-27T03:31:35.601Z] --- PASS: TestServiceRemoveError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceRemoveNotFoundError [2020-10-27T03:31:35.601Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceRemove [2020-10-27T03:31:35.601Z] --- PASS: TestServiceRemove (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceUpdateError [2020-10-27T03:31:35.601Z] --- PASS: TestServiceUpdateError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestServiceUpdate [2020-10-27T03:31:35.601Z] --- PASS: TestServiceUpdate (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmGetUnlockKeyError [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmGetUnlockKey [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmInitError [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmInitError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmInit [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmInit (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmInspectError [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmInspectError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmInspect [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmInspect (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmJoinError [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmJoinError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmJoin [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmJoin (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmLeaveError [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmLeave [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmLeave (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmUnlockError [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmUnlock [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmUnlock (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmUpdateError [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestSwarmUpdate [2020-10-27T03:31:35.601Z] --- PASS: TestSwarmUpdate (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestTaskInspectError [2020-10-27T03:31:35.601Z] --- PASS: TestTaskInspectError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestTaskInspectWithEmptyID [2020-10-27T03:31:35.601Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestTaskInspect [2020-10-27T03:31:35.601Z] --- PASS: TestTaskInspect (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestTaskListError [2020-10-27T03:31:35.601Z] --- PASS: TestTaskListError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestTaskList [2020-10-27T03:31:35.601Z] --- PASS: TestTaskList (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestVolumeCreateError [2020-10-27T03:31:35.601Z] --- PASS: TestVolumeCreateError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestVolumeCreate [2020-10-27T03:31:35.601Z] --- PASS: TestVolumeCreate (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestVolumeInspectError [2020-10-27T03:31:35.601Z] --- PASS: TestVolumeInspectError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestVolumeInspectNotFound [2020-10-27T03:31:35.601Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestVolumeInspectWithEmptyID [2020-10-27T03:31:35.601Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestVolumeInspect [2020-10-27T03:31:35.601Z] --- PASS: TestVolumeInspect (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestVolumeListError [2020-10-27T03:31:35.601Z] --- PASS: TestVolumeListError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestVolumeList [2020-10-27T03:31:35.601Z] --- PASS: TestVolumeList (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestVolumeRemoveError [2020-10-27T03:31:35.601Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-10-27T03:31:35.601Z] === RUN TestVolumeRemove [2020-10-27T03:31:35.601Z] --- PASS: TestVolumeRemove (0.00s) [2020-10-27T03:31:35.601Z] === CONT TestTLSCloseWriter [2020-10-27T03:31:35.601Z] --- PASS: TestTLSCloseWriter (0.01s) [2020-10-27T03:31:35.601Z] PASS [2020-10-27T03:31:35.601Z] coverage: 74.9% of statements [2020-10-27T03:31:35.601Z] ok github.com/docker/docker/client 0.682s coverage: 74.9% of statements [2020-10-27T03:31:35.726Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:35.726Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:36.254Z] --- PASS: TestServiceWithDataPathPortInit (18.18s) [2020-10-27T03:31:36.254Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-27T03:31:36.843Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:31:36.843Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:31:36.860Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-10-27T03:31:36.860Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.42s) [2020-10-27T03:31:36.860Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-10-27T03:31:37.423Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2020-10-27T03:31:37.423Z] === RUN TestCgroupNamespacesRunOlderClient [2020-10-27T03:31:37.986Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-10-27T03:31:38.376Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:31:38.376Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:31:40.400Z] --- PASS: TestBuildSquashParent (7.10s) [2020-10-27T03:31:40.400Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-27T03:31:40.400Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:31:40.400Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:31:40.400Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:31:40.400Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:31:40.400Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:31:40.400Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:31:40.400Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:31:40.400Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:31:40.400Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:31:40.400Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:31:40.400Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:31:40.400Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:31:40.400Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:31:40.400Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:31:40.427Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-10-27T03:31:40.462Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:31:40.462Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:31:40.514Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.58s) [2020-10-27T03:31:40.514Z] === RUN TestKernelTCPMemory [2020-10-27T03:31:40.969Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:31:40.969Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:31:41.448Z] --- PASS: TestKernelTCPMemory (1.18s) [2020-10-27T03:31:41.448Z] === RUN TestNISDomainname [2020-10-27T03:31:42.383Z] --- PASS: TestNISDomainname (1.10s) [2020-10-27T03:31:42.383Z] === RUN TestHostnameDnsResolution [2020-10-27T03:31:42.640Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-10-27T03:31:42.879Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:31:42.879Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:31:43.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:31:43.568Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-10-27T03:31:43.746Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:31:43.777Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-10-27T03:31:43.777Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-10-27T03:31:43.824Z] --- PASS: TestHostnameDnsResolution (1.57s) [2020-10-27T03:31:43.824Z] === RUN TestStats [2020-10-27T03:31:44.787Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-10-27T03:31:44.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.70s) [2020-10-27T03:31:44.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.74s) [2020-10-27T03:31:44.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.82s) [2020-10-27T03:31:44.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.88s) [2020-10-27T03:31:44.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.06s) [2020-10-27T03:31:44.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.99s) [2020-10-27T03:31:44.787Z] === RUN TestBuildMultiStageCopy [2020-10-27T03:31:44.787Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-27T03:31:45.716Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.19s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.30s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.41s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.45s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.43s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.40s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.46s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.38s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.76s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.22s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.24s) [2020-10-27T03:31:45.880Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.20s) [2020-10-27T03:31:45.880Z] === RUN TestCgroupNamespacesRun [2020-10-27T03:31:46.252Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.95s) [2020-10-27T03:31:46.252Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zq9c45apo5498ezp8m3w95r58 Created:2020-10-27 03:31:37.969914554 +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[6bbb957c4d2048401c2cadf74d5b2b3a6baf38d0cab53a8511cb1df3a838b37c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ywstdbpbz5drm4isfvdlmzn3l EndpointID:d58f62cb0d22ec6e80ef40e571fe89d5f92a267fb224265f30615d0ed9bd7e71 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:114f099f05bd509f92c85b5a4ec7ccce87a72e40ed5c5e96daa3a3394c7f8ac2 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:6615bcc8bdbf IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ywstdbpbz5drm4isfvdlmzn3l EndpointID:d58f62cb0d22ec6e80ef40e571fe89d5f92a267fb224265f30615d0ed9bd7e71 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-10-27T03:31:46.252Z] PASS [2020-10-27T03:31:46.252Z] [2020-10-27T03:31:46.252Z] === Skipped [2020-10-27T03:31:46.252Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:31:46.252Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:31:46.252Z] [2020-10-27T03:31:46.252Z] [2020-10-27T03:31:46.252Z] DONE 23 tests, 1 skipped in 59.920s [2020-10-27T03:31:46.252Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-10-27T03:31:46.252Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:31:46.252Z] ++ set -e [2020-10-27T03:31:46.252Z] ++ '[' -n 0 ']' [2020-10-27T03:31:46.252Z] ++ set -x [2020-10-27T03:31:46.252Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:31:46.252Z] INFO: Testing against a local daemon [2020-10-27T03:31:46.252Z] === RUN TestDockerNetworkIpvlanPersistance [2020-10-27T03:31:46.252Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-10-27T03:31:46.252Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:31:46.252Z] === RUN TestDockerNetworkIpvlan [2020-10-27T03:31:46.252Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-10-27T03:31:46.252Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:31:46.252Z] PASS [2020-10-27T03:31:46.252Z] [2020-10-27T03:31:46.252Z] === Skipped [2020-10-27T03:31:46.252Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-10-27T03:31:46.252Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:31:46.252Z] [2020-10-27T03:31:46.252Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-10-27T03:31:46.252Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:31:46.252Z] [2020-10-27T03:31:46.252Z] [2020-10-27T03:31:46.252Z] DONE 2 tests, 2 skipped in 0.270s [2020-10-27T03:31:46.252Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-10-27T03:31:46.252Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:31:46.252Z] ++ set -e [2020-10-27T03:31:46.252Z] ++ '[' -n 0 ']' [2020-10-27T03:31:46.252Z] ++ set -x [2020-10-27T03:31:46.252Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:31:46.252Z] INFO: Testing against a local daemon [2020-10-27T03:31:46.252Z] === RUN TestDockerNetworkMacvlanPersistance [2020-10-27T03:31:46.646Z] --- PASS: TestStats (2.79s) [2020-10-27T03:31:46.646Z] === RUN TestStopContainerWithTimeout [2020-10-27T03:31:46.646Z] === RUN TestStopContainerWithTimeout/0 [2020-10-27T03:31:46.646Z] === PAUSE TestStopContainerWithTimeout/0 [2020-10-27T03:31:46.646Z] === RUN TestStopContainerWithTimeout/1 [2020-10-27T03:31:46.646Z] === PAUSE TestStopContainerWithTimeout/1 [2020-10-27T03:31:46.646Z] === RUN TestStopContainerWithTimeout/3 [2020-10-27T03:31:46.646Z] === PAUSE TestStopContainerWithTimeout/3 [2020-10-27T03:31:46.646Z] === RUN TestStopContainerWithTimeout/-1 [2020-10-27T03:31:46.646Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-10-27T03:31:46.646Z] === CONT TestStopContainerWithTimeout/0 [2020-10-27T03:31:46.646Z] === CONT TestStopContainerWithTimeout/-1 [2020-10-27T03:31:46.903Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-10-27T03:31:47.452Z] tests/integration/regression_test.py ...... [ 98%] [2020-10-27T03:31:47.712Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-10-27T03:31:47.712Z] tests/integration/credentials/utils_test.py . [100%] [2020-10-27T03:31:47.712Z] [2020-10-27T03:31:47.712Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-10-27T03:31:47.712Z] =========================== short test summary info ============================ [2020-10-27T03:31:47.712Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-10-27T03:31:47.712Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-10-27T03:31:47.712Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-10-27T03:31:47.712Z] Not supported on most drivers [2020-10-27T03:31:47.712Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-10-27T03:31:47.712Z] Output of docker top depends on host distro, and is not formalized. [2020-10-27T03:31:47.712Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-10-27T03:31:47.712Z] Output of docker top depends on host distro, and is not formalized. [2020-10-27T03:31:47.712Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-10-27T03:31:47.712Z] Can fail if eth0 has multiple IP addresses [2020-10-27T03:31:47.712Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-10-27T03:31:47.712Z] This doesn't seem to be taken into account by the engine [2020-10-27T03:31:47.712Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-10-27T03:31:47.712Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-10-27T03:31:47.712Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 319.84 seconds == [2020-10-27T03:31:47.833Z] === CONT TestStopContainerWithTimeout/3 [2020-10-27T03:31:47.971Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-10-27T03:31:48.004Z] --- PASS: TestCgroupNamespacesRun (1.74s) [2020-10-27T03:31:48.004Z] === RUN TestCgroupNamespacesRunPrivileged [2020-10-27T03:31:48.076Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-27T03:31:48.165Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.07s) [2020-10-27T03:31:48.165Z] === RUN TestDockerNetworkMacvlan [2020-10-27T03:31:49.107Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-10-27T03:31:49.455Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-27T03:31:49.545Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.64s) [2020-10-27T03:31:49.545Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-10-27T03:31:50.023Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-27T03:31:50.352Z] === CONT TestStopContainerWithTimeout/1 [2020-10-27T03:31:50.490Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-10-27T03:31:51.169Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.71s) [2020-10-27T03:31:51.169Z] === RUN TestCgroupNamespacesRunHostMode [2020-10-27T03:31:51.293Z] ok github.com/docker/docker/api/server/httputils 0.028s coverage: 14.7% of statements [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-10-27T03:31:51.293Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-10-27T03:31:51.293Z] ok github.com/docker/docker/api/types/strslice 0.032s coverage: 90.0% of statements [2020-10-27T03:31:51.293Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2020-10-27T03:31:51.293Z] ok github.com/docker/docker/api/server/router/swarm 0.012s coverage: 5.7% of statements [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/container [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/events [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/image [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/network [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-10-27T03:31:51.293Z] ok github.com/docker/docker/api/types/time 0.015s coverage: 100.0% of statements [2020-10-27T03:31:51.293Z] ok github.com/docker/docker/api/types/versions 0.018s coverage: 75.0% of statements [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/builder [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-10-27T03:31:51.293Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-10-27T03:31:51.293Z] ok github.com/docker/docker/builder/dockerignore 0.099s coverage: 96.8% of statements [2020-10-27T03:31:51.293Z] ok github.com/docker/docker/cli/debug 0.026s coverage: 100.0% of statements [2020-10-27T03:31:51.293Z] ok github.com/docker/docker/builder/remotecontext/git 4.022s coverage: 86.3% of statements [2020-10-27T03:31:51.293Z] ok github.com/docker/docker/builder/remotecontext 0.480s coverage: 13.6% of statements [2020-10-27T03:31:51.402Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-27T03:31:51.433Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-10-27T03:31:51.590Z] ok github.com/docker/docker/builder/dockerfile 1.164s coverage: 48.0% of statements [2020-10-27T03:31:51.590Z] ? github.com/docker/docker/cli [no test files] [2020-10-27T03:31:51.590Z] ? github.com/docker/docker/cli/config [no test files] [2020-10-27T03:31:51.718Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-10-27T03:31:51.718Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-10-27T03:31:51.718Z] --- PASS: TestStopContainerWithTimeout/0 (1.22s) [2020-10-27T03:31:51.718Z] --- PASS: TestStopContainerWithTimeout/-1 (3.17s) [2020-10-27T03:31:51.718Z] --- PASS: TestStopContainerWithTimeout/3 (2.75s) [2020-10-27T03:31:51.718Z] --- PASS: TestStopContainerWithTimeout/1 (1.75s) [2020-10-27T03:31:51.718Z] === RUN TestDeleteDevicemapper [2020-10-27T03:31:51.718Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-10-27T03:31:51.718Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-27T03:31:51.718Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-27T03:31:52.339Z] --- PASS: TestBuildMultiStageCopy (7.34s) [2020-10-27T03:31:52.339Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s) [2020-10-27T03:31:52.339Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-10-27T03:31:52.339Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-10-27T03:31:52.339Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-10-27T03:31:52.339Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-10-27T03:31:52.339Z] === RUN TestBuildMultiStageParentConfig [2020-10-27T03:31:52.680Z] --- PASS: TestCgroupNamespacesRunHostMode (1.71s) [2020-10-27T03:31:52.681Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-10-27T03:31:53.366Z] --- PASS: TestCheckoutGit (34.07s) [2020-10-27T03:31:53.366Z] === RUN TestValidGitTransport [2020-10-27T03:31:53.366Z] --- PASS: TestValidGitTransport (0.00s) [2020-10-27T03:31:53.366Z] === RUN TestGitInvalidRef [2020-10-27T03:31:53.366Z] --- PASS: TestGitInvalidRef (0.23s) [2020-10-27T03:31:53.366Z] PASS [2020-10-27T03:31:53.366Z] coverage: 86.3% of statements [2020-10-27T03:31:53.366Z] ok github.com/docker/docker/builder/remotecontext/git 34.491s coverage: 86.3% of statements [2020-10-27T03:31:53.366Z] ? github.com/docker/docker/cli [no test files] [2020-10-27T03:31:53.366Z] ? github.com/docker/docker/cli/config [no test files] [2020-10-27T03:31:53.610Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-10-27T03:31:54.752Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2020-10-27T03:31:54.753Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-10-27T03:31:54.979Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-10-27T03:31:55.549Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.71s) [2020-10-27T03:31:55.549Z] === RUN TestUpdateMemory [2020-10-27T03:31:55.549Z] --- SKIP: TestUpdateMemory (0.01s) [2020-10-27T03:31:55.549Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:31:55.549Z] === RUN TestUpdateCPUQuota [2020-10-27T03:31:55.636Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-10-27T03:31:56.265Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.68s) [2020-10-27T03:31:56.265Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-10-27T03:31:56.916Z] --- PASS: TestUpdateCPUQuota (1.59s) [2020-10-27T03:31:56.916Z] === RUN TestUpdatePidsLimit [2020-10-27T03:31:56.916Z] === RUN TestUpdatePidsLimit/update_from_none [2020-10-27T03:31:56.970Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s) [2020-10-27T03:31:56.970Z] === RUN TestCgroupNamespacesRunOlderClient [2020-10-27T03:31:57.480Z] === RUN TestUpdatePidsLimit/no_change [2020-10-27T03:31:57.658Z] --- PASS: TestBuildMultiStageParentConfig (5.01s) [2020-10-27T03:31:57.658Z] === RUN TestBuildLabelWithTargets [2020-10-27T03:31:57.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-10-27T03:31:57.736Z] === RUN TestUpdatePidsLimit/update_lower [2020-10-27T03:31:58.180Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-10-27T03:31:58.299Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-10-27T03:31:58.555Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-10-27T03:31:58.566Z] ok github.com/docker/docker/client 0.543s coverage: 75.4% of statements [2020-10-27T03:31:59.046Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2020-10-27T03:31:59.046Z] === RUN TestKernelTCPMemory [2020-10-27T03:31:59.118Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-10-27T03:31:59.375Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-10-27T03:31:59.711Z] --- PASS: TestKernelTCPMemory (0.91s) [2020-10-27T03:31:59.711Z] === RUN TestNISDomainname [2020-10-27T03:31:59.938Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-10-27T03:32:00.181Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-27T03:32:00.181Z] [2020-10-27T03:32:00.181Z] Unloading profiles will leave already running processes permanently [2020-10-27T03:32:00.181Z] unconfined, which can lead to unexpected situations. [2020-10-27T03:32:00.181Z] [2020-10-27T03:32:00.181Z] To set a process to complain mode, use the command line tool [2020-10-27T03:32:00.181Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-27T03:32:00.181Z] [2020-10-27T03:32:00.501Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory Post stage [2020-10-27T03:32:00.758Z] --- PASS: TestUpdatePidsLimit (3.68s) [2020-10-27T03:32:00.758Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2020-10-27T03:32:00.758Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2020-10-27T03:32:00.758Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-10-27T03:32:00.758Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s) [2020-10-27T03:32:00.758Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.48s) [2020-10-27T03:32:00.758Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2020-10-27T03:32:00.758Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-10-27T03:32:00.758Z] === RUN TestUpdateRestartPolicy [Pipeline] junit [2020-10-27T03:32:00.763Z] Recording test results [2020-10-27T03:32:00.824Z] --- PASS: TestNISDomainname (0.94s) [2020-10-27T03:32:00.824Z] === RUN TestHostnameDnsResolution [Pipeline] sh [2020-10-27T03:32:01.014Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-10-27T03:32:01.280Z] + echo Ensuring container killed. [2020-10-27T03:32:01.280Z] Ensuring container killed. [2020-10-27T03:32:01.280Z] + docker rm -vf docker-pr1 [2020-10-27T03:32:01.280Z] Error: No such container: docker-pr1 [2020-10-27T03:32:01.280Z] + true [Pipeline] sh [2020-10-27T03:32:01.563Z] + echo Chowning /workspace to jenkins user [2020-10-27T03:32:01.563Z] Chowning /workspace to jenkins user [2020-10-27T03:32:01.563Z] + id -u [2020-10-27T03:32:01.563Z] + id -g [2020-10-27T03:32:01.563Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41593:/workspace busybox chown -R 1000:1000 /workspace [2020-10-27T03:32:01.577Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-10-27T03:32:01.994Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestConfigureDaemonLogs [2020-10-27T03:32:01.994Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestCommonOptionsInstallFlags [2020-10-27T03:32:01.994Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-10-27T03:32:01.994Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-10-27T03:32:01.994Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-10-27T03:32:01.994Z] PASS [2020-10-27T03:32:01.994Z] coverage: 18.5% of statements [2020-10-27T03:32:01.994Z] ok github.com/docker/docker/cmd/dockerd 0.605s coverage: 18.5% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-27T03:32:02.406Z] --- PASS: TestHostnameDnsResolution (1.68s) [2020-10-27T03:32:02.406Z] === RUN TestStats [2020-10-27T03:32:02.430Z] + bundleName=docker-py [2020-10-27T03:32:02.430Z] + echo Creating docker-py-bundles.tar.gz [2020-10-27T03:32:02.430Z] Creating docker-py-bundles.tar.gz [2020-10-27T03:32:02.430Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2020-10-27T03:32:02.457Z] Archiving artifacts [2020-10-27T03:32:02.725Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41593/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-10-27T03:32:02.946Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-10-27T03:32:02.973Z] === RUN TestContainerStopSignal [2020-10-27T03:32:02.973Z] --- PASS: TestContainerStopSignal (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestContainerStopTimeout [2020-10-27T03:32:02.973Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestContainerSecretReferenceDestTarget [2020-10-27T03:32:02.973Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-10-27T03:32:02.973Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestContainerLogPathSetForRingLogger [2020-10-27T03:32:02.973Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestReplaceAndAppendEnvVars [2020-10-27T03:32:02.973Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-10-27T03:32:02.973Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-10-27T03:32:02.973Z] === RUN TestNewMemoryStore [2020-10-27T03:32:02.973Z] --- PASS: TestNewMemoryStore (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestAddContainers [2020-10-27T03:32:02.973Z] --- PASS: TestAddContainers (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestGetContainer [2020-10-27T03:32:02.973Z] --- PASS: TestGetContainer (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestDeleteContainer [2020-10-27T03:32:02.973Z] --- PASS: TestDeleteContainer (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestListContainers [2020-10-27T03:32:02.973Z] --- PASS: TestListContainers (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestFirstContainer [2020-10-27T03:32:02.973Z] --- PASS: TestFirstContainer (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestApplyAllContainer [2020-10-27T03:32:02.973Z] --- PASS: TestApplyAllContainer (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestIsValidHealthString [2020-10-27T03:32:02.973Z] --- PASS: TestIsValidHealthString (0.00s) [2020-10-27T03:32:02.973Z] === RUN TestStateRunStop [2020-10-27T03:32:02.973Z] --- PASS: TestStateRunStop (0.00s) [2020-10-27T03:32:03.084Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/make.sh binary-daemon [2020-10-27T03:32:03.343Z] [2020-10-27T03:32:03.438Z] === RUN TestStateTimeoutWait [2020-10-27T03:32:03.438Z] --- PASS: TestStateTimeoutWait (0.10s) [2020-10-27T03:32:03.438Z] state_test.go:141: Stop callback fired [2020-10-27T03:32:03.438Z] state_test.go:165: Stop callback fired [2020-10-27T03:32:03.438Z] === RUN TestIsValidStateString [2020-10-27T03:32:03.438Z] --- PASS: TestIsValidStateString (0.00s) [2020-10-27T03:32:03.438Z] === RUN TestViewSaveDelete [2020-10-27T03:32:03.438Z] --- PASS: TestViewSaveDelete (0.01s) [2020-10-27T03:32:03.438Z] === RUN TestViewAll [2020-10-27T03:32:03.438Z] --- PASS: TestViewAll (0.02s) [2020-10-27T03:32:03.438Z] === RUN TestViewGet [2020-10-27T03:32:03.438Z] --- PASS: TestViewGet (0.01s) [2020-10-27T03:32:03.438Z] === RUN TestNames [2020-10-27T03:32:03.438Z] --- PASS: TestNames (0.00s) [2020-10-27T03:32:03.438Z] === RUN TestViewWithHealthCheck [2020-10-27T03:32:03.438Z] --- PASS: TestViewWithHealthCheck (0.01s) [2020-10-27T03:32:03.438Z] PASS [2020-10-27T03:32:03.438Z] coverage: 41.6% of statements [2020-10-27T03:32:03.438Z] ok github.com/docker/docker/container 0.471s coverage: 41.6% of statements [2020-10-27T03:32:03.438Z] ? github.com/docker/docker/container/stream [no test files] [2020-10-27T03:32:03.438Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-10-27T03:32:03.438Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-10-27T03:32:03.438Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-10-27T03:32:03.602Z] Removing bundles/ [2020-10-27T03:32:03.602Z] [2020-10-27T03:32:03.602Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-10-27T03:32:03.602Z] Building: bundles/binary-daemon/dockerd-dev [2020-10-27T03:32:03.602Z] GOOS="" GOARCH="" GOARM="" [2020-10-27T03:32:03.875Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-10-27T03:32:04.767Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-10-27T03:32:05.138Z] --- PASS: TestStats (2.89s) [2020-10-27T03:32:05.139Z] === RUN TestStopContainerWithTimeout [2020-10-27T03:32:05.139Z] === RUN TestStopContainerWithTimeout/0 [2020-10-27T03:32:05.139Z] === PAUSE TestStopContainerWithTimeout/0 [2020-10-27T03:32:05.139Z] === RUN TestStopContainerWithTimeout/1 [2020-10-27T03:32:05.139Z] === PAUSE TestStopContainerWithTimeout/1 [2020-10-27T03:32:05.139Z] === RUN TestStopContainerWithTimeout/3 [2020-10-27T03:32:05.139Z] === PAUSE TestStopContainerWithTimeout/3 [2020-10-27T03:32:05.139Z] === RUN TestStopContainerWithTimeout/-1 [2020-10-27T03:32:05.139Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-10-27T03:32:05.139Z] === CONT TestStopContainerWithTimeout/0 [2020-10-27T03:32:05.139Z] === CONT TestStopContainerWithTimeout/3 [2020-10-27T03:32:05.639Z] === RUN TestPrepare [2020-10-27T03:32:05.639Z] --- PASS: TestPrepare (0.00s) [2020-10-27T03:32:05.639Z] === RUN TestStart [2020-10-27T03:32:05.639Z] --- PASS: TestStart (0.00s) [2020-10-27T03:32:05.639Z] === RUN TestWaitCancel [2020-10-27T03:32:05.639Z] --- PASS: TestWaitCancel (0.00s) [2020-10-27T03:32:05.639Z] === RUN TestWaitDisabled [2020-10-27T03:32:05.639Z] --- PASS: TestWaitDisabled (0.00s) [2020-10-27T03:32:05.639Z] === RUN TestWaitEnabled [2020-10-27T03:32:05.639Z] --- PASS: TestWaitEnabled (0.00s) [2020-10-27T03:32:05.639Z] === RUN TestRemove [2020-10-27T03:32:05.639Z] --- PASS: TestRemove (0.00s) [2020-10-27T03:32:05.639Z] PASS [2020-10-27T03:32:05.639Z] coverage: 65.3% of statements [2020-10-27T03:32:05.639Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.275s coverage: 65.3% of statements [2020-10-27T03:32:05.772Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-10-27T03:32:05.779Z] --- PASS: TestBuildLabelWithTargets (7.99s) [2020-10-27T03:32:05.779Z] === RUN TestBuildWithEmptyLayers [2020-10-27T03:32:06.208Z] === CONT TestStopContainerWithTimeout/1 [2020-10-27T03:32:06.684Z] --- PASS: TestDockerNetworkMacvlan (18.47s) [2020-10-27T03:32:06.684Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-10-27T03:32:06.684Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-10-27T03:32:06.684Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.03s) [2020-10-27T03:32:06.684Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.05s) [2020-10-27T03:32:06.684Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.70s) [2020-10-27T03:32:06.684Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.35s) [2020-10-27T03:32:06.684Z] PASS [2020-10-27T03:32:06.684Z] [2020-10-27T03:32:06.684Z] DONE 8 tests in 20.784s [2020-10-27T03:32:06.684Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-10-27T03:32:06.684Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:06.684Z] ++ set -e [2020-10-27T03:32:06.684Z] ++ '[' -n 0 ']' [2020-10-27T03:32:06.684Z] ++ set -x [2020-10-27T03:32:06.684Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:06.684Z] testing: warning: no tests to run [2020-10-27T03:32:06.684Z] PASS [2020-10-27T03:32:06.684Z] [2020-10-27T03:32:06.684Z] DONE 0 tests in 0.030s [2020-10-27T03:32:06.684Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-10-27T03:32:06.684Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:06.684Z] ++ set -e [2020-10-27T03:32:06.684Z] ++ '[' -n 0 ']' [2020-10-27T03:32:06.684Z] ++ set -x [2020-10-27T03:32:06.684Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:06.684Z] INFO: Testing against a local daemon [2020-10-27T03:32:06.684Z] === RUN TestAuthZPluginAllowRequest [2020-10-27T03:32:08.312Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2020-10-27T03:32:08.312Z] === RUN TestBuildMultiStageOnBuild [2020-10-27T03:32:08.336Z] === CONT TestStopContainerWithTimeout/-1 [2020-10-27T03:32:08.597Z] --- PASS: TestAuthZPluginAllowRequest (1.80s) [2020-10-27T03:32:08.597Z] === RUN TestAuthZPluginTLS [2020-10-27T03:32:09.169Z] --- PASS: TestAuthZPluginTLS (0.69s) [2020-10-27T03:32:09.169Z] === RUN TestAuthZPluginDenyRequest [2020-10-27T03:32:09.408Z] === RUN TestNewListSecretsFilters [2020-10-27T03:32:09.408Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestNewListConfigsFilters [2020-10-27T03:32:09.408Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-10-27T03:32:09.408Z] PASS [2020-10-27T03:32:09.408Z] coverage: 0.5% of statements [2020-10-27T03:32:09.408Z] ok github.com/docker/docker/daemon/cluster 1.129s coverage: 0.5% of statements [2020-10-27T03:32:09.408Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-10-27T03:32:09.408Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.15s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCIsolation [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCIsolation [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-10-27T03:32:09.408Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCConfigs [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCConfigs [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-10-27T03:32:09.408Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-10-27T03:32:09.408Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-10-27T03:32:09.740Z] --- PASS: TestAuthZPluginDenyRequest (0.69s) [2020-10-27T03:32:09.740Z] === RUN TestAuthZPluginAPIDenyResponse [2020-10-27T03:32:09.872Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-10-27T03:32:09.872Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-10-27T03:32:09.872Z] PASS [2020-10-27T03:32:09.872Z] coverage: 35.9% of statements [2020-10-27T03:32:09.872Z] ok github.com/docker/docker/daemon/cluster/convert 0.535s coverage: 35.9% of statements [2020-10-27T03:32:10.684Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.67s) [2020-10-27T03:32:10.684Z] === RUN TestAuthZPluginDenyResponse [2020-10-27T03:32:11.028Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-10-27T03:32:11.171Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-10-27T03:32:11.171Z] --- PASS: TestStopContainerWithTimeout/0 (1.02s) [2020-10-27T03:32:11.171Z] --- PASS: TestStopContainerWithTimeout/1 (1.94s) [2020-10-27T03:32:11.171Z] --- PASS: TestStopContainerWithTimeout/3 (3.04s) [2020-10-27T03:32:11.171Z] --- PASS: TestStopContainerWithTimeout/-1 (2.95s) [2020-10-27T03:32:11.171Z] === RUN TestDeleteDevicemapper [2020-10-27T03:32:11.171Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-10-27T03:32:11.171Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-27T03:32:11.171Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-27T03:32:11.256Z] --- PASS: TestAuthZPluginDenyResponse (0.68s) [2020-10-27T03:32:11.256Z] === RUN TestAuthZPluginAllowEventStream [2020-10-27T03:32:11.592Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-10-27T03:32:12.526Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-10-27T03:32:12.782Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-10-27T03:32:13.176Z] --- PASS: TestAuthZPluginAllowEventStream (1.76s) [2020-10-27T03:32:13.176Z] === RUN TestAuthZPluginErrorResponse [2020-10-27T03:32:13.345Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-10-27T03:32:13.437Z] --- PASS: TestAuthZPluginErrorResponse (0.64s) [2020-10-27T03:32:13.437Z] === RUN TestAuthZPluginErrorRequest [2020-10-27T03:32:13.588Z] --- PASS: TestBuildMultiStageOnBuild (5.01s) [2020-10-27T03:32:13.588Z] === RUN TestBuildUncleanTarFilenames [2020-10-27T03:32:13.603Z] --- PASS: TestUpdateRestartPolicy (12.90s) [2020-10-27T03:32:13.603Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-27T03:32:13.848Z] --- PASS: TestBuildUncleanTarFilenames (0.67s) [2020-10-27T03:32:13.849Z] === RUN TestBuildMultiStageLayerLeak [2020-10-27T03:32:14.381Z] --- PASS: TestAuthZPluginErrorRequest (0.63s) [2020-10-27T03:32:14.381Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-10-27T03:32:14.534Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s) [2020-10-27T03:32:14.534Z] === RUN TestWaitNonBlocked [2020-10-27T03:32:14.534Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:32:14.534Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:32:14.534Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:32:14.534Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:32:14.534Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:32:14.534Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:32:14.534Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-10-27T03:32:14.758Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.56s) [2020-10-27T03:32:14.758Z] === RUN TestUpdateMemory [2020-10-27T03:32:14.758Z] --- SKIP: TestUpdateMemory (0.00s) [2020-10-27T03:32:14.758Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:32:14.758Z] === RUN TestUpdateCPUQuota [2020-10-27T03:32:14.955Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.66s) [2020-10-27T03:32:14.955Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-10-27T03:32:15.464Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-10-27T03:32:15.711Z] === RUN TestDiscoveryOptsErrors [2020-10-27T03:32:15.711Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-10-27T03:32:15.711Z] === RUN TestDiscoveryOpts [2020-10-27T03:32:15.711Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-10-27T03:32:15.711Z] PASS [2020-10-27T03:32:15.711Z] coverage: 30.0% of statements [2020-10-27T03:32:15.711Z] ok github.com/docker/docker/daemon/discovery 0.163s coverage: 30.0% of statements [2020-10-27T03:32:15.711Z] === RUN TestBuilderGC [2020-10-27T03:32:15.711Z] --- PASS: TestBuilderGC (0.01s) [2020-10-27T03:32:15.711Z] === RUN TestDaemonConfigurationNotFound [2020-10-27T03:32:15.711Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-10-27T03:32:15.711Z] === RUN TestDaemonBrokenConfiguration [2020-10-27T03:32:15.711Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-10-27T03:32:15.711Z] === RUN TestParseClusterAdvertiseSettings [2020-10-27T03:32:15.711Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-10-27T03:32:15.711Z] === RUN TestFindConfigurationConflicts [2020-10-27T03:32:15.711Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-10-27T03:32:15.711Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-10-27T03:32:15.711Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-10-27T03:32:15.711Z] === RUN TestDaemonConfigurationMergeConflicts [2020-10-27T03:32:15.711Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-10-27T03:32:15.711Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-10-27T03:32:15.711Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-10-27T03:32:15.711Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-10-27T03:32:15.711Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-10-27T03:32:15.711Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-10-27T03:32:15.712Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-10-27T03:32:15.712Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-10-27T03:32:15.712Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-10-27T03:32:15.712Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-10-27T03:32:15.712Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-10-27T03:32:15.712Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-10-27T03:32:15.712Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-10-27T03:32:15.712Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-10-27T03:32:15.712Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-10-27T03:32:15.712Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-10-27T03:32:15.712Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-10-27T03:32:15.712Z] === RUN TestValidateConfiguration [2020-10-27T03:32:15.712Z] === RUN TestValidateConfiguration/with_label [2020-10-27T03:32:15.712Z] === RUN TestValidateConfiguration/with_dns [2020-10-27T03:32:15.712Z] === RUN TestValidateConfiguration/with_dns-search [2020-10-27T03:32:15.712Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-10-27T03:32:15.712Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-10-27T03:32:15.712Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-10-27T03:32:15.712Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-10-27T03:32:15.712Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfiguration (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-10-27T03:32:15.712Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-10-27T03:32:15.712Z] === RUN TestModifiedDiscoverySettings [2020-10-27T03:32:15.712Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-10-27T03:32:15.712Z] === RUN TestReloadSetConfigFileNotExist [2020-10-27T03:32:15.721Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-10-27T03:32:15.721Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.25s) [2020-10-27T03:32:15.721Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.32s) [2020-10-27T03:32:15.721Z] === RUN TestWaitBlocked [2020-10-27T03:32:15.721Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:32:15.721Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:32:15.721Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:32:15.721Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:32:15.721Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:32:15.721Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:32:15.871Z] --- PASS: TestUpdateCPUQuota (1.21s) [2020-10-27T03:32:15.871Z] === RUN TestUpdatePidsLimit [2020-10-27T03:32:15.871Z] === RUN TestUpdatePidsLimit/update_from_none [2020-10-27T03:32:16.163Z] === RUN TestUpdatePidsLimit/no_change [2020-10-27T03:32:16.175Z] time="2020-10-27T03:32:15Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-10-27T03:32:16.175Z] --- PASS: TestReloadSetConfigFileNotExist (0.16s) [2020-10-27T03:32:16.175Z] === RUN TestReloadDefaultConfigNotExist [2020-10-27T03:32:16.175Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2020-10-27T03:32:16.175Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:32:16.175Z] === RUN TestReloadBadDefaultConfig [2020-10-27T03:32:16.175Z] time="2020-10-27T03:32:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-057873235" [2020-10-27T03:32:16.175Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-10-27T03:32:16.175Z] === RUN TestReloadWithConflictingLabels [2020-10-27T03:32:16.175Z] time="2020-10-27T03:32:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-012944534" [2020-10-27T03:32:16.175Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2020-10-27T03:32:16.175Z] === RUN TestReloadWithDuplicateLabels [2020-10-27T03:32:16.175Z] time="2020-10-27T03:32:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-958403837" [2020-10-27T03:32:16.175Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2020-10-27T03:32:16.175Z] === RUN TestDaemonConfigurationMerge [2020-10-27T03:32:16.175Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-10-27T03:32:16.175Z] PASS [2020-10-27T03:32:16.175Z] coverage: 79.7% of statements [2020-10-27T03:32:16.175Z] ok github.com/docker/docker/daemon/config 0.617s coverage: 79.7% of statements [2020-10-27T03:32:16.640Z] === RUN TestWaitNodeAttachment [2020-10-27T03:32:16.796Z] === RUN TestUpdatePidsLimit/update_lower [2020-10-27T03:32:17.087Z] --- PASS: TestWaitBlocked (0.03s) [2020-10-27T03:32:17.087Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.17s) [2020-10-27T03:32:17.087Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.30s) [2020-10-27T03:32:17.087Z] === CONT TestContainerStartOnDaemonRestart [2020-10-27T03:32:17.087Z] === CONT TestIpcModeOlderClient [2020-10-27T03:32:17.087Z] --- PASS: TestIpcModeOlderClient (0.11s) [2020-10-27T03:32:17.087Z] === CONT TestDaemonHostGatewayIP [2020-10-27T03:32:17.087Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-10-27T03:32:17.088Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-10-27T03:32:17.104Z] --- PASS: TestWaitNodeAttachment (0.40s) [2020-10-27T03:32:17.104Z] === RUN TestIsolationConversion [2020-10-27T03:32:17.104Z] === RUN TestIsolationConversion/default [2020-10-27T03:32:17.104Z] === RUN TestIsolationConversion/process [2020-10-27T03:32:17.104Z] === RUN TestIsolationConversion/hyperv [2020-10-27T03:32:17.104Z] --- PASS: TestIsolationConversion (0.00s) [2020-10-27T03:32:17.104Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-10-27T03:32:17.104Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-10-27T03:32:17.104Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-10-27T03:32:17.104Z] === RUN TestContainerLabels [2020-10-27T03:32:17.104Z] --- PASS: TestContainerLabels (0.00s) [2020-10-27T03:32:17.104Z] === RUN TestCredentialSpecConversion [2020-10-27T03:32:17.104Z] === RUN TestCredentialSpecConversion/none [2020-10-27T03:32:17.104Z] === RUN TestCredentialSpecConversion/config [2020-10-27T03:32:17.104Z] === RUN TestCredentialSpecConversion/file [2020-10-27T03:32:17.104Z] === RUN TestCredentialSpecConversion/registry [2020-10-27T03:32:17.104Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-10-27T03:32:17.104Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-10-27T03:32:17.104Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-10-27T03:32:17.104Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-10-27T03:32:17.104Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-10-27T03:32:17.104Z] === RUN TestControllerValidateMountBind [2020-10-27T03:32:17.104Z] --- PASS: TestControllerValidateMountBind (0.00s) [2020-10-27T03:32:17.104Z] === RUN TestControllerValidateMountVolume [2020-10-27T03:32:17.104Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-10-27T03:32:17.104Z] === RUN TestControllerValidateMountTarget [2020-10-27T03:32:17.104Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-10-27T03:32:17.104Z] === RUN TestControllerValidateMountTmpfs [2020-10-27T03:32:17.104Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-10-27T03:32:17.104Z] === RUN TestControllerValidateMountInvalidType [2020-10-27T03:32:17.104Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-10-27T03:32:17.104Z] === RUN TestControllerValidateMountNamedPipe [2020-10-27T03:32:17.104Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-10-27T03:32:17.104Z] PASS [2020-10-27T03:32:17.104Z] coverage: 11.3% of statements [2020-10-27T03:32:17.104Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.495s coverage: 11.3% of statements [2020-10-27T03:32:17.380Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-10-27T03:32:17.500Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.25s) [2020-10-27T03:32:17.500Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-10-27T03:32:17.672Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-10-27T03:32:18.043Z] --- PASS: TestBuildMultiStageLayerLeak (4.33s) [2020-10-27T03:32:18.043Z] === RUN TestBuildWithHugeFile [2020-10-27T03:32:18.082Z] === RUN TestVerifyNetworkingConfig [2020-10-27T03:32:18.082Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestGetContainer [2020-10-27T03:32:18.082Z] --- PASS: TestGetContainer (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestValidContainerNames [2020-10-27T03:32:18.082Z] --- PASS: TestValidContainerNames (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestContainerInitDNS [2020-10-27T03:32:18.082Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-10-27T03:32:18.082Z] daemon_test.go:147: root required [2020-10-27T03:32:18.082Z] === RUN TestMerge [2020-10-27T03:32:18.082Z] --- PASS: TestMerge (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestValidateContainerIsolation [2020-10-27T03:32:18.082Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestFindNetworkErrorType [2020-10-27T03:32:18.082Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestEnsureServicesExist [2020-10-27T03:32:18.082Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestEnsureServicesExistErrors [2020-10-27T03:32:18.082Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-10-27T03:32:18.082Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-10-27T03:32:18.082Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-10-27T03:32:18.082Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-10-27T03:32:18.082Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-10-27T03:32:18.082Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-10-27T03:32:18.082Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestContainerDelete [2020-10-27T03:32:18.082Z] --- PASS: TestContainerDelete (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestContainerDoubleDelete [2020-10-27T03:32:18.082Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestLogContainerEventCopyLabels [2020-10-27T03:32:18.082Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestLogContainerEventWithAttributes [2020-10-27T03:32:18.082Z] --- PASS: TestLogContainerEventWithAttributes (0.01s) [2020-10-27T03:32:18.082Z] === RUN TestNoneHealthcheck [2020-10-27T03:32:18.082Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-10-27T03:32:18.082Z] === RUN TestHealthStates [2020-10-27T03:32:18.305Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-10-27T03:32:18.547Z] time="2020-10-27T03:32:17Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-27T03:32:18.547Z] time="2020-10-27T03:32:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-27T03:32:18.547Z] time="2020-10-27T03:32:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-27T03:32:18.547Z] time="2020-10-27T03:32:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-27T03:32:18.547Z] time="2020-10-27T03:32:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-27T03:32:18.547Z] time="2020-10-27T03:32:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-27T03:32:18.547Z] time="2020-10-27T03:32:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-27T03:32:18.547Z] time="2020-10-27T03:32:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-27T03:32:18.547Z] time="2020-10-27T03:32:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-27T03:32:18.547Z] time="2020-10-27T03:32:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-27T03:32:18.547Z] --- PASS: TestHealthStates (0.16s) [2020-10-27T03:32:18.547Z] === RUN TestMaskURLCredentials [2020-10-27T03:32:18.547Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-10-27T03:32:18.547Z] === RUN TestGetInspectData [2020-10-27T03:32:18.547Z] --- PASS: TestGetInspectData (0.00s) [2020-10-27T03:32:18.547Z] === RUN TestFillLicense [2020-10-27T03:32:18.547Z] --- PASS: TestFillLicense (0.00s) [2020-10-27T03:32:18.547Z] === RUN TestListInvalidFilter [2020-10-27T03:32:18.547Z] --- PASS: TestListInvalidFilter (0.00s) [2020-10-27T03:32:18.547Z] === RUN TestNameFilter [2020-10-27T03:32:18.547Z] --- PASS: TestNameFilter (0.02s) [2020-10-27T03:32:18.547Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-10-27T03:32:18.547Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-10-27T03:32:18.547Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-10-27T03:32:18.547Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-10-27T03:32:18.547Z] === RUN TestDaemonReloadLabels [2020-10-27T03:32:18.547Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-10-27T03:32:18.547Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-10-27T03:32:18.547Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-10-27T03:32:18.547Z] === RUN TestDaemonReloadMirrors [2020-10-27T03:32:18.547Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-10-27T03:32:18.547Z] === RUN TestDaemonReloadInsecureRegistries [2020-10-27T03:32:18.547Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-10-27T03:32:18.547Z] === RUN TestDaemonReloadNotAffectOthers [2020-10-27T03:32:18.547Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-10-27T03:32:18.547Z] === RUN TestDaemonDiscoveryReload [2020-10-27T03:32:19.355Z] --- PASS: TestUpdatePidsLimit (3.58s) [2020-10-27T03:32:19.355Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2020-10-27T03:32:19.355Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-10-27T03:32:19.355Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2020-10-27T03:32:19.355Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-10-27T03:32:19.355Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-10-27T03:32:19.355Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2020-10-27T03:32:19.355Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-10-27T03:32:19.355Z] === RUN TestUpdateRestartPolicy [2020-10-27T03:32:19.415Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.27s) [2020-10-27T03:32:19.415Z] === RUN TestAuthZPluginHeader [2020-10-27T03:32:19.525Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2020-10-27T03:32:19.525Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-10-27T03:32:19.525Z] === RUN TestEventsLog [2020-10-27T03:32:19.525Z] --- PASS: TestEventsLog (0.00s) [2020-10-27T03:32:19.525Z] === RUN TestEventsLogTimeout [2020-10-27T03:32:19.525Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-10-27T03:32:19.525Z] === RUN TestLogEvents [2020-10-27T03:32:19.525Z] --- PASS: TestLogEvents (0.05s) [2020-10-27T03:32:19.525Z] === RUN TestLoadBufferedEvents [2020-10-27T03:32:19.989Z] --- PASS: TestLoadBufferedEvents (0.15s) [2020-10-27T03:32:19.989Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-10-27T03:32:19.989Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-10-27T03:32:19.989Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-10-27T03:32:19.989Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-10-27T03:32:19.989Z] PASS [2020-10-27T03:32:19.989Z] coverage: 50.0% of statements [2020-10-27T03:32:19.989Z] ok github.com/docker/docker/daemon/events 0.393s coverage: 50.0% of statements [2020-10-27T03:32:19.989Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.53s) [2020-10-27T03:32:19.989Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-10-27T03:32:20.359Z] --- PASS: TestAuthZPluginHeader (1.01s) [2020-10-27T03:32:20.359Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-10-27T03:32:20.359Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-27T03:32:20.359Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:32:20.359Z] === RUN TestAuthZPluginV2Disable [2020-10-27T03:32:20.359Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-10-27T03:32:20.359Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:32:20.359Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-10-27T03:32:20.359Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-27T03:32:20.359Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:32:20.359Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-10-27T03:32:20.359Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-27T03:32:20.359Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:32:20.359Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-10-27T03:32:20.362Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-10-27T03:32:20.454Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2020-10-27T03:32:20.454Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-10-27T03:32:20.454Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-10-27T03:32:20.454Z] reload_test.go:520: root required [2020-10-27T03:32:20.454Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-10-27T03:32:20.454Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2020-10-27T03:32:20.454Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-10-27T03:32:20.454Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2020-10-27T03:32:20.454Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-10-27T03:32:20.454Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2020-10-27T03:32:20.454Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-10-27T03:32:20.454Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2020-10-27T03:32:20.454Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-10-27T03:32:20.454Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-10-27T03:32:20.454Z] === RUN TestParseVolumesFrom [2020-10-27T03:32:20.454Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-10-27T03:32:20.454Z] PASS [2020-10-27T03:32:20.454Z] coverage: 9.1% of statements [2020-10-27T03:32:20.454Z] ok github.com/docker/docker/daemon 4.145s coverage: 9.1% of statements [2020-10-27T03:32:20.454Z] === RUN TestIsEmptyDir [2020-10-27T03:32:20.454Z] --- PASS: TestIsEmptyDir (0.01s) [2020-10-27T03:32:20.454Z] PASS [2020-10-27T03:32:20.454Z] coverage: 2.3% of statements [2020-10-27T03:32:20.454Z] ok github.com/docker/docker/daemon/graphdriver 0.304s coverage: 2.3% of statements [2020-10-27T03:32:20.454Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-10-27T03:32:20.454Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-10-27T03:32:20.454Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-10-27T03:32:20.454Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-10-27T03:32:20.454Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-10-27T03:32:20.454Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-10-27T03:32:20.454Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-10-27T03:32:20.454Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-10-27T03:32:20.454Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-10-27T03:32:20.455Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-10-27T03:32:20.455Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-10-27T03:32:20.455Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-10-27T03:32:20.455Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-10-27T03:32:20.455Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-10-27T03:32:20.455Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-10-27T03:32:21.294Z] --- PASS: TestContainerStartOnDaemonRestart (4.16s) [2020-10-27T03:32:21.294Z] === CONT TestContainerKillOnDaemonStart [2020-10-27T03:32:21.434Z] === RUN TestLinkNaming [2020-10-27T03:32:21.434Z] --- PASS: TestLinkNaming (0.00s) [2020-10-27T03:32:21.434Z] === RUN TestLinkNew [2020-10-27T03:32:21.434Z] --- PASS: TestLinkNew (0.00s) [2020-10-27T03:32:21.434Z] === RUN TestLinkEnv [2020-10-27T03:32:21.434Z] --- PASS: TestLinkEnv (0.00s) [2020-10-27T03:32:21.434Z] === RUN TestLinkMultipleEnv [2020-10-27T03:32:21.434Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-10-27T03:32:21.434Z] === RUN TestLinkPortRangeEnv [2020-10-27T03:32:21.434Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-10-27T03:32:21.434Z] PASS [2020-10-27T03:32:21.434Z] coverage: 93.0% of statements [2020-10-27T03:32:21.434Z] ok github.com/docker/docker/daemon/links 0.074s coverage: 93.0% of statements [2020-10-27T03:32:21.550Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-10-27T03:32:22.479Z] --- PASS: TestDaemonHostGatewayIP (5.42s) [2020-10-27T03:32:22.479Z] === CONT TestDaemonRestartIpcMode [2020-10-27T03:32:23.409Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-10-27T03:32:23.409Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-10-27T03:32:23.409Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-10-27T03:32:23.409Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-10-27T03:32:24.341Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-10-27T03:32:25.215Z] === RUN TestSearchRegistryForImagesErrors [2020-10-27T03:32:25.216Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestSearchRegistryForImages [2020-10-27T03:32:25.216Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-10-27T03:32:25.216Z] PASS [2020-10-27T03:32:25.216Z] coverage: 4.9% of statements [2020-10-27T03:32:25.216Z] ok github.com/docker/docker/daemon/images 0.666s coverage: 4.9% of statements [2020-10-27T03:32:25.216Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-10-27T03:32:25.216Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-10-27T03:32:25.216Z] === RUN TestNewStreamConfig [2020-10-27T03:32:25.216Z] === RUN TestNewStreamConfig/defaults [2020-10-27T03:32:25.216Z] === RUN TestNewStreamConfig/invalid_create_group [2020-10-27T03:32:25.216Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-10-27T03:32:25.216Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-10-27T03:32:25.216Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-10-27T03:32:25.216Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-10-27T03:32:25.216Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-10-27T03:32:25.216Z] --- PASS: TestNewStreamConfig (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-10-27T03:32:25.216Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-10-27T03:32:25.216Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestNewAWSLogsClientRegionDetect [2020-10-27T03:32:25.216Z] time="2020-10-27T03:32:24Z" level=info msg="Trying to get region from EC2 Metadata" [2020-10-27T03:32:25.216Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.15s) [2020-10-27T03:32:25.216Z] === RUN TestCreateSuccess [2020-10-27T03:32:25.216Z] --- PASS: TestCreateSuccess (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCreateLogGroupSuccess [2020-10-27T03:32:25.216Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCreateError [2020-10-27T03:32:25.216Z] --- PASS: TestCreateError (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCreateAlreadyExists [2020-10-27T03:32:25.216Z] time="2020-10-27T03:32:24Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-10-27T03:32:25.216Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestLogClosed [2020-10-27T03:32:25.216Z] --- PASS: TestLogClosed (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestLogBlocking [2020-10-27T03:32:25.216Z] --- PASS: TestLogBlocking (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestLogNonBlockingBufferEmpty [2020-10-27T03:32:25.216Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestLogNonBlockingBufferFull [2020-10-27T03:32:25.216Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestPublishBatchSuccess [2020-10-27T03:32:25.216Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestPublishBatchError [2020-10-27T03:32:25.216Z] time="2020-10-27T03:32:24Z" level=error msg=Error [2020-10-27T03:32:25.216Z] --- PASS: TestPublishBatchError (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-10-27T03:32:25.216Z] time="2020-10-27T03:32:24Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-10-27T03:32:25.216Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestPublishBatchAlreadyAccepted [2020-10-27T03:32:25.216Z] time="2020-10-27T03:32:24Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-10-27T03:32:25.216Z] time="2020-10-27T03:32:24Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-10-27T03:32:25.216Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchSimple [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchTicker [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchMultilinePattern [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.07s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchClose [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchClose (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestEffectiveLen [2020-10-27T03:32:25.216Z] === RUN TestEffectiveLen/0/Hello [2020-10-27T03:32:25.216Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-10-27T03:32:25.216Z] === RUN TestEffectiveLen/2/🙃 [2020-10-27T03:32:25.216Z] === RUN TestEffectiveLen/3/���� [2020-10-27T03:32:25.216Z] === RUN TestEffectiveLen/4/He��o [2020-10-27T03:32:25.216Z] === RUN TestEffectiveLen/5/ [2020-10-27T03:32:25.216Z] --- PASS: TestEffectiveLen (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestFindValidSplit [2020-10-27T03:32:25.216Z] === RUN TestFindValidSplit/0/ [2020-10-27T03:32:25.216Z] === RUN TestFindValidSplit/1/Hello [2020-10-27T03:32:25.216Z] === RUN TestFindValidSplit/2/Hello [2020-10-27T03:32:25.216Z] === RUN TestFindValidSplit/3/Hello [2020-10-27T03:32:25.216Z] === RUN TestFindValidSplit/4/🙃 [2020-10-27T03:32:25.216Z] === RUN TestFindValidSplit/5/🙃 [2020-10-27T03:32:25.216Z] === RUN TestFindValidSplit/6/a� [2020-10-27T03:32:25.216Z] === RUN TestFindValidSplit/7/a� [2020-10-27T03:32:25.216Z] --- PASS: TestFindValidSplit (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1044: [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1045: [2020-10-27T03:32:25.216Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1044: Hello [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1045: [2020-10-27T03:32:25.216Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1044: He [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1045: llo [2020-10-27T03:32:25.216Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1044: [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1045: Hello [2020-10-27T03:32:25.216Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1044: [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1045: 🙃 [2020-10-27T03:32:25.216Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1044: 🙃 [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1045: [2020-10-27T03:32:25.216Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1044: a [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1045: � [2020-10-27T03:32:25.216Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1044: a� [2020-10-27T03:32:25.216Z] cloudwatchlogs_test.go:1045: [2020-10-27T03:32:25.216Z] === RUN TestProcessEventEmoji [2020-10-27T03:32:25.216Z] --- PASS: TestProcessEventEmoji (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchLineSplit [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchLineSplitWithBinary [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchMaxEvents [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchMaxTotalBytes [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2020-10-27T03:32:25.216Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-10-27T03:32:25.216Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2020-10-27T03:32:25.216Z] === RUN TestParseLogOptionsMultilinePattern [2020-10-27T03:32:25.216Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-10-27T03:32:25.216Z] === RUN TestParseLogOptionsDatetimeFormat [2020-10-27T03:32:25.216Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-10-27T03:32:25.216Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-10-27T03:32:25.216Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-10-27T03:32:25.216Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-10-27T03:32:25.216Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-10-27T03:32:25.216Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-10-27T03:32:25.216Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-10-27T03:32:25.216Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-10-27T03:32:25.216Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-10-27T03:32:25.220Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-10-27T03:32:25.220Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2020-10-27T03:32:25.220Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-10-27T03:32:25.220Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-10-27T03:32:25.220Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-10-27T03:32:25.220Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-10-27T03:32:25.220Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-10-27T03:32:25.220Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-10-27T03:32:25.220Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-10-27T03:32:25.220Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-10-27T03:32:25.220Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-10-27T03:32:25.220Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-10-27T03:32:25.220Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-10-27T03:32:25.220Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-10-27T03:32:25.220Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-10-27T03:32:25.220Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-10-27T03:32:25.220Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-10-27T03:32:25.220Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-10-27T03:32:25.220Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-10-27T03:32:25.220Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-10-27T03:32:25.220Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-10-27T03:32:25.220Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-10-27T03:32:25.220Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-10-27T03:32:25.220Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-10-27T03:32:25.220Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-10-27T03:32:25.220Z] === RUN TestCreateTagSuccess [2020-10-27T03:32:25.220Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-10-27T03:32:25.220Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-10-27T03:32:25.220Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2020-10-27T03:32:25.220Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-10-27T03:32:25.220Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-10-27T03:32:25.220Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-10-27T03:32:25.220Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2020-10-27T03:32:25.220Z] PASS [2020-10-27T03:32:25.220Z] coverage: 77.8% of statements [2020-10-27T03:32:25.220Z] ok github.com/docker/docker/daemon/logger/awslogs 0.659s coverage: 77.8% of statements [2020-10-27T03:32:25.220Z] === RUN TestAdapterReadLogs [2020-10-27T03:32:25.220Z] --- PASS: TestAdapterReadLogs (0.00s) [2020-10-27T03:32:25.220Z] === RUN TestCopier [2020-10-27T03:32:25.220Z] --- PASS: TestCopier (0.01s) [2020-10-27T03:32:25.220Z] === RUN TestCopierLongLines [2020-10-27T03:32:25.220Z] --- PASS: TestCopierLongLines (0.00s) [2020-10-27T03:32:25.220Z] === RUN TestCopierSlow [2020-10-27T03:32:25.272Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-10-27T03:32:25.685Z] === RUN TestJSONFileLogger [2020-10-27T03:32:25.685Z] --- PASS: TestJSONFileLogger (0.01s) [2020-10-27T03:32:25.685Z] === RUN TestJSONFileLoggerWithTags [2020-10-27T03:32:25.685Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-10-27T03:32:25.685Z] === RUN TestJSONFileLoggerWithOpts [2020-10-27T03:32:25.685Z] --- PASS: TestCopierSlow (0.20s) [2020-10-27T03:32:25.685Z] === RUN TestCopierWithSized [2020-10-27T03:32:25.685Z] --- PASS: TestCopierWithSized (0.00s) [2020-10-27T03:32:25.685Z] === RUN TestCopierWithPartial [2020-10-27T03:32:25.685Z] --- PASS: TestCopierWithPartial (0.02s) [2020-10-27T03:32:25.685Z] === RUN TestRingLogger [2020-10-27T03:32:25.685Z] --- PASS: TestRingLogger (0.00s) [2020-10-27T03:32:25.685Z] === RUN TestRingCap [2020-10-27T03:32:25.685Z] --- PASS: TestRingCap (0.00s) [2020-10-27T03:32:25.685Z] === RUN TestRingClose [2020-10-27T03:32:25.685Z] --- PASS: TestRingClose (0.00s) [2020-10-27T03:32:25.685Z] === RUN TestRingDrain [2020-10-27T03:32:25.685Z] --- PASS: TestRingDrain (0.00s) [2020-10-27T03:32:25.685Z] PASS [2020-10-27T03:32:25.685Z] coverage: 41.2% of statements [2020-10-27T03:32:25.685Z] --- PASS: TestJSONFileLoggerWithOpts (0.03s) [2020-10-27T03:32:25.685Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-10-27T03:32:25.685Z] ok github.com/docker/docker/daemon/logger 0.581s coverage: 41.2% of statements [2020-10-27T03:32:25.685Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-10-27T03:32:25.685Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-10-27T03:32:25.685Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-10-27T03:32:25.685Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-10-27T03:32:25.685Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-10-27T03:32:25.685Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2020-10-27T03:32:25.685Z] === RUN TestEncodeDecode [2020-10-27T03:32:25.685Z] === PAUSE TestEncodeDecode [2020-10-27T03:32:25.685Z] === CONT TestEncodeDecode [2020-10-27T03:32:25.685Z] --- PASS: TestEncodeDecode (0.16s) [2020-10-27T03:32:25.685Z] PASS [2020-10-27T03:32:25.685Z] coverage: 61.6% of statements [2020-10-27T03:32:25.685Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.424s coverage: 61.6% of statements [2020-10-27T03:32:26.210Z] --- PASS: TestDaemonRestartIpcMode (3.55s) [2020-10-27T03:32:26.669Z] === RUN TestJSONLogsMarshalJSONBuf [2020-10-27T03:32:26.669Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-10-27T03:32:26.669Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-10-27T03:32:26.774Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-10-27T03:32:27.133Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.16s) [2020-10-27T03:32:27.133Z] === RUN TestFastTimeMarshalJSON [2020-10-27T03:32:27.133Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2020-10-27T03:32:27.133Z] PASS [2020-10-27T03:32:27.133Z] coverage: 87.2% of statements [2020-10-27T03:32:27.133Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.350s coverage: 87.2% of statements [2020-10-27T03:32:28.695Z] === RUN TestWriteLog [2020-10-27T03:32:28.695Z] === PAUSE TestWriteLog [2020-10-27T03:32:28.695Z] === RUN TestReadLog [2020-10-27T03:32:28.695Z] === PAUSE TestReadLog [2020-10-27T03:32:28.695Z] === CONT TestWriteLog [2020-10-27T03:32:28.695Z] === CONT TestReadLog [2020-10-27T03:32:28.695Z] === RUN TestReadLog/tail_exact [2020-10-27T03:32:28.695Z] --- PASS: TestWriteLog (0.01s) [2020-10-27T03:32:28.695Z] === RUN TestReadLog/tail_less_than_available [2020-10-27T03:32:28.695Z] === RUN TestReadLog/tail_more_than_available [2020-10-27T03:32:28.695Z] --- PASS: TestReadLog (0.16s) [2020-10-27T03:32:28.695Z] --- PASS: TestReadLog/tail_exact (0.14s) [2020-10-27T03:32:28.695Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-10-27T03:32:28.695Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2020-10-27T03:32:28.695Z] PASS [2020-10-27T03:32:28.695Z] coverage: 75.2% of statements [2020-10-27T03:32:28.695Z] ok github.com/docker/docker/daemon/logger/local 0.629s coverage: 75.2% of statements [2020-10-27T03:32:28.695Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-10-27T03:32:29.160Z] === RUN TestOpenFileDelete [2020-10-27T03:32:29.160Z] --- PASS: TestOpenFileDelete (0.00s) [2020-10-27T03:32:29.160Z] === RUN TestOpenFileRename [2020-10-27T03:32:29.160Z] --- PASS: TestOpenFileRename (0.00s) [2020-10-27T03:32:29.160Z] === RUN TestParseLogTagDefaultTag [2020-10-27T03:32:29.160Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-10-27T03:32:29.160Z] === RUN TestParseLogTag [2020-10-27T03:32:29.160Z] --- PASS: TestParseLogTag (0.00s) [2020-10-27T03:32:29.160Z] === RUN TestParseLogTagEmptyTag [2020-10-27T03:32:29.160Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-10-27T03:32:29.160Z] === RUN TestTailFiles [2020-10-27T03:32:29.160Z] --- PASS: TestTailFiles (0.00s) [2020-10-27T03:32:29.160Z] === RUN TestFollowLogsConsumerGone [2020-10-27T03:32:29.160Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2020-10-27T03:32:29.160Z] === RUN TestFollowLogsProducerGone [2020-10-27T03:32:29.160Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2020-10-27T03:32:29.160Z] logfile_test.go:226: messages sent: 4098, received: 4098 [2020-10-27T03:32:29.160Z] logfile_test.go:173: logDecode() closed after sending 4098 messages [2020-10-27T03:32:29.160Z] === RUN TestCheckCapacityAndRotate [2020-10-27T03:32:29.160Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2020-10-27T03:32:29.160Z] PASS [2020-10-27T03:32:29.160Z] coverage: 36.3% of statements [2020-10-27T03:32:29.160Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.265s coverage: 36.3% of statements [2020-10-27T03:32:29.624Z] === RUN TestLog [2020-10-27T03:32:29.624Z] --- PASS: TestLog (0.01s) [2020-10-27T03:32:29.624Z] PASS [2020-10-27T03:32:29.624Z] coverage: 33.3% of statements [2020-10-27T03:32:29.624Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.220s coverage: 33.3% of statements [2020-10-27T03:32:30.046Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-10-27T03:32:30.602Z] === RUN TestNewParse [2020-10-27T03:32:30.602Z] --- PASS: TestNewParse (0.00s) [2020-10-27T03:32:30.602Z] PASS [2020-10-27T03:32:30.602Z] coverage: 8.3% of statements [2020-10-27T03:32:30.602Z] ok github.com/docker/docker/daemon/logger/templates 0.166s coverage: 8.3% of statements [2020-10-27T03:32:30.609Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-10-27T03:32:31.066Z] === RUN TestValidateLogOpt [2020-10-27T03:32:31.066Z] --- PASS: TestValidateLogOpt (0.00s) [2020-10-27T03:32:31.066Z] === RUN TestNewMissedConfig [2020-10-27T03:32:31.066Z] --- PASS: TestNewMissedConfig (0.00s) [2020-10-27T03:32:31.066Z] === RUN TestNewMissedUrl [2020-10-27T03:32:31.066Z] --- PASS: TestNewMissedUrl (0.00s) [2020-10-27T03:32:31.066Z] === RUN TestNewMissedToken [2020-10-27T03:32:31.066Z] --- PASS: TestNewMissedToken (0.00s) [2020-10-27T03:32:31.066Z] === RUN TestNewWithProxy [2020-10-27T03:32:31.066Z] --- PASS: TestNewWithProxy (0.00s) [2020-10-27T03:32:31.066Z] === RUN TestDefault [2020-10-27T03:32:31.066Z] --- PASS: TestDefault (0.01s) [2020-10-27T03:32:31.066Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-10-27T03:32:31.066Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2020-10-27T03:32:31.066Z] === RUN TestJsonFormat [2020-10-27T03:32:31.066Z] --- PASS: TestJsonFormat (0.00s) [2020-10-27T03:32:31.066Z] === RUN TestRawFormat [2020-10-27T03:32:31.066Z] --- PASS: TestRawFormat (0.00s) [2020-10-27T03:32:31.066Z] === RUN TestRawFormatWithLabels [2020-10-27T03:32:31.066Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-10-27T03:32:31.066Z] === RUN TestRawFormatWithoutTag [2020-10-27T03:32:31.066Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2020-10-27T03:32:31.066Z] === RUN TestBatching [2020-10-27T03:32:31.066Z] --- PASS: TestBatching (0.24s) [2020-10-27T03:32:31.066Z] === RUN TestFrequency [2020-10-27T03:32:31.172Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-10-27T03:32:31.537Z] --- PASS: TestFrequency (0.16s) [2020-10-27T03:32:31.537Z] === RUN TestOneMessagePerRequest [2020-10-27T03:32:31.537Z] --- PASS: TestOneMessagePerRequest (0.01s) [2020-10-27T03:32:31.537Z] === RUN TestVerify [2020-10-27T03:32:31.537Z] --- PASS: TestVerify (0.00s) [2020-10-27T03:32:31.537Z] === RUN TestSkipVerify [2020-10-27T03:32:31.537Z] === RUN TestParseLogFormat [2020-10-27T03:32:31.537Z] --- PASS: TestParseLogFormat (0.00s) [2020-10-27T03:32:31.537Z] === RUN TestValidateLogOptEmpty [2020-10-27T03:32:31.537Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-10-27T03:32:31.537Z] === RUN TestValidateSyslogAddress [2020-10-27T03:32:31.537Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-10-27T03:32:31.537Z] === RUN TestParseAddressDefaultPort [2020-10-27T03:32:31.537Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-10-27T03:32:31.537Z] === RUN TestValidateSyslogFacility [2020-10-27T03:32:31.537Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-10-27T03:32:31.537Z] === RUN TestValidateLogOptSyslogFormat [2020-10-27T03:32:31.537Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-10-27T03:32:31.537Z] === RUN TestValidateLogOpt [2020-10-27T03:32:31.537Z] --- PASS: TestValidateLogOpt (0.00s) [2020-10-27T03:32:31.537Z] PASS [2020-10-27T03:32:31.537Z] coverage: 46.8% of statements [2020-10-27T03:32:31.537Z] ok github.com/docker/docker/daemon/logger/syslog 0.305s coverage: 46.8% of statements [2020-10-27T03:32:31.537Z] time="2020-10-27T03:32:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-27T03:32:31.537Z] time="2020-10-27T03:32:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-27T03:32:31.537Z] time="2020-10-27T03:32:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-27T03:32:32.002Z] --- PASS: TestSkipVerify (0.54s) [2020-10-27T03:32:32.002Z] === RUN TestBufferMaximum [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1603769551.655706\",\"host\":\"fde1c7849852\"}'" [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1603769551.655706\",\"host\":\"fde1c7849852\"}'" [2020-10-27T03:32:32.002Z] --- PASS: TestBufferMaximum (0.00s) [2020-10-27T03:32:32.002Z] === RUN TestServerAlwaysDown [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1603769551.659707\",\"host\":\"fde1c7849852\"}'" [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1603769551.659707\",\"host\":\"fde1c7849852\"}'" [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1603769551.659707\",\"host\":\"fde1c7849852\"}'" [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1603769551.660708\",\"host\":\"fde1c7849852\"}'" [2020-10-27T03:32:32.002Z] time="2020-10-27T03:32:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1603769551.660708\",\"host\":\"fde1c7849852\"}'" [2020-10-27T03:32:32.002Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-10-27T03:32:32.002Z] === RUN TestCannotSendAfterClose [2020-10-27T03:32:32.002Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-10-27T03:32:32.002Z] === RUN TestDeadlockOnBlockedEndpoint [2020-10-27T03:32:32.102Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-10-27T03:32:32.359Z] === RUN TestDockerSuite/TestBuildCmd [2020-10-27T03:32:32.616Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-10-27T03:32:32.873Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-10-27T03:32:32.984Z] time="2020-10-27T03:32:32Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2020-10-27T03:32:32.984Z] time="2020-10-27T03:32:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"fde1c7849852\"}'" [2020-10-27T03:32:32.984Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2020-10-27T03:32:32.984Z] PASS [2020-10-27T03:32:32.984Z] coverage: 82.5% of statements [2020-10-27T03:32:32.984Z] ok github.com/docker/docker/daemon/logger/splunk 2.473s coverage: 82.5% of statements [2020-10-27T03:32:32.984Z] ? github.com/docker/docker/daemon/names [no test files] [2020-10-27T03:32:32.984Z] ? github.com/docker/docker/daemon/network [no test files] [2020-10-27T03:32:32.984Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-10-27T03:32:33.130Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-10-27T03:32:33.130Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-10-27T03:32:33.130Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-10-27T03:32:35.130Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-10-27T03:32:35.130Z] --- PASS: TestContainerKillOnDaemonStart (13.32s) [2020-10-27T03:32:35.130Z] PASS [2020-10-27T03:32:35.130Z] [2020-10-27T03:32:35.130Z] === Skipped [2020-10-27T03:32:35.130Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-10-27T03:32:35.130Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:32:35.130Z] [2020-10-27T03:32:35.130Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-10-27T03:32:35.130Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:32:35.130Z] [2020-10-27T03:32:35.130Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-10-27T03:32:35.130Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:32:35.130Z] [2020-10-27T03:32:35.130Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-27T03:32:35.130Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-27T03:32:35.130Z] [2020-10-27T03:32:35.130Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-10-27T03:32:35.130Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-27T03:32:35.130Z] [2020-10-27T03:32:35.130Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2020-10-27T03:32:35.130Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:32:35.130Z] [2020-10-27T03:32:35.130Z] [2020-10-27T03:32:35.130Z] DONE 193 tests, 6 skipped in 153.965s [2020-10-27T03:32:35.130Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-10-27T03:32:35.130Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:35.130Z] ++ set -e [2020-10-27T03:32:35.130Z] ++ '[' -n 0 ']' [2020-10-27T03:32:35.130Z] ++ set -x [2020-10-27T03:32:35.130Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:35.130Z] INFO: Testing against a local daemon [2020-10-27T03:32:35.130Z] === RUN TestCommitInheritsEnv [2020-10-27T03:32:35.160Z] --- PASS: TestUpdateRestartPolicy (12.80s) [2020-10-27T03:32:35.160Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-27T03:32:35.160Z] --- PASS: TestUpdateRestartWithAutoRemove (0.88s) [2020-10-27T03:32:35.160Z] === RUN TestWaitNonBlocked [2020-10-27T03:32:35.160Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:32:35.160Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:32:35.160Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:32:35.160Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:32:35.160Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:32:35.160Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:32:35.160Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-10-27T03:32:35.160Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.08s) [2020-10-27T03:32:35.160Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.17s) [2020-10-27T03:32:35.160Z] === RUN TestWaitBlocked [2020-10-27T03:32:35.160Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:32:35.160Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:32:35.160Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:32:35.160Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:32:35.160Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:32:35.160Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:32:35.269Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-10-27T03:32:35.269Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-10-27T03:32:35.269Z] === RUN TestContinueOnError_MirrorEndpoint [2020-10-27T03:32:35.269Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-10-27T03:32:35.269Z] === RUN TestContinueOnError_NeverContinue [2020-10-27T03:32:35.269Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-10-27T03:32:35.269Z] === RUN TestContinueOnError_UnnestsErrors [2020-10-27T03:32:35.269Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-10-27T03:32:35.269Z] === RUN TestFixManifestLayers [2020-10-27T03:32:35.269Z] --- PASS: TestFixManifestLayers (0.00s) [2020-10-27T03:32:35.269Z] === RUN TestFixManifestLayersBaseLayerParent [2020-10-27T03:32:35.269Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-10-27T03:32:35.269Z] pull_v2_test.go:73: Needs fixing on Windows [2020-10-27T03:32:35.269Z] === RUN TestFixManifestLayersBadParent [2020-10-27T03:32:35.269Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-10-27T03:32:35.269Z] === RUN TestValidateManifest [2020-10-27T03:32:35.269Z] --- SKIP: TestValidateManifest (0.00s) [2020-10-27T03:32:35.269Z] pull_v2_test.go:118: Needs fixing on Windows [2020-10-27T03:32:35.269Z] === RUN TestFormatPlatform [2020-10-27T03:32:35.269Z] --- PASS: TestFormatPlatform (0.00s) [2020-10-27T03:32:35.269Z] === RUN TestGetRepositoryMountCandidates [2020-10-27T03:32:35.269Z] --- PASS: TestGetRepositoryMountCandidates (0.01s) [2020-10-27T03:32:35.269Z] === RUN TestLayerAlreadyExists [2020-10-27T03:32:35.269Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-10-27T03:32:35.269Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-27T03:32:35.269Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-27T03:32:35.269Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-27T03:32:35.269Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-27T03:32:35.269Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-27T03:32:35.269Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-27T03:32:35.269Z] === RUN TestWhenEmptyAuthConfig [2020-10-27T03:32:35.269Z] === RUN TestV1IDService [2020-10-27T03:32:35.269Z] --- PASS: TestV1IDService (0.02s) [2020-10-27T03:32:35.269Z] === RUN TestV2MetadataService [2020-10-27T03:32:35.269Z] === RUN TestSuccessfulDownload [2020-10-27T03:32:35.269Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-10-27T03:32:35.269Z] download_test.go:268: Needs fixing on Windows [2020-10-27T03:32:35.269Z] === RUN TestCancelledDownload [2020-10-27T03:32:35.269Z] --- PASS: TestCancelledDownload (0.00s) [2020-10-27T03:32:35.269Z] === RUN TestMaxDownloadAttempts [2020-10-27T03:32:35.269Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-10-27T03:32:35.269Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-10-27T03:32:35.269Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-10-27T03:32:35.269Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-10-27T03:32:35.269Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-10-27T03:32:35.269Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-10-27T03:32:35.269Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-10-27T03:32:35.269Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-10-27T03:32:35.269Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-10-27T03:32:35.269Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-10-27T03:32:35.269Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-10-27T03:32:35.269Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-10-27T03:32:35.269Z] --- PASS: TestWhenEmptyAuthConfig (1.16s) [2020-10-27T03:32:35.269Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-10-27T03:32:35.269Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-10-27T03:32:35.269Z] === RUN TestTokenPassThru [2020-10-27T03:32:35.269Z] --- PASS: TestTokenPassThru (0.01s) [2020-10-27T03:32:35.269Z] === RUN TestTokenPassThruDifferentHost [2020-10-27T03:32:35.269Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2020-10-27T03:32:35.269Z] PASS [2020-10-27T03:32:35.269Z] coverage: 20.1% of statements [2020-10-27T03:32:35.269Z] ok github.com/docker/docker/distribution 1.403s coverage: 20.1% of statements [2020-10-27T03:32:35.269Z] --- PASS: TestV2MetadataService (1.22s) [2020-10-27T03:32:35.269Z] PASS [2020-10-27T03:32:35.269Z] coverage: 48.2% of statements [2020-10-27T03:32:35.269Z] ok github.com/docker/docker/distribution/metadata 1.672s coverage: 48.2% of statements [2020-10-27T03:32:35.269Z] time="2020-10-27T03:32:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-10-27T03:32:35.269Z] time="2020-10-27T03:32:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-10-27T03:32:35.269Z] time="2020-10-27T03:32:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-10-27T03:32:35.270Z] time="2020-10-27T03:32:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-10-27T03:32:35.270Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-10-27T03:32:35.270Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.42s) [2020-10-27T03:32:35.270Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.42s) [2020-10-27T03:32:35.270Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.42s) [2020-10-27T03:32:35.270Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.42s) [2020-10-27T03:32:35.270Z] === RUN TestTransfer [2020-10-27T03:32:35.483Z] --- PASS: TestWaitBlocked (0.01s) [2020-10-27T03:32:35.483Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.16s) [2020-10-27T03:32:35.483Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.25s) [2020-10-27T03:32:35.483Z] === CONT TestContainerStartOnDaemonRestart [2020-10-27T03:32:35.483Z] === CONT TestIpcModeOlderClient [2020-10-27T03:32:35.692Z] --- PASS: TestCommitInheritsEnv (0.82s) [2020-10-27T03:32:35.692Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-27T03:32:35.692Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-10-27T03:32:35.692Z] === RUN TestImagesFilterMultiReference [2020-10-27T03:32:35.692Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-10-27T03:32:35.692Z] === RUN TestImagePullPlatformInvalid [2020-10-27T03:32:35.692Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-10-27T03:32:35.692Z] === RUN TestRemoveImageOrphaning [2020-10-27T03:32:35.738Z] --- PASS: TestTransfer (0.22s) [2020-10-27T03:32:35.738Z] === RUN TestConcurrencyLimit [2020-10-27T03:32:35.738Z] === RUN TestNotFound [2020-10-27T03:32:35.738Z] --- PASS: TestNotFound (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestConflict [2020-10-27T03:32:35.738Z] --- PASS: TestConflict (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestForbidden [2020-10-27T03:32:35.738Z] --- PASS: TestForbidden (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestInvalidParameter [2020-10-27T03:32:35.738Z] --- PASS: TestInvalidParameter (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestNotImplemented [2020-10-27T03:32:35.738Z] --- PASS: TestNotImplemented (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestNotModified [2020-10-27T03:32:35.738Z] --- PASS: TestNotModified (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestUnauthorized [2020-10-27T03:32:35.738Z] --- PASS: TestUnauthorized (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestUnknown [2020-10-27T03:32:35.738Z] --- PASS: TestUnknown (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestCancelled [2020-10-27T03:32:35.738Z] --- PASS: TestCancelled (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestDeadline [2020-10-27T03:32:35.738Z] --- PASS: TestDeadline (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestDataLoss [2020-10-27T03:32:35.738Z] --- PASS: TestDataLoss (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestUnavailable [2020-10-27T03:32:35.738Z] --- PASS: TestUnavailable (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestSystem [2020-10-27T03:32:35.738Z] --- PASS: TestSystem (0.00s) [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Not_Found [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Bad_Request [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Conflict [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Unauthorized [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Service_Unavailable [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Forbidden [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Not_Modified [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Not_Implemented [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-10-27T03:32:35.738Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-10-27T03:32:35.738Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-10-27T03:32:35.738Z] PASS [2020-10-27T03:32:35.738Z] coverage: 49.4% of statements [2020-10-27T03:32:35.738Z] ok github.com/docker/docker/errdefs 0.106s coverage: 49.4% of statements [2020-10-27T03:32:35.738Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-10-27T03:32:35.777Z] --- PASS: TestIpcModeOlderClient (0.18s) [2020-10-27T03:32:35.777Z] === CONT TestDaemonHostGatewayIP [2020-10-27T03:32:36.202Z] --- PASS: TestConcurrencyLimit (0.40s) [2020-10-27T03:32:36.202Z] === RUN TestInactiveJobs [2020-10-27T03:32:36.254Z] --- PASS: TestRemoveImageOrphaning (0.46s) [2020-10-27T03:32:36.254Z] === RUN TestRemoveImageGarbageCollector [2020-10-27T03:32:36.510Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-10-27T03:32:36.676Z] --- PASS: TestInactiveJobs (0.50s) [2020-10-27T03:32:36.676Z] === RUN TestWatchRelease [2020-10-27T03:32:36.676Z] --- PASS: TestWatchRelease (0.08s) [2020-10-27T03:32:36.676Z] === RUN TestWatchFinishedTransfer [2020-10-27T03:32:36.676Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-10-27T03:32:36.676Z] === RUN TestDuplicateTransfer [2020-10-27T03:32:36.676Z] --- PASS: TestDuplicateTransfer (0.04s) [2020-10-27T03:32:36.676Z] === RUN TestSuccessfulUpload [2020-10-27T03:32:37.140Z] time="2020-10-27T03:32:36Z" level=error msg="Upload failed, retrying: simulating retry" [2020-10-27T03:32:37.140Z] --- PASS: TestSuccessfulUpload (0.70s) [2020-10-27T03:32:37.140Z] === RUN TestCancelledUpload [2020-10-27T03:32:37.140Z] --- PASS: TestCancelledUpload (0.00s) [2020-10-27T03:32:37.140Z] PASS [2020-10-27T03:32:37.140Z] coverage: 76.8% of statements [2020-10-27T03:32:37.140Z] ok github.com/docker/docker/distribution/xfer 2.581s coverage: 76.8% of statements [2020-10-27T03:32:37.140Z] ? github.com/docker/docker/dockerversion [no test files] [2020-10-27T03:32:37.604Z] === RUN TestFSGetInvalidData [2020-10-27T03:32:38.021Z] ok github.com/docker/docker/cmd/dockerd 0.179s coverage: 29.1% of statements [2020-10-27T03:32:38.070Z] --- PASS: TestFSGetInvalidData (0.15s) [2020-10-27T03:32:38.070Z] === RUN TestFSInvalidSet [2020-10-27T03:32:38.070Z] --- PASS: TestFSInvalidSet (0.05s) [2020-10-27T03:32:38.070Z] === RUN TestFSInvalidRoot [2020-10-27T03:32:38.070Z] --- PASS: TestFSInvalidRoot (0.01s) [2020-10-27T03:32:38.070Z] === RUN TestFSMetadataGetSet [2020-10-27T03:32:38.070Z] === RUN TestCompare [2020-10-27T03:32:38.070Z] --- PASS: TestCompare (0.00s) [2020-10-27T03:32:38.070Z] PASS [2020-10-27T03:32:38.070Z] coverage: 19.2% of statements [2020-10-27T03:32:38.070Z] ok github.com/docker/docker/image/cache 0.360s coverage: 19.2% of statements [2020-10-27T03:32:38.070Z] --- PASS: TestFSMetadataGetSet (0.27s) [2020-10-27T03:32:38.070Z] === RUN TestFSInvalidWalker [2020-10-27T03:32:38.070Z] --- PASS: TestFSInvalidWalker (0.01s) [2020-10-27T03:32:38.070Z] === RUN TestFSGetSet [2020-10-27T03:32:38.070Z] === RUN TestMakeV1ConfigFromConfig [2020-10-27T03:32:38.070Z] --- PASS: TestFSGetSet (0.02s) [2020-10-27T03:32:38.070Z] === RUN TestFSGetUnsetKey [2020-10-27T03:32:38.070Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-10-27T03:32:38.070Z] PASS [2020-10-27T03:32:38.070Z] coverage: 25.0% of statements [2020-10-27T03:32:38.070Z] --- PASS: TestFSGetUnsetKey (0.01s) [2020-10-27T03:32:38.070Z] === RUN TestFSGetEmptyData [2020-10-27T03:32:38.070Z] --- PASS: TestFSGetEmptyData (0.00s) [2020-10-27T03:32:38.070Z] === RUN TestFSDelete [2020-10-27T03:32:38.070Z] ok github.com/docker/docker/image/v1 0.356s coverage: 25.0% of statements [2020-10-27T03:32:38.070Z] --- PASS: TestFSDelete (0.01s) [2020-10-27T03:32:38.070Z] === RUN TestFSWalker [2020-10-27T03:32:38.070Z] --- PASS: TestFSWalker (0.02s) [2020-10-27T03:32:38.070Z] === RUN TestFSWalkerStopOnError [2020-10-27T03:32:38.070Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2020-10-27T03:32:38.070Z] === RUN TestNewFromJSON [2020-10-27T03:32:38.070Z] --- PASS: TestNewFromJSON (0.00s) [2020-10-27T03:32:38.070Z] === RUN TestNewFromJSONWithInvalidJSON [2020-10-27T03:32:38.070Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-10-27T03:32:38.070Z] === RUN TestMarshalKeyOrder [2020-10-27T03:32:38.070Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-10-27T03:32:38.070Z] === RUN TestImage [2020-10-27T03:32:38.070Z] --- PASS: TestImage (0.00s) [2020-10-27T03:32:38.070Z] === RUN TestImageOSNotEmpty [2020-10-27T03:32:38.070Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-10-27T03:32:38.070Z] === RUN TestNewChildImageFromImageWithRootFS [2020-10-27T03:32:38.070Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-10-27T03:32:38.070Z] === RUN TestRestore [2020-10-27T03:32:38.403Z] --- PASS: TestRemoveImageGarbageCollector (2.05s) [2020-10-27T03:32:38.403Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-27T03:32:38.403Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-10-27T03:32:38.403Z] === RUN TestTagInvalidReference [2020-10-27T03:32:38.403Z] --- PASS: TestTagInvalidReference (0.05s) [2020-10-27T03:32:38.403Z] === RUN TestTagValidPrefixedRepo [2020-10-27T03:32:38.403Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-10-27T03:32:38.403Z] === RUN TestTagExistedNameWithoutForce [2020-10-27T03:32:38.403Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-10-27T03:32:38.403Z] === RUN TestTagOfficialNames [2020-10-27T03:32:38.403Z] --- PASS: TestTagOfficialNames (0.08s) [2020-10-27T03:32:38.403Z] === RUN TestTagMatchesDigest [2020-10-27T03:32:38.403Z] --- PASS: TestTagMatchesDigest (0.06s) [2020-10-27T03:32:38.403Z] === CONT TestImportExtremelyLargeImageWorks [2020-10-27T03:32:38.474Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.07s) [2020-10-27T03:32:38.474Z] PASS [2020-10-27T03:32:38.474Z] [2020-10-27T03:32:38.474Z] === Skipped [2020-10-27T03:32:38.474Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-27T03:32:38.474Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:32:38.474Z] [2020-10-27T03:32:38.474Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-10-27T03:32:38.474Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:32:38.474Z] [2020-10-27T03:32:38.474Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-27T03:32:38.474Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:32:38.474Z] [2020-10-27T03:32:38.474Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-27T03:32:38.474Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:32:38.474Z] [2020-10-27T03:32:38.474Z] [2020-10-27T03:32:38.474Z] DONE 17 tests, 4 skipped in 31.990s [2020-10-27T03:32:38.474Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-10-27T03:32:38.474Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:38.474Z] ++ set -e [2020-10-27T03:32:38.474Z] ++ '[' -n 0 ']' [2020-10-27T03:32:38.474Z] ++ set -x [2020-10-27T03:32:38.474Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:38.513Z] --- PASS: TestContainerStartOnDaemonRestart (2.77s) [2020-10-27T03:32:38.513Z] === CONT TestContainerKillOnDaemonStart [2020-10-27T03:32:38.533Z] time="2020-10-27T03:32:38Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-10-27T03:32:38.533Z] --- PASS: TestRestore (0.20s) [2020-10-27T03:32:38.533Z] === RUN TestAddDelete [2020-10-27T03:32:38.533Z] --- PASS: TestAddDelete (0.06s) [2020-10-27T03:32:38.533Z] === RUN TestSearchAfterDelete [2020-10-27T03:32:38.533Z] --- PASS: TestSearchAfterDelete (0.01s) [2020-10-27T03:32:38.533Z] === RUN TestParentReset [2020-10-27T03:32:38.533Z] --- PASS: TestParentReset (0.07s) [2020-10-27T03:32:38.533Z] === RUN TestGetAndSetLastUpdated [2020-10-27T03:32:38.533Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2020-10-27T03:32:38.533Z] === RUN TestStoreLen [2020-10-27T03:32:38.533Z] --- PASS: TestStoreLen (0.06s) [2020-10-27T03:32:38.533Z] PASS [2020-10-27T03:32:38.533Z] coverage: 86.4% of statements [2020-10-27T03:32:38.533Z] ok github.com/docker/docker/image 1.238s coverage: 86.4% of statements [2020-10-27T03:32:38.734Z] INFO: Testing against a local daemon [2020-10-27T03:32:38.735Z] === RUN TestPluginInvalidJSON [2020-10-27T03:32:38.735Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:32:38.735Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:32:38.735Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:32:38.735Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-10-27T03:32:38.735Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-10-27T03:32:38.735Z] === RUN TestPluginInstall [2020-10-27T03:32:38.735Z] === RUN TestPluginInstall/no_auth [2020-10-27T03:32:38.997Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-10-27T03:32:38.997Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-10-27T03:32:39.332Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-10-27T03:32:39.462Z] === RUN TestSerialization [2020-10-27T03:32:39.553Z] --- PASS: TestDaemonHostGatewayIP (3.64s) [2020-10-27T03:32:39.553Z] === CONT TestDaemonRestartIpcMode [2020-10-27T03:32:39.894Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-10-27T03:32:39.927Z] --- PASS: TestSerialization (0.06s) [2020-10-27T03:32:39.927Z] PASS [2020-10-27T03:32:39.927Z] coverage: 100.0% of statements [2020-10-27T03:32:39.927Z] ok github.com/docker/docker/libcontainerd/queue 0.160s coverage: 100.0% of statements [2020-10-27T03:32:40.822Z] === RUN TestDockerSuite/TestBuildContChar [2020-10-27T03:32:41.480Z] === RUN TestEnvironmentParsing [2020-10-27T03:32:41.480Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-10-27T03:32:41.480Z] PASS [2020-10-27T03:32:41.480Z] coverage: 1.0% of statements [2020-10-27T03:32:41.480Z] ok github.com/docker/docker/libcontainerd/local 0.400s coverage: 1.0% of statements [2020-10-27T03:32:41.582Z] ok github.com/docker/docker/container 0.187s coverage: 34.7% of statements [2020-10-27T03:32:41.583Z] ? github.com/docker/docker/container/stream [no test files] [2020-10-27T03:32:41.583Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-10-27T03:32:41.583Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-10-27T03:32:41.583Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-10-27T03:32:41.946Z] === RUN TestEmptyLayer [2020-10-27T03:32:41.946Z] --- PASS: TestEmptyLayer (0.00s) [2020-10-27T03:32:41.946Z] === RUN TestCommitFailure [2020-10-27T03:32:41.946Z] --- PASS: TestCommitFailure (0.01s) [2020-10-27T03:32:41.946Z] === RUN TestStartTransactionFailure [2020-10-27T03:32:41.946Z] === RUN TestParseVersion [2020-10-27T03:32:41.946Z] --- PASS: TestParseVersion (0.00s) [2020-10-27T03:32:41.946Z] PASS [2020-10-27T03:32:41.946Z] coverage: 52.9% of statements [2020-10-27T03:32:41.946Z] --- PASS: TestStartTransactionFailure (0.00s) [2020-10-27T03:32:41.946Z] === RUN TestGetOrphan [2020-10-27T03:32:41.946Z] ok github.com/docker/docker/pkg/aaparser 0.223s coverage: 52.9% of statements [2020-10-27T03:32:41.946Z] --- PASS: TestGetOrphan (0.01s) [2020-10-27T03:32:41.946Z] === RUN TestMountAndRegister [2020-10-27T03:32:41.946Z] --- PASS: TestMountAndRegister (0.05s) [2020-10-27T03:32:41.946Z] layer_test.go:271: Layer size: 14 [2020-10-27T03:32:41.946Z] === RUN TestLayerRelease [2020-10-27T03:32:41.946Z] --- SKIP: TestLayerRelease (0.00s) [2020-10-27T03:32:41.946Z] layer_test.go:304: Failing on Windows [2020-10-27T03:32:41.946Z] === RUN TestStoreRestore [2020-10-27T03:32:41.946Z] --- SKIP: TestStoreRestore (0.00s) [2020-10-27T03:32:41.946Z] layer_test.go:353: Failing on Windows [2020-10-27T03:32:41.946Z] === RUN TestTarStreamStability [2020-10-27T03:32:41.946Z] --- SKIP: TestTarStreamStability (0.00s) [2020-10-27T03:32:41.946Z] layer_test.go:468: Failing on Windows [2020-10-27T03:32:41.946Z] === RUN TestRegisterExistingLayer [2020-10-27T03:32:41.946Z] --- PASS: TestRegisterExistingLayer (0.13s) [2020-10-27T03:32:41.946Z] === RUN TestTarStreamVerification [2020-10-27T03:32:41.946Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-10-27T03:32:41.946Z] layer_test.go:697: Failing on Windows [2020-10-27T03:32:41.946Z] === RUN TestLayerMigration [2020-10-27T03:32:41.946Z] --- SKIP: TestLayerMigration (0.00s) [2020-10-27T03:32:41.946Z] migration_test.go:46: Failing on Windows [2020-10-27T03:32:41.946Z] === RUN TestLayerMigrationNoTarsplit [2020-10-27T03:32:41.946Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-10-27T03:32:41.946Z] migration_test.go:182: Failing on Windows [2020-10-27T03:32:41.946Z] === RUN TestMountInit [2020-10-27T03:32:41.946Z] --- SKIP: TestMountInit (0.00s) [2020-10-27T03:32:41.946Z] mount_test.go:17: Failing on Windows [2020-10-27T03:32:41.946Z] === RUN TestMountSize [2020-10-27T03:32:41.946Z] --- SKIP: TestMountSize (0.00s) [2020-10-27T03:32:41.946Z] mount_test.go:76: Failing on Windows [2020-10-27T03:32:41.946Z] === RUN TestMountChanges [2020-10-27T03:32:41.946Z] --- SKIP: TestMountChanges (0.00s) [2020-10-27T03:32:41.946Z] mount_test.go:125: Failing on Windows [2020-10-27T03:32:41.946Z] === RUN TestMountApply [2020-10-27T03:32:41.946Z] --- SKIP: TestMountApply (0.00s) [2020-10-27T03:32:41.946Z] mount_test.go:212: Failing on Windows [2020-10-27T03:32:41.946Z] PASS [2020-10-27T03:32:41.946Z] coverage: 30.1% of statements [2020-10-27T03:32:41.946Z] ok github.com/docker/docker/layer 0.523s coverage: 30.1% of statements [2020-10-27T03:32:42.409Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-10-27T03:32:42.409Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-10-27T03:32:42.409Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-10-27T03:32:42.409Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-10-27T03:32:42.409Z] ? github.com/docker/docker/oci [no test files] [2020-10-27T03:32:42.409Z] ? github.com/docker/docker/oci/caps [no test files] [2020-10-27T03:32:42.874Z] === RUN TestAddressPoolOpt [2020-10-27T03:32:42.874Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-10-27T03:32:42.874Z] === RUN TestValidateEnv [2020-10-27T03:32:42.874Z] === RUN TestValidateEnv/a [2020-10-27T03:32:42.874Z] === RUN TestValidateEnv/something [2020-10-27T03:32:42.874Z] === RUN TestValidateEnv/_=a [2020-10-27T03:32:42.874Z] === RUN TestValidateEnv/env1=value1 [2020-10-27T03:32:43.073Z] --- PASS: TestDaemonRestartIpcMode (3.44s) [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/_env1=value1 [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/env2=value2=value3 [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/env3=abc!qwe [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/env_4=value_4 [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/PATH [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/=a [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/PATH= [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/PATH=something [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/asd!qwe [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/1asd [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/123 [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/some_space [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/__some_space_before [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/some_space_after__ [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/= [2020-10-27T03:32:43.338Z] === RUN TestValidateEnv/PaTh [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/a (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/something (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/= (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestParseHost [2020-10-27T03:32:43.338Z] --- PASS: TestParseHost (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestParseDockerDaemonHost [2020-10-27T03:32:43.338Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestParseTCP [2020-10-27T03:32:43.338Z] --- PASS: TestParseTCP (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestParseInvalidUnixAddrInvalid [2020-10-27T03:32:43.338Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestValidateExtraHosts [2020-10-27T03:32:43.338Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestIpOptString [2020-10-27T03:32:43.338Z] --- PASS: TestIpOptString (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestNewIpOptInvalidDefaultVal [2020-10-27T03:32:43.338Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestNewIpOptValidDefaultVal [2020-10-27T03:32:43.338Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestIpOptSetInvalidVal [2020-10-27T03:32:43.338Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestValidateIPAddress [2020-10-27T03:32:43.338Z] --- PASS: TestValidateIPAddress (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestMapOpts [2020-10-27T03:32:43.338Z] --- PASS: TestMapOpts (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestListOptsWithoutValidator [2020-10-27T03:32:43.338Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestListOptsWithValidator [2020-10-27T03:32:43.338Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestValidateDNSSearch [2020-10-27T03:32:43.338Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_general_format [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_one_more [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-10-27T03:32:43.338Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-10-27T03:32:43.338Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestNamedListOpts [2020-10-27T03:32:43.338Z] --- PASS: TestNamedListOpts (0.00s) [2020-10-27T03:32:43.338Z] === RUN TestNamedMapOpts [2020-10-27T03:32:43.338Z] --- PASS: TestNamedMapOpts (0.00s) [2020-10-27T03:32:43.339Z] === RUN TestParseLink [2020-10-27T03:32:43.339Z] --- PASS: TestParseLink (0.00s) [2020-10-27T03:32:43.339Z] === RUN TestQuotedStringSetWithQuotes [2020-10-27T03:32:43.339Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-10-27T03:32:43.339Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-10-27T03:32:43.339Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-10-27T03:32:43.339Z] === RUN TestQuotedStringSetWithNoQuotes [2020-10-27T03:32:43.339Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-10-27T03:32:43.339Z] === RUN TestUlimitOpt [2020-10-27T03:32:43.339Z] --- PASS: TestUlimitOpt (0.00s) [2020-10-27T03:32:43.339Z] PASS [2020-10-27T03:32:43.339Z] coverage: 67.1% of statements [2020-10-27T03:32:43.339Z] ok github.com/docker/docker/opts 0.389s coverage: 67.1% of statements [2020-10-27T03:32:43.350Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-10-27T03:32:43.696Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.067s coverage: 65.3% of statements [2020-10-27T03:32:44.063Z] time="2020-10-27T03:32:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:32:44.063Z] time="2020-10-27T03:32:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cadec2aa5562fe4f560da72c4a6022e53a34ff8617244429dd29b89dbd28a083" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:32:44.063Z] time="2020-10-27T03:32:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:32:44.063Z] time="2020-10-27T03:32:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cadec2aa5562fe4f560da72c4a6022e53a34ff8617244429dd29b89dbd28a083" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:32:44.277Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-10-27T03:32:44.317Z] === RUN TestPeerCertificateMarshalJSON [2020-10-27T03:32:44.317Z] === RUN TestUnbuffered [2020-10-27T03:32:44.317Z] --- PASS: TestUnbuffered (0.00s) [2020-10-27T03:32:44.317Z] === RUN TestRaceUnbuffered [2020-10-27T03:32:44.317Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-10-27T03:32:44.317Z] PASS [2020-10-27T03:32:44.317Z] coverage: 100.0% of statements [2020-10-27T03:32:44.317Z] ok github.com/docker/docker/pkg/broadcaster 0.345s coverage: 100.0% of statements [2020-10-27T03:32:44.317Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-10-27T03:32:44.317Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-10-27T03:32:44.317Z] --- PASS: TestPeerCertificateMarshalJSON (0.32s) [2020-10-27T03:32:44.317Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2020-10-27T03:32:44.317Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-10-27T03:32:44.317Z] === RUN TestMiddleware [2020-10-27T03:32:44.317Z] --- PASS: TestMiddleware (0.00s) [2020-10-27T03:32:44.317Z] === RUN TestNewResponseModifier [2020-10-27T03:32:44.317Z] --- PASS: TestNewResponseModifier (0.00s) [2020-10-27T03:32:44.317Z] PASS [2020-10-27T03:32:44.317Z] coverage: 26.8% of statements [2020-10-27T03:32:44.317Z] ok github.com/docker/docker/pkg/authorization 0.597s coverage: 26.8% of statements [2020-10-27T03:32:44.634Z] === RUN TestPluginInstall/with_htpasswd [2020-10-27T03:32:45.205Z] time="2020-10-27T03:32:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:32:45.205Z] time="2020-10-27T03:32:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:52d5479b0b8e14991faa466089de2571a8d04ccb0a0ab8da34acb0956863fa9d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:32:45.205Z] time="2020-10-27T03:32:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:32:45.205Z] time="2020-10-27T03:32:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:52d5479b0b8e14991faa466089de2571a8d04ccb0a0ab8da34acb0956863fa9d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:32:45.209Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-10-27T03:32:45.296Z] === RUN TestMatch [2020-10-27T03:32:45.296Z] === RUN TestMatch/[[]] [2020-10-27T03:32:45.296Z] === RUN TestMatch/[[foo]] [2020-10-27T03:32:45.296Z] === RUN TestMatch/[[bar]_[foo]] [2020-10-27T03:32:45.296Z] === RUN TestMatch/[[foo_bar]] [2020-10-27T03:32:45.296Z] === RUN TestMatch/[[qux]_[foo]] [2020-10-27T03:32:45.296Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-10-27T03:32:45.296Z] === RUN TestMatch/[] [2020-10-27T03:32:45.296Z] === RUN TestMatch/[]#01 [2020-10-27T03:32:45.296Z] === RUN TestMatch/[[qux]] [2020-10-27T03:32:45.296Z] === RUN TestMatch/[[foo_bar_qux]] [2020-10-27T03:32:45.296Z] === RUN TestMatch/[[qux]_[baz]] [2020-10-27T03:32:45.296Z] === RUN TestMatch/[[foo_baz]] [2020-10-27T03:32:45.296Z] --- PASS: TestMatch (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[[]] (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[] (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-10-27T03:32:45.296Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-10-27T03:32:45.296Z] PASS [2020-10-27T03:32:45.296Z] coverage: 87.5% of statements [2020-10-27T03:32:45.296Z] ok github.com/docker/docker/pkg/capabilities 0.111s coverage: 87.5% of statements [2020-10-27T03:32:45.296Z] === RUN TestIsArchivePathDir [2020-10-27T03:32:45.760Z] --- PASS: TestIsArchivePathDir (0.08s) [2020-10-27T03:32:45.760Z] === RUN TestIsArchivePathInvalidFile [2020-10-27T03:32:45.760Z] --- PASS: TestIsArchivePathInvalidFile (0.26s) [2020-10-27T03:32:45.760Z] === RUN TestIsArchivePathTar [2020-10-27T03:32:45.760Z] === RUN TestSizeEmpty [2020-10-27T03:32:45.760Z] --- PASS: TestSizeEmpty (0.00s) [2020-10-27T03:32:45.760Z] === RUN TestSizeEmptyFile [2020-10-27T03:32:45.760Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-10-27T03:32:45.760Z] === RUN TestSizeNonemptyFile [2020-10-27T03:32:45.760Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-10-27T03:32:45.760Z] === RUN TestSizeNestedDirectoryEmpty [2020-10-27T03:32:45.760Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-10-27T03:32:45.760Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-10-27T03:32:45.760Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2020-10-27T03:32:45.760Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-10-27T03:32:45.772Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-10-27T03:32:45.777Z] === RUN TestPluginInstall/with_insecure [2020-10-27T03:32:46.028Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-10-27T03:32:46.223Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.02s) [2020-10-27T03:32:46.223Z] === RUN TestMoveToSubdir [2020-10-27T03:32:46.223Z] --- PASS: TestMoveToSubdir (0.00s) [2020-10-27T03:32:46.223Z] === RUN TestSizeNonExistingDirectory [2020-10-27T03:32:46.223Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-10-27T03:32:46.223Z] PASS [2020-10-27T03:32:46.223Z] coverage: 80.0% of statements [2020-10-27T03:32:46.223Z] ok github.com/docker/docker/pkg/directory 0.098s coverage: 80.0% of statements [2020-10-27T03:32:46.223Z] === RUN TestChrootTarUntar [2020-10-27T03:32:46.223Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-10-27T03:32:46.223Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:32:46.224Z] === RUN TestChrootUntarWithHugeExcludesList [2020-10-27T03:32:46.224Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2020-10-27T03:32:46.224Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:32:46.224Z] === RUN TestChrootUntarEmptyArchive [2020-10-27T03:32:46.224Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-10-27T03:32:46.224Z] === RUN TestChrootTarUntarWithSymlink [2020-10-27T03:32:46.224Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-10-27T03:32:46.224Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-27T03:32:46.224Z] === RUN TestChrootCopyWithTar [2020-10-27T03:32:46.224Z] --- PASS: TestIsArchivePathTar (0.28s) [2020-10-27T03:32:46.224Z] === RUN TestDecompressStreamGzip [2020-10-27T03:32:46.224Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-10-27T03:32:46.224Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-27T03:32:46.224Z] === RUN TestChrootCopyFileWithTar [2020-10-27T03:32:46.224Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-10-27T03:32:46.224Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:32:46.224Z] === RUN TestChrootUntarPath [2020-10-27T03:32:46.224Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-10-27T03:32:46.224Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-27T03:32:46.224Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-10-27T03:32:46.224Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-10-27T03:32:46.224Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:32:46.224Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-10-27T03:32:46.224Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-10-27T03:32:46.224Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:32:46.224Z] === RUN TestChrootApplyDotDotFile [2020-10-27T03:32:46.224Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-10-27T03:32:46.224Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:32:46.224Z] PASS [2020-10-27T03:32:46.224Z] coverage: 15.4% of statements [2020-10-27T03:32:46.224Z] ok github.com/docker/docker/pkg/chrootarchive 0.199s coverage: 15.4% of statements [2020-10-27T03:32:46.224Z] --- PASS: TestDecompressStreamGzip (0.13s) [2020-10-27T03:32:46.224Z] === RUN TestDecompressStreamBzip2 [2020-10-27T03:32:46.687Z] --- PASS: TestDecompressStreamBzip2 (0.17s) [2020-10-27T03:32:46.687Z] === RUN TestDecompressStreamXz [2020-10-27T03:32:46.687Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-10-27T03:32:46.687Z] archive_test.go:133: Xz not present in msys2 [2020-10-27T03:32:46.687Z] === RUN TestCompressStreamXzUnsupported [2020-10-27T03:32:46.687Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-10-27T03:32:46.687Z] === RUN TestCompressStreamBzip2Unsupported [2020-10-27T03:32:46.687Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-10-27T03:32:46.687Z] === RUN TestCompressStreamInvalid [2020-10-27T03:32:46.687Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-10-27T03:32:46.687Z] === RUN TestExtensionInvalid [2020-10-27T03:32:46.687Z] --- PASS: TestExtensionInvalid (0.00s) [2020-10-27T03:32:46.687Z] === RUN TestExtensionUncompressed [2020-10-27T03:32:46.687Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-10-27T03:32:46.687Z] === RUN TestExtensionBzip2 [2020-10-27T03:32:46.687Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-10-27T03:32:46.687Z] === RUN TestExtensionGzip [2020-10-27T03:32:46.687Z] --- PASS: TestExtensionGzip (0.00s) [2020-10-27T03:32:46.687Z] === RUN TestExtensionXz [2020-10-27T03:32:46.687Z] --- PASS: TestExtensionXz (0.00s) [2020-10-27T03:32:46.687Z] === RUN TestCmdStreamLargeStderr [2020-10-27T03:32:46.687Z] --- PASS: TestCmdStreamLargeStderr (0.12s) [2020-10-27T03:32:46.687Z] === RUN TestCmdStreamBad [2020-10-27T03:32:46.687Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-10-27T03:32:46.687Z] archive_test.go:238: Failing on Windows CI machines [2020-10-27T03:32:46.687Z] === RUN TestCmdStreamGood [2020-10-27T03:32:46.687Z] --- PASS: TestCmdStreamGood (0.06s) [2020-10-27T03:32:46.687Z] === RUN TestUntarPathWithInvalidDest [2020-10-27T03:32:46.687Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2020-10-27T03:32:46.687Z] === RUN TestUntarPathWithInvalidSrc [2020-10-27T03:32:46.687Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-10-27T03:32:46.687Z] === RUN TestUntarPath [2020-10-27T03:32:46.687Z] --- PASS: TestUntarPath (0.07s) [2020-10-27T03:32:46.687Z] === RUN TestUntarPathWithDestinationFile [2020-10-27T03:32:46.959Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-10-27T03:32:47.151Z] --- PASS: TestUntarPathWithDestinationFile (0.12s) [2020-10-27T03:32:47.151Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-10-27T03:32:47.151Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.18s) [2020-10-27T03:32:47.151Z] === RUN TestCopyWithTarInvalidSrc [2020-10-27T03:32:47.151Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-10-27T03:32:47.151Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-10-27T03:32:47.151Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-10-27T03:32:47.151Z] === RUN TestCopyWithTarSrcFile [2020-10-27T03:32:47.151Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2020-10-27T03:32:47.151Z] === RUN TestCopyWithTarSrcFolder [2020-10-27T03:32:47.151Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2020-10-27T03:32:47.151Z] === RUN TestCopyFileWithTarInvalidSrc [2020-10-27T03:32:47.151Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2020-10-27T03:32:47.151Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-10-27T03:32:47.151Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2020-10-27T03:32:47.151Z] === RUN TestCopyFileWithTarSrcFolder [2020-10-27T03:32:47.151Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-10-27T03:32:47.151Z] === RUN TestCopyFileWithTarSrcFile [2020-10-27T03:32:47.151Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2020-10-27T03:32:47.151Z] === RUN TestTarFiles [2020-10-27T03:32:47.151Z] === RUN Test [2020-10-27T03:32:47.151Z] === RUN Test/TestContainsEntry [2020-10-27T03:32:47.151Z] === RUN Test/TestCreateEntries [2020-10-27T03:32:47.151Z] === RUN Test/TestEntriesDiff [2020-10-27T03:32:47.151Z] === RUN Test/TestEntriesEquality [2020-10-27T03:32:47.151Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-10-27T03:32:47.151Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-10-27T03:32:47.151Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-10-27T03:32:47.151Z] === RUN Test/TestGeneratorNotGenerate [2020-10-27T03:32:47.151Z] === RUN Test/TestGeneratorWithPort [2020-10-27T03:32:47.151Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-10-27T03:32:47.151Z] === RUN Test/TestNewEntry [2020-10-27T03:32:47.151Z] === RUN Test/TestParse [2020-10-27T03:32:47.151Z] --- PASS: Test (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestNewEntry (0.00s) [2020-10-27T03:32:47.151Z] --- PASS: Test/TestParse (0.00s) [2020-10-27T03:32:47.151Z] PASS [2020-10-27T03:32:47.151Z] coverage: 58.3% of statements [2020-10-27T03:32:47.151Z] ok github.com/docker/docker/pkg/discovery 0.192s coverage: 58.3% of statements [2020-10-27T03:32:47.163Z] time="2020-10-27T03:32:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:32:47.163Z] time="2020-10-27T03:32:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c8c1d5230f75ed03fd41dffc1abc8809b79dbb0f5fd8e3f9f61cf97b3acb9024" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:32:47.163Z] time="2020-10-27T03:32:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:32:47.163Z] time="2020-10-27T03:32:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c8c1d5230f75ed03fd41dffc1abc8809b79dbb0f5fd8e3f9f61cf97b3acb9024" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:32:47.215Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-10-27T03:32:47.215Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-10-27T03:32:47.424Z] --- PASS: TestPluginInstall (8.79s) [2020-10-27T03:32:47.424Z] --- PASS: TestPluginInstall/no_auth (5.83s) [2020-10-27T03:32:47.424Z] --- PASS: TestPluginInstall/with_htpasswd (1.21s) [2020-10-27T03:32:47.424Z] --- PASS: TestPluginInstall/with_insecure (1.76s) [2020-10-27T03:32:47.424Z] plugin_test.go:157: [d01f354bd0e40] daemon is not started [2020-10-27T03:32:47.424Z] PASS [2020-10-27T03:32:47.424Z] [2020-10-27T03:32:47.424Z] DONE 6 tests in 9.011s [2020-10-27T03:32:47.424Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-10-27T03:32:47.424Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:47.424Z] ++ set -e [2020-10-27T03:32:47.424Z] ++ '[' -n 0 ']' [2020-10-27T03:32:47.424Z] ++ set -x [2020-10-27T03:32:47.424Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:47.614Z] === RUN Test [2020-10-27T03:32:47.614Z] === RUN Test/TestContent [2020-10-27T03:32:47.614Z] === RUN Test/TestInitialize [2020-10-27T03:32:47.614Z] === RUN Test/TestNew [2020-10-27T03:32:47.614Z] === RUN Test/TestParsingContentsWithComments [2020-10-27T03:32:47.614Z] === RUN Test/TestRegister [2020-10-27T03:32:47.614Z] === RUN Test/TestWatch [2020-10-27T03:32:47.614Z] --- PASS: Test (0.03s) [2020-10-27T03:32:47.614Z] --- PASS: Test/TestContent (0.00s) [2020-10-27T03:32:47.614Z] --- PASS: Test/TestInitialize (0.00s) [2020-10-27T03:32:47.614Z] --- PASS: Test/TestNew (0.00s) [2020-10-27T03:32:47.614Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-10-27T03:32:47.614Z] --- PASS: Test/TestRegister (0.00s) [2020-10-27T03:32:47.614Z] --- PASS: Test/TestWatch (0.03s) [2020-10-27T03:32:47.614Z] PASS [2020-10-27T03:32:47.614Z] coverage: 92.9% of statements [2020-10-27T03:32:47.614Z] ok github.com/docker/docker/pkg/discovery/file 0.268s coverage: 92.9% of statements [2020-10-27T03:32:47.685Z] INFO: Testing against a local daemon [2020-10-27T03:32:47.685Z] === RUN TestExternalGraphDriver [2020-10-27T03:32:47.685Z] === RUN TestExternalGraphDriver/json [2020-10-27T03:32:49.167Z] === RUN Test [2020-10-27T03:32:49.167Z] === RUN Test/TestInitialize [2020-10-27T03:32:49.356Z] ok github.com/docker/docker/daemon/cluster/convert 0.049s coverage: 35.9% of statements [2020-10-27T03:32:49.631Z] time="2020-10-27T03:32:49Z" level=info msg="Initializing discovery without TLS" [2020-10-27T03:32:49.631Z] time="2020-10-27T03:32:49Z" level=info msg="Initializing discovery without TLS" [2020-10-27T03:32:49.631Z] time="2020-10-27T03:32:49Z" level=info msg="Initializing discovery without TLS" [2020-10-27T03:32:49.631Z] === RUN Test/TestInitializeWithCerts [2020-10-27T03:32:49.631Z] time="2020-10-27T03:32:49Z" level=info msg="Initializing discovery with TLS" [2020-10-27T03:32:49.631Z] === RUN Test/TestWatch [2020-10-27T03:32:49.631Z] time="2020-10-27T03:32:49Z" level=info msg="Initializing discovery without TLS" [2020-10-27T03:32:49.631Z] === RUN Test [2020-10-27T03:32:49.631Z] === RUN Test/TestWatch [2020-10-27T03:32:49.631Z] --- PASS: Test (0.00s) [2020-10-27T03:32:49.631Z] --- PASS: Test/TestWatch (0.00s) [2020-10-27T03:32:49.631Z] PASS [2020-10-27T03:32:49.631Z] coverage: 92.3% of statements [2020-10-27T03:32:49.631Z] ok github.com/docker/docker/pkg/discovery/memory 0.684s coverage: 92.3% of statements [2020-10-27T03:32:49.631Z] === RUN Test [2020-10-27T03:32:49.631Z] === RUN Test/TestInitialize [2020-10-27T03:32:49.631Z] === RUN Test/TestInitializeWithPattern [2020-10-27T03:32:49.631Z] === RUN Test/TestRegister [2020-10-27T03:32:49.631Z] === RUN Test/TestWatch [2020-10-27T03:32:49.631Z] --- PASS: Test (0.00s) [2020-10-27T03:32:49.631Z] --- PASS: Test/TestInitialize (0.00s) [2020-10-27T03:32:49.631Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-10-27T03:32:49.631Z] --- PASS: Test/TestRegister (0.00s) [2020-10-27T03:32:49.631Z] --- PASS: Test/TestWatch (0.00s) [2020-10-27T03:32:49.631Z] PASS [2020-10-27T03:32:49.631Z] coverage: 93.8% of statements [2020-10-27T03:32:49.631Z] ok github.com/docker/docker/pkg/discovery/nodes 0.100s coverage: 93.8% of statements [2020-10-27T03:32:50.231Z] === RUN TestExternalGraphDriver/spec [2020-10-27T03:32:51.183Z] === RUN TestPollerAddRemove [2020-10-27T03:32:51.183Z] --- PASS: TestPollerAddRemove (0.00s) [2020-10-27T03:32:51.183Z] === RUN TestPollerEvent [2020-10-27T03:32:51.183Z] --- SKIP: TestPollerEvent (0.00s) [2020-10-27T03:32:51.183Z] poller_test.go:41: No chmod on Windows [2020-10-27T03:32:51.183Z] === RUN TestPollerClose [2020-10-27T03:32:51.183Z] --- PASS: TestPollerClose (0.00s) [2020-10-27T03:32:51.183Z] PASS [2020-10-27T03:32:51.183Z] coverage: 36.2% of statements [2020-10-27T03:32:51.183Z] ok github.com/docker/docker/pkg/filenotify 0.049s coverage: 36.2% of statements [2020-10-27T03:32:51.470Z] ok github.com/docker/docker/daemon/cluster 0.187s coverage: 0.5% of statements [2020-10-27T03:32:51.553Z] --- PASS: TestContainerKillOnDaemonStart (12.15s) [2020-10-27T03:32:51.553Z] PASS [2020-10-27T03:32:51.553Z] [2020-10-27T03:32:51.553Z] === Skipped [2020-10-27T03:32:51.553Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-10-27T03:32:51.553Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:32:51.553Z] [2020-10-27T03:32:51.553Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-10-27T03:32:51.553Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:32:51.553Z] [2020-10-27T03:32:51.553Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-10-27T03:32:51.553Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:32:51.553Z] [2020-10-27T03:32:51.553Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-27T03:32:51.553Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-27T03:32:51.553Z] [2020-10-27T03:32:51.553Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-10-27T03:32:51.553Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-27T03:32:51.553Z] [2020-10-27T03:32:51.553Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-10-27T03:32:51.553Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:32:51.553Z] [2020-10-27T03:32:51.553Z] [2020-10-27T03:32:51.553Z] DONE 193 tests, 6 skipped in 151.929s [2020-10-27T03:32:51.553Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-10-27T03:32:51.553Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:51.553Z] ++ set -e [2020-10-27T03:32:51.553Z] ++ '[' -n 0 ']' [2020-10-27T03:32:51.553Z] ++ set -x [2020-10-27T03:32:51.553Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:51.553Z] INFO: Testing against a local daemon [2020-10-27T03:32:51.553Z] === RUN TestCommitInheritsEnv [2020-10-27T03:32:51.553Z] --- PASS: TestCommitInheritsEnv (0.55s) [2020-10-27T03:32:51.553Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-27T03:32:51.553Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-10-27T03:32:51.553Z] === RUN TestImagesFilterMultiReference [2020-10-27T03:32:51.553Z] --- PASS: TestImagesFilterMultiReference (0.03s) [2020-10-27T03:32:51.553Z] === RUN TestImagePullPlatformInvalid [2020-10-27T03:32:51.553Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-10-27T03:32:51.553Z] === RUN TestRemoveImageOrphaning [2020-10-27T03:32:51.648Z] === RUN TestCopyFileWithInvalidSrc [2020-10-27T03:32:51.648Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestCopyFileWithInvalidDest [2020-10-27T03:32:51.648Z] --- PASS: TestCopyFileWithInvalidDest (0.01s) [2020-10-27T03:32:51.648Z] === RUN TestCopyFileWithSameSrcAndDest [2020-10-27T03:32:51.648Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.01s) [2020-10-27T03:32:51.648Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-10-27T03:32:51.648Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2020-10-27T03:32:51.648Z] === RUN TestCopyFile [2020-10-27T03:32:51.648Z] --- PASS: TestCopyFile (0.01s) [2020-10-27T03:32:51.648Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-10-27T03:32:51.648Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-10-27T03:32:51.648Z] fileutils_test.go:134: Needs porting to Windows [2020-10-27T03:32:51.648Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-10-27T03:32:51.648Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestReadSymlinkedDirectoryToFile [2020-10-27T03:32:51.648Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-10-27T03:32:51.648Z] fileutils_test.go:180: Needs porting to Windows [2020-10-27T03:32:51.648Z] === RUN TestWildcardMatches [2020-10-27T03:32:51.648Z] --- PASS: TestWildcardMatches (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestPatternMatches [2020-10-27T03:32:51.648Z] --- PASS: TestPatternMatches (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-10-27T03:32:51.648Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestPatternMatchesFolderExclusions [2020-10-27T03:32:51.648Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-10-27T03:32:51.648Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-10-27T03:32:51.648Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-10-27T03:32:51.648Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-10-27T03:32:51.648Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestSingleExclamationError [2020-10-27T03:32:51.648Z] --- PASS: TestSingleExclamationError (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestMatchesWithNoPatterns [2020-10-27T03:32:51.648Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestMatchesWithMalformedPatterns [2020-10-27T03:32:51.648Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestMatches [2020-10-27T03:32:51.648Z] --- PASS: TestMatches (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestCleanPatterns [2020-10-27T03:32:51.648Z] --- PASS: TestCleanPatterns (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-10-27T03:32:51.648Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestCleanPatternsExceptionFlag [2020-10-27T03:32:51.648Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-10-27T03:32:51.648Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-10-27T03:32:51.648Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestCleanPatternsErrorSingleException [2020-10-27T03:32:51.648Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-10-27T03:32:51.648Z] === RUN TestCreateIfNotExistsDir [2020-10-27T03:32:51.648Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2020-10-27T03:32:51.648Z] === RUN TestCreateIfNotExistsFile [2020-10-27T03:32:51.648Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2020-10-27T03:32:51.648Z] === RUN TestMatch [2020-10-27T03:32:51.648Z] --- PASS: TestMatch (0.00s) [2020-10-27T03:32:51.648Z] PASS [2020-10-27T03:32:51.648Z] coverage: 87.7% of statements [2020-10-27T03:32:51.648Z] ok github.com/docker/docker/pkg/fileutils 0.132s coverage: 87.7% of statements [2020-10-27T03:32:51.845Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2020-10-27T03:32:51.845Z] === RUN TestRemoveImageGarbageCollector [2020-10-27T03:32:51.845Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-10-27T03:32:51.845Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:32:51.845Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-27T03:32:51.845Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.01s) [2020-10-27T03:32:51.845Z] === RUN TestTagInvalidReference [2020-10-27T03:32:51.845Z] --- PASS: TestTagInvalidReference (0.02s) [2020-10-27T03:32:51.845Z] === RUN TestTagValidPrefixedRepo [2020-10-27T03:32:51.845Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-10-27T03:32:51.845Z] === RUN TestTagExistedNameWithoutForce [2020-10-27T03:32:51.845Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-10-27T03:32:51.845Z] === RUN TestTagOfficialNames [2020-10-27T03:32:51.845Z] --- PASS: TestTagOfficialNames (0.03s) [2020-10-27T03:32:51.845Z] === RUN TestTagMatchesDigest [2020-10-27T03:32:51.845Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-10-27T03:32:51.845Z] === CONT TestImportExtremelyLargeImageWorks [2020-10-27T03:32:52.464Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-10-27T03:32:52.625Z] === RUN TestGet [2020-10-27T03:32:52.625Z] --- PASS: TestGet (0.00s) [2020-10-27T03:32:52.625Z] === RUN TestGetShortcutString [2020-10-27T03:32:52.625Z] --- PASS: TestGetShortcutString (0.00s) [2020-10-27T03:32:52.625Z] PASS [2020-10-27T03:32:52.625Z] coverage: 42.9% of statements [2020-10-27T03:32:52.625Z] ok github.com/docker/docker/pkg/homedir 0.148s coverage: 42.9% of statements [2020-10-27T03:32:52.625Z] --- PASS: Test (3.17s) [2020-10-27T03:32:52.625Z] --- PASS: Test/TestInitialize (0.14s) [2020-10-27T03:32:52.625Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2020-10-27T03:32:52.625Z] --- PASS: Test/TestWatch (3.01s) [2020-10-27T03:32:52.625Z] PASS [2020-10-27T03:32:52.625Z] coverage: 84.1% of statements [2020-10-27T03:32:52.625Z] ok github.com/docker/docker/pkg/discovery/kv 3.703s coverage: 84.1% of statements [2020-10-27T03:32:53.089Z] === RUN TestCreateIDMapOrder [2020-10-27T03:32:53.089Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-10-27T03:32:53.089Z] PASS [2020-10-27T03:32:53.089Z] coverage: 7.3% of statements [2020-10-27T03:32:53.089Z] ok github.com/docker/docker/pkg/idtools 0.160s coverage: 7.3% of statements [2020-10-27T03:32:53.533Z] === RUN TestExternalGraphDriver/pull [2020-10-27T03:32:54.067Z] --- PASS: TestTarFiles (7.18s) [2020-10-27T03:32:54.067Z] === RUN TestTarUntar [2020-10-27T03:32:54.537Z] --- PASS: TestTarUntar (0.03s) [2020-10-27T03:32:54.537Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-10-27T03:32:54.537Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2020-10-27T03:32:54.537Z] === RUN TestTarWithOptions [2020-10-27T03:32:54.537Z] --- PASS: TestTarWithOptions (0.03s) [2020-10-27T03:32:54.537Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-10-27T03:32:54.537Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-10-27T03:32:54.537Z] === RUN TestUntarUstarGnuConflict [2020-10-27T03:32:54.537Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2020-10-27T03:32:54.537Z] === RUN TestUntarInvalidFilenames [2020-10-27T03:32:54.537Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames824318902\\dest" [2020-10-27T03:32:54.537Z] --- PASS: TestUntarInvalidFilenames (0.20s) [2020-10-27T03:32:54.537Z] === RUN TestUntarHardlinkToSymlink [2020-10-27T03:32:54.537Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2020-10-27T03:32:54.537Z] === RUN TestUntarInvalidHardlink [2020-10-27T03:32:54.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink738393047\\victim\\hello" -> "../victim/hello" [2020-10-27T03:32:54.537Z] === RUN TestError [2020-10-27T03:32:54.537Z] --- PASS: TestError (0.00s) [2020-10-27T03:32:54.537Z] === RUN TestProgressString [2020-10-27T03:32:54.537Z] === RUN TestProgressString/no_progress [2020-10-27T03:32:54.537Z] === RUN TestProgressString/progress_1 [2020-10-27T03:32:54.537Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-10-27T03:32:54.537Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-10-27T03:32:54.537Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-10-27T03:32:54.537Z] === RUN TestProgressString/with_units [2020-10-27T03:32:54.537Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-10-27T03:32:54.537Z] === RUN TestProgressString/hide_counts [2020-10-27T03:32:54.537Z] --- PASS: TestProgressString (0.00s) [2020-10-27T03:32:54.537Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-10-27T03:32:54.537Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-10-27T03:32:54.537Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-10-27T03:32:54.537Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-10-27T03:32:54.537Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-10-27T03:32:54.537Z] --- PASS: TestProgressString/with_units (0.00s) [2020-10-27T03:32:54.537Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-10-27T03:32:54.537Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-10-27T03:32:54.537Z] === RUN TestJSONMessageDisplay [2020-10-27T03:32:54.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink923735370\\victim\\hello" -> "/../victim/hello" [2020-10-27T03:32:54.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink187555873\\victim" -> "../victim" [2020-10-27T03:32:54.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink913633036\\victim" -> "../victim" [2020-10-27T03:32:54.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink397018363\\victim" -> "../victim" [2020-10-27T03:32:54.537Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink070112286\\victim" -> "../victim" [2020-10-27T03:32:54.537Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2020-10-27T03:32:54.537Z] === RUN TestUntarInvalidSymlink [2020-10-27T03:32:54.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink563459301\\dest\\dotdot" -> "../victim/hello" [2020-10-27T03:32:54.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink098473728\\dest\\slash-dotdot" -> "/../victim/hello" [2020-10-27T03:32:54.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink698619487\\dest\\loophole-victim" -> "../victim" [2020-10-27T03:32:54.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink464676914\\dest\\loophole-victim" -> "../victim" [2020-10-27T03:32:54.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink413245929\\dest\\loophole-victim" -> "../victim" [2020-10-27T03:32:54.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink541082676\\dest\\loophole-victim" -> "../victim" [2020-10-27T03:32:54.537Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink603136515\\dest\\dir\\loophole" -> "../../victim" [2020-10-27T03:32:54.537Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2020-10-27T03:32:54.537Z] === RUN TestTempArchiveCloseMultipleTimes [2020-10-27T03:32:54.537Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-10-27T03:32:54.537Z] === RUN TestReplaceFileTarWrapper [2020-10-27T03:32:54.537Z] === RUN TestStandardLongPath [2020-10-27T03:32:54.537Z] --- PASS: TestStandardLongPath (0.00s) [2020-10-27T03:32:54.537Z] === RUN TestUNCLongPath [2020-10-27T03:32:54.537Z] --- PASS: TestUNCLongPath (0.00s) [2020-10-27T03:32:54.537Z] PASS [2020-10-27T03:32:54.537Z] coverage: 100.0% of statements [2020-10-27T03:32:54.537Z] ok github.com/docker/docker/pkg/longpath 0.049s coverage: 100.0% of statements [2020-10-27T03:32:54.537Z] --- PASS: TestJSONMessageDisplay (0.17s) [2020-10-27T03:32:54.537Z] === RUN TestJSONMessageDisplayWithJSONError [2020-10-27T03:32:54.537Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-10-27T03:32:54.537Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-10-27T03:32:54.537Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-10-27T03:32:54.537Z] === RUN TestDisplayJSONMessagesStream [2020-10-27T03:32:54.537Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-10-27T03:32:54.537Z] PASS [2020-10-27T03:32:54.537Z] coverage: 91.7% of statements [2020-10-27T03:32:54.537Z] ok github.com/docker/docker/pkg/jsonmessage 0.288s coverage: 91.7% of statements [2020-10-27T03:32:54.981Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-10-27T03:32:55.009Z] --- PASS: TestReplaceFileTarWrapper (0.21s) [2020-10-27T03:32:55.009Z] === RUN TestPrefixHeaderReadable [2020-10-27T03:32:55.009Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2020-10-27T03:32:55.009Z] === RUN TestDisablePigz [2020-10-27T03:32:55.009Z] === RUN TestFixedBufferCap [2020-10-27T03:32:55.009Z] --- PASS: TestFixedBufferCap (0.00s) [2020-10-27T03:32:55.009Z] === RUN TestFixedBufferLen [2020-10-27T03:32:55.009Z] --- PASS: TestFixedBufferLen (0.00s) [2020-10-27T03:32:55.009Z] === RUN TestFixedBufferString [2020-10-27T03:32:55.009Z] --- PASS: TestFixedBufferString (0.00s) [2020-10-27T03:32:55.009Z] === RUN TestFixedBufferWrite [2020-10-27T03:32:55.009Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-10-27T03:32:55.009Z] === RUN TestFixedBufferRead [2020-10-27T03:32:55.009Z] --- PASS: TestFixedBufferRead (0.00s) [2020-10-27T03:32:55.009Z] === RUN TestBytesPipeRead [2020-10-27T03:32:55.009Z] --- PASS: TestBytesPipeRead (0.00s) [2020-10-27T03:32:55.009Z] === RUN TestBytesPipeWrite [2020-10-27T03:32:55.009Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-10-27T03:32:55.009Z] === RUN TestBytesPipeWriteRandomChunks [2020-10-27T03:32:55.009Z] --- PASS: TestDisablePigz (0.14s) [2020-10-27T03:32:55.009Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-10-27T03:32:55.009Z] === RUN TestPigz [2020-10-27T03:32:55.009Z] --- PASS: TestPigz (0.14s) [2020-10-27T03:32:55.009Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-10-27T03:32:55.009Z] === RUN TestCopyFileWithInvalidDest [2020-10-27T03:32:55.009Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-10-27T03:32:55.009Z] archive_windows_test.go:16: Currently fails [2020-10-27T03:32:55.009Z] === RUN TestCanonicalTarNameForPath [2020-10-27T03:32:55.009Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-10-27T03:32:55.009Z] === RUN TestCanonicalTarName [2020-10-27T03:32:55.009Z] --- PASS: TestCanonicalTarName (0.00s) [2020-10-27T03:32:55.009Z] === RUN TestChmodTarEntry [2020-10-27T03:32:55.009Z] --- PASS: TestChmodTarEntry (0.00s) [2020-10-27T03:32:55.009Z] === RUN TestHardLinkOrder [2020-10-27T03:32:55.009Z] --- PASS: TestHardLinkOrder (0.11s) [2020-10-27T03:32:55.037Z] ok github.com/docker/docker/daemon/discovery 0.011s coverage: 30.0% of statements [2020-10-27T03:32:55.447Z] --- PASS: TestExternalGraphDriver (7.72s) [2020-10-27T03:32:55.447Z] --- PASS: TestExternalGraphDriver/json (2.47s) [2020-10-27T03:32:55.447Z] --- PASS: TestExternalGraphDriver/spec (2.74s) [2020-10-27T03:32:55.447Z] --- PASS: TestExternalGraphDriver/pull (2.39s) [2020-10-27T03:32:55.447Z] === RUN TestGraphdriverPluginV2 [2020-10-27T03:32:55.447Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-10-27T03:32:55.447Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:32:55.447Z] PASS [2020-10-27T03:32:55.447Z] [2020-10-27T03:32:55.447Z] === Skipped [2020-10-27T03:32:55.447Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-10-27T03:32:55.447Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:32:55.447Z] [2020-10-27T03:32:55.447Z] [2020-10-27T03:32:55.447Z] DONE 5 tests, 1 skipped in 7.938s [2020-10-27T03:32:55.447Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-10-27T03:32:55.447Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:55.447Z] ++ set -e [2020-10-27T03:32:55.447Z] ++ '[' -n 0 ']' [2020-10-27T03:32:55.447Z] ++ set -x [2020-10-27T03:32:55.447Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:32:55.474Z] === RUN TestChangeString [2020-10-27T03:32:55.474Z] --- PASS: TestChangeString (0.00s) [2020-10-27T03:32:55.474Z] === RUN TestChangesWithNoChanges [2020-10-27T03:32:55.474Z] --- PASS: TestChangesWithNoChanges (0.03s) [2020-10-27T03:32:55.474Z] === RUN TestChangesWithChanges [2020-10-27T03:32:55.474Z] --- PASS: TestChangesWithChanges (0.04s) [2020-10-27T03:32:55.474Z] === RUN TestChangesWithChangesGH13590 [2020-10-27T03:32:55.474Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-10-27T03:32:55.474Z] changes_test.go:192: needs more investigation [2020-10-27T03:32:55.474Z] === RUN TestChangesDirsEmpty [2020-10-27T03:32:55.474Z] --- PASS: TestChangesDirsEmpty (0.17s) [2020-10-27T03:32:55.474Z] === RUN TestChangesDirsMutated [2020-10-27T03:32:55.474Z] --- PASS: TestBytesPipeWriteRandomChunks (0.54s) [2020-10-27T03:32:55.474Z] === RUN TestAtomicWriteToFile [2020-10-27T03:32:55.474Z] --- PASS: TestAtomicWriteToFile (0.01s) [2020-10-27T03:32:55.474Z] === RUN TestAtomicWriteSetCommit [2020-10-27T03:32:55.474Z] --- PASS: TestAtomicWriteSetCommit (0.02s) [2020-10-27T03:32:55.474Z] === RUN TestAtomicWriteSetCancel [2020-10-27T03:32:55.474Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2020-10-27T03:32:55.474Z] === RUN TestReadCloserWrapperClose [2020-10-27T03:32:55.474Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-10-27T03:32:55.474Z] === RUN TestReaderErrWrapperReadOnError [2020-10-27T03:32:55.474Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-10-27T03:32:55.474Z] === RUN TestReaderErrWrapperRead [2020-10-27T03:32:55.474Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-10-27T03:32:55.474Z] === RUN TestHashData [2020-10-27T03:32:55.474Z] --- PASS: TestHashData (0.00s) [2020-10-27T03:32:55.474Z] === RUN TestCancelReadCloser [2020-10-27T03:32:55.474Z] --- PASS: TestCancelReadCloser (0.10s) [2020-10-27T03:32:55.474Z] === RUN TestWriteCloserWrapperClose [2020-10-27T03:32:55.474Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-10-27T03:32:55.474Z] === RUN TestNopWriteCloser [2020-10-27T03:32:55.474Z] --- PASS: TestNopWriteCloser (0.00s) [2020-10-27T03:32:55.474Z] === RUN TestNopWriter [2020-10-27T03:32:55.474Z] --- PASS: TestNopWriter (0.00s) [2020-10-27T03:32:55.474Z] === RUN TestWriteCounter [2020-10-27T03:32:55.474Z] --- PASS: TestWriteCounter (0.00s) [2020-10-27T03:32:55.474Z] PASS [2020-10-27T03:32:55.474Z] coverage: 68.4% of statements [2020-10-27T03:32:55.474Z] ok github.com/docker/docker/pkg/ioutils 0.823s coverage: 68.4% of statements [2020-10-27T03:32:55.474Z] === RUN TestNameFormat [2020-10-27T03:32:55.474Z] --- PASS: TestNameFormat (0.00s) [2020-10-27T03:32:55.474Z] === RUN TestNameRetries [2020-10-27T03:32:55.474Z] --- PASS: TestNameRetries (0.00s) [2020-10-27T03:32:55.474Z] PASS [2020-10-27T03:32:55.474Z] coverage: 85.7% of statements [2020-10-27T03:32:55.474Z] --- PASS: TestChangesDirsMutated (0.23s) [2020-10-27T03:32:55.474Z] === RUN TestApplyLayer [2020-10-27T03:32:55.474Z] --- SKIP: TestApplyLayer (0.00s) [2020-10-27T03:32:55.474Z] changes_test.go:405: needs further investigation [2020-10-27T03:32:55.474Z] === RUN TestChangesSizeWithHardlinks [2020-10-27T03:32:55.474Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-10-27T03:32:55.474Z] changes_test.go:441: needs further investigation [2020-10-27T03:32:55.474Z] === RUN TestChangesSizeWithNoChanges [2020-10-27T03:32:55.474Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-10-27T03:32:55.474Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-10-27T03:32:55.474Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-10-27T03:32:55.474Z] === RUN TestChangesSize [2020-10-27T03:32:55.708Z] INFO: Testing against a local daemon [2020-10-27T03:32:55.708Z] === RUN TestContinueAfterPluginCrash [2020-10-27T03:32:55.708Z] === PAUSE TestContinueAfterPluginCrash [2020-10-27T03:32:55.708Z] === RUN TestReadPluginNoRead [2020-10-27T03:32:55.708Z] === PAUSE TestReadPluginNoRead [2020-10-27T03:32:55.708Z] === RUN TestDaemonStartWithLogOpt [2020-10-27T03:32:55.708Z] === PAUSE TestDaemonStartWithLogOpt [2020-10-27T03:32:55.708Z] === CONT TestContinueAfterPluginCrash [2020-10-27T03:32:55.708Z] === CONT TestDaemonStartWithLogOpt [2020-10-27T03:32:55.708Z] === CONT TestReadPluginNoRead [2020-10-27T03:32:55.939Z] --- PASS: TestChangesSize (0.00s) [2020-10-27T03:32:55.939Z] === RUN TestApplyLayerInvalidFilenames [2020-10-27T03:32:55.939Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames855100407\\dest" [2020-10-27T03:32:55.939Z] ok github.com/docker/docker/pkg/namesgenerator 0.042s coverage: 85.7% of statements [2020-10-27T03:32:55.939Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2020-10-27T03:32:55.939Z] === RUN TestApplyLayerInvalidHardlink [2020-10-27T03:32:55.939Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink076989761\\victim\\hello" -> "../victim/hello" [2020-10-27T03:32:55.939Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink204689836\\victim\\hello" -> "/../victim/hello" [2020-10-27T03:32:55.939Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink571548955\\victim" -> "../victim" [2020-10-27T03:32:55.939Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink807325118\\victim" -> "../victim" [2020-10-27T03:32:55.939Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink027904005\\victim" -> "../victim" [2020-10-27T03:32:55.939Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink525521824\\victim" -> "../victim" [2020-10-27T03:32:55.939Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2020-10-27T03:32:55.939Z] === RUN TestApplyLayerInvalidSymlink [2020-10-27T03:32:55.939Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink958223999\\dest\\dotdot" -> "../victim/hello" [2020-10-27T03:32:55.939Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink379397074\\dest\\slash-dotdot" -> "/../victim/hello" [2020-10-27T03:32:55.939Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink491203337\\dest\\loophole-victim" -> "../victim" [2020-10-27T03:32:55.939Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink043687124\\dest\\loophole-victim" -> "../victim" [2020-10-27T03:32:55.939Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink441226275\\dest\\loophole-victim" -> "../victim" [2020-10-27T03:32:55.939Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink735651110\\dest\\loophole-victim" -> "../victim" [2020-10-27T03:32:55.939Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2020-10-27T03:32:55.939Z] === RUN TestApplyLayerWhiteouts [2020-10-27T03:32:55.939Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2020-10-27T03:32:55.939Z] === RUN TestGenerateEmptyFile [2020-10-27T03:32:55.939Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-10-27T03:32:55.939Z] === RUN TestGenerateWithContent [2020-10-27T03:32:55.939Z] --- PASS: TestGenerateWithContent (0.00s) [2020-10-27T03:32:55.939Z] PASS [2020-10-27T03:32:55.939Z] coverage: 62.7% of statements [2020-10-27T03:32:55.939Z] ok github.com/docker/docker/pkg/archive 10.548s coverage: 62.7% of statements [2020-10-27T03:32:55.939Z] === RUN TestParseKeyValueOpt [2020-10-27T03:32:55.939Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-10-27T03:32:55.939Z] === RUN TestParseUintList [2020-10-27T03:32:55.939Z] --- PASS: TestParseUintList (0.00s) [2020-10-27T03:32:55.939Z] === RUN TestParseUintListMaximumLimits [2020-10-27T03:32:55.939Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-10-27T03:32:55.939Z] PASS [2020-10-27T03:32:55.939Z] coverage: 97.0% of statements [2020-10-27T03:32:55.939Z] ok github.com/docker/docker/pkg/parsers 0.076s coverage: 97.0% of statements [2020-10-27T03:32:56.922Z] === RUN TestNewAndRemove [2020-10-27T03:32:56.922Z] --- PASS: TestNewAndRemove (0.00s) [2020-10-27T03:32:56.922Z] === RUN TestRemoveInvalidPath [2020-10-27T03:32:56.922Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-10-27T03:32:56.922Z] PASS [2020-10-27T03:32:56.922Z] coverage: 82.6% of statements [2020-10-27T03:32:56.922Z] ok github.com/docker/docker/pkg/pidfile 0.070s coverage: 82.6% of statements [2020-10-27T03:32:57.138Z] ok github.com/docker/docker/daemon/config 0.071s coverage: 81.8% of statements [2020-10-27T03:32:57.138Z] ok github.com/docker/docker/daemon/events 0.068s coverage: 50.0% of statements [2020-10-27T03:32:58.256Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-10-27T03:32:58.475Z] === RUN TestParseEmptyInterface [2020-10-27T03:32:58.475Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-10-27T03:32:58.475Z] === RUN TestParseNonInterfaceType [2020-10-27T03:32:58.475Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-10-27T03:32:58.475Z] === RUN TestParseWithOneFunction [2020-10-27T03:32:58.475Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-10-27T03:32:58.475Z] === RUN TestParseWithMultipleFuncs [2020-10-27T03:32:58.475Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-10-27T03:32:58.475Z] === RUN TestParseWithUnnamedReturn [2020-10-27T03:32:58.475Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-10-27T03:32:58.475Z] === RUN TestEmbeddedInterface [2020-10-27T03:32:58.475Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-10-27T03:32:58.475Z] === RUN TestParsedImports [2020-10-27T03:32:58.475Z] --- PASS: TestParsedImports (0.00s) [2020-10-27T03:32:58.475Z] === RUN TestAliasedImports [2020-10-27T03:32:58.475Z] --- PASS: TestAliasedImports (0.00s) [2020-10-27T03:32:58.475Z] PASS [2020-10-27T03:32:58.475Z] coverage: 56.8% of statements [2020-10-27T03:32:58.475Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.083s coverage: 56.8% of statements [2020-10-27T03:32:58.475Z] === RUN TestFailedConnection [2020-10-27T03:32:59.453Z] === RUN TestHTTPTransport [2020-10-27T03:32:59.453Z] --- PASS: TestHTTPTransport (0.00s) [2020-10-27T03:32:59.453Z] PASS [2020-10-27T03:32:59.453Z] coverage: 85.7% of statements [2020-10-27T03:32:59.453Z] ok github.com/docker/docker/pkg/plugins/transport 0.154s coverage: 85.7% of statements [2020-10-27T03:32:59.453Z] --- PASS: TestFailedConnection (1.19s) [2020-10-27T03:32:59.453Z] === RUN TestFailOnce [2020-10-27T03:32:59.919Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-10-27T03:32:59.919Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-10-27T03:32:59.919Z] === RUN TestBufioReaderPoolPutAndGet [2020-10-27T03:32:59.919Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-10-27T03:32:59.919Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-10-27T03:32:59.919Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-10-27T03:32:59.919Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-10-27T03:32:59.919Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-10-27T03:32:59.919Z] === RUN TestBufioWriterPoolPutAndGet [2020-10-27T03:32:59.919Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-10-27T03:32:59.919Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-10-27T03:32:59.919Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-10-27T03:32:59.919Z] === RUN TestBufferPoolPutAndGet [2020-10-27T03:32:59.919Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-10-27T03:32:59.919Z] PASS [2020-10-27T03:32:59.919Z] coverage: 88.2% of statements [2020-10-27T03:32:59.919Z] ok github.com/docker/docker/pkg/pools 0.138s coverage: 88.2% of statements [2020-10-27T03:32:59.919Z] 2020/10/27 03:32:59 http: panic serving 127.0.0.1:49218: Plugin not ready [2020-10-27T03:32:59.919Z] goroutine 34 [running]: [2020-10-27T03:32:59.919Z] net/http.(*conn).serve.func1(0xc00013e000) [2020-10-27T03:32:59.919Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-10-27T03:32:59.919Z] panic(0x849ac0, 0x986810) [2020-10-27T03:32:59.919Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-10-27T03:32:59.919Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a480, 0xc0001020e0, 0xc00015c000) [2020-10-27T03:32:59.919Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-10-27T03:32:59.919Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a480, 0xc0001020e0, 0xc00015c000) [2020-10-27T03:32:59.919Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-10-27T03:32:59.919Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a480, 0xc0001020e0, 0xc00015c000) [2020-10-27T03:32:59.919Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-10-27T03:32:59.919Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a480, 0xc0001020e0, 0xc00015c000) [2020-10-27T03:32:59.919Z] c:/go/src/net/http/server.go:2831 +0xab [2020-10-27T03:32:59.919Z] net/http.(*conn).serve(0xc00013e000, 0x99b040, 0xc00011c040) [2020-10-27T03:32:59.919Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-10-27T03:32:59.919Z] created by net/http.(*Server).Serve [2020-10-27T03:32:59.919Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-10-27T03:32:59.919Z] time="2020-10-27T03:32:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49217/Test.FailOnce: Post http://127.0.0.1:49217/Test.FailOnce: EOF, retrying in 1s" [2020-10-27T03:32:59.926Z] === RUN TestReadPluginNoRead/default [2020-10-27T03:32:59.943Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2020-10-27T03:33:00.149Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-10-27T03:33:00.384Z] === RUN TestOutputOnPrematureClose [2020-10-27T03:33:00.384Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-10-27T03:33:00.384Z] === RUN TestCompleteSilently [2020-10-27T03:33:00.384Z] --- PASS: TestCompleteSilently (0.00s) [2020-10-27T03:33:00.384Z] PASS [2020-10-27T03:33:00.384Z] coverage: 75.9% of statements [2020-10-27T03:33:00.384Z] ok github.com/docker/docker/pkg/progress 0.068s coverage: 75.9% of statements [2020-10-27T03:33:00.499Z] --- PASS: TestDaemonStartWithLogOpt (4.83s) [2020-10-27T03:33:00.848Z] === RUN TestSendToOneSub [2020-10-27T03:33:00.848Z] --- PASS: TestSendToOneSub (0.00s) [2020-10-27T03:33:00.848Z] === RUN TestSendToMultipleSubs [2020-10-27T03:33:00.848Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-10-27T03:33:00.848Z] === RUN TestEvictOneSub [2020-10-27T03:33:00.848Z] --- PASS: TestEvictOneSub (0.00s) [2020-10-27T03:33:00.848Z] === RUN TestClosePublisher [2020-10-27T03:33:00.848Z] --- PASS: TestClosePublisher (0.00s) [2020-10-27T03:33:00.848Z] === RUN TestPubSubRace [2020-10-27T03:33:00.848Z] --- PASS: TestFailOnce (1.15s) [2020-10-27T03:33:00.848Z] === RUN TestEchoInputOutput [2020-10-27T03:33:00.848Z] --- PASS: TestEchoInputOutput (0.00s) [2020-10-27T03:33:00.848Z] === RUN TestBackoff [2020-10-27T03:33:00.848Z] --- PASS: TestBackoff (0.00s) [2020-10-27T03:33:00.848Z] === RUN TestAbortRetry [2020-10-27T03:33:00.848Z] --- PASS: TestAbortRetry (0.00s) [2020-10-27T03:33:00.848Z] === RUN TestClientScheme [2020-10-27T03:33:00.848Z] --- PASS: TestClientScheme (0.00s) [2020-10-27T03:33:00.848Z] === RUN TestNewClientWithTimeout [2020-10-27T03:33:01.078Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-10-27T03:33:01.316Z] time="2020-10-27T03:33:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49222/Test.Echo: Post http://127.0.0.1:49222/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2020-10-27T03:33:01.334Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-10-27T03:33:01.780Z] === RUN TestRegister [2020-10-27T03:33:01.780Z] --- PASS: TestRegister (0.00s) [2020-10-27T03:33:01.780Z] === RUN TestCommand [2020-10-27T03:33:01.780Z] --- PASS: TestCommand (0.03s) [2020-10-27T03:33:01.780Z] === RUN TestNaiveSelf [2020-10-27T03:33:01.780Z] --- PASS: TestPubSubRace (1.06s) [2020-10-27T03:33:01.780Z] PASS [2020-10-27T03:33:01.780Z] coverage: 75.0% of statements [2020-10-27T03:33:01.780Z] ok github.com/docker/docker/pkg/pubsub 1.136s coverage: 75.0% of statements [2020-10-27T03:33:01.780Z] --- PASS: TestNaiveSelf (0.07s) [2020-10-27T03:33:01.780Z] PASS [2020-10-27T03:33:01.780Z] coverage: 82.4% of statements [2020-10-27T03:33:01.781Z] ok github.com/docker/docker/pkg/reexec 0.211s coverage: 82.4% of statements [2020-10-27T03:33:01.887Z] === RUN TestReadPluginNoRead/disabled_caching [2020-10-27T03:33:01.900Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-10-27T03:33:02.694Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2020-10-27T03:33:02.764Z] time="2020-10-27T03:33:02Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49222/Test.Echo: Post http://127.0.0.1:49222/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2020-10-27T03:33:02.989Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.541s coverage: 14.0% of statements [2020-10-27T03:33:03.228Z] === RUN TestParseSignal [2020-10-27T03:33:03.228Z] --- PASS: TestParseSignal (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestValidSignalForPlatform [2020-10-27T03:33:03.228Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-10-27T03:33:03.228Z] PASS [2020-10-27T03:33:03.228Z] coverage: 20.3% of statements [2020-10-27T03:33:03.228Z] ok github.com/docker/docker/pkg/signal 0.103s coverage: 20.3% of statements [2020-10-27T03:33:03.228Z] === RUN TestNewStdWriter [2020-10-27T03:33:03.228Z] --- PASS: TestNewStdWriter (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestWriteWithUninitializedStdWriter [2020-10-27T03:33:03.228Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestWriteWithNilBytes [2020-10-27T03:33:03.228Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestWrite [2020-10-27T03:33:03.228Z] --- PASS: TestWrite (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestWriteWithWriterError [2020-10-27T03:33:03.228Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-10-27T03:33:03.228Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestStdCopyWriteAndRead [2020-10-27T03:33:03.228Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-10-27T03:33:03.228Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-10-27T03:33:03.228Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-10-27T03:33:03.228Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestStdCopyWithInvalidInputHeader [2020-10-27T03:33:03.228Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestStdCopyWithCorruptedPrefix [2020-10-27T03:33:03.228Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestStdCopyReturnsWriteErrors [2020-10-27T03:33:03.228Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-10-27T03:33:03.228Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-10-27T03:33:03.228Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-10-27T03:33:03.228Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-10-27T03:33:03.228Z] PASS [2020-10-27T03:33:03.228Z] coverage: 100.0% of statements [2020-10-27T03:33:03.228Z] ok github.com/docker/docker/pkg/stdcopy 0.066s coverage: 100.0% of statements [2020-10-27T03:33:03.790Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-10-27T03:33:03.799Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-10-27T03:33:04.215Z] === RUN TestGenerateRandomID [2020-10-27T03:33:04.215Z] --- PASS: TestGenerateRandomID (0.00s) [2020-10-27T03:33:04.215Z] === RUN TestShortenId [2020-10-27T03:33:04.215Z] --- PASS: TestShortenId (0.00s) [2020-10-27T03:33:04.215Z] === RUN TestShortenSha256Id [2020-10-27T03:33:04.215Z] --- PASS: TestShortenSha256Id (0.00s) [2020-10-27T03:33:04.215Z] === RUN TestShortenIdEmpty [2020-10-27T03:33:04.215Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-10-27T03:33:04.215Z] === RUN TestShortenIdInvalid [2020-10-27T03:33:04.215Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-10-27T03:33:04.215Z] === RUN TestIsShortIDNonHex [2020-10-27T03:33:04.215Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-10-27T03:33:04.215Z] === RUN TestIsShortIDNotCorrectSize [2020-10-27T03:33:04.215Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-10-27T03:33:04.215Z] PASS [2020-10-27T03:33:04.215Z] coverage: 70.6% of statements [2020-10-27T03:33:04.215Z] ok github.com/docker/docker/pkg/stringid 0.059s coverage: 70.6% of statements [2020-10-27T03:33:04.520Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.832s coverage: 57.1% of statements [2020-10-27T03:33:04.680Z] === RUN TestRawProgressFormatterFormatStatus [2020-10-27T03:33:04.680Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-10-27T03:33:04.680Z] === RUN TestRawProgressFormatterFormatProgress [2020-10-27T03:33:04.680Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-10-27T03:33:04.680Z] === RUN TestFormatStatus [2020-10-27T03:33:04.680Z] --- PASS: TestFormatStatus (0.00s) [2020-10-27T03:33:04.680Z] === RUN TestFormatError [2020-10-27T03:33:04.680Z] --- PASS: TestFormatError (0.00s) [2020-10-27T03:33:04.680Z] === RUN TestFormatJSONError [2020-10-27T03:33:04.680Z] --- PASS: TestFormatJSONError (0.00s) [2020-10-27T03:33:04.680Z] === RUN TestJsonProgressFormatterFormatProgress [2020-10-27T03:33:04.680Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-10-27T03:33:04.680Z] === RUN TestJsonProgressFormatterFormatStatus [2020-10-27T03:33:04.680Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-10-27T03:33:04.680Z] === RUN TestNewJSONProgressOutput [2020-10-27T03:33:04.680Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-10-27T03:33:04.680Z] === RUN TestAuxFormatterEmit [2020-10-27T03:33:04.680Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-10-27T03:33:04.680Z] === RUN TestStreamWriterStdout [2020-10-27T03:33:04.680Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-10-27T03:33:04.680Z] === RUN TestStreamWriterStderr [2020-10-27T03:33:04.680Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-10-27T03:33:04.680Z] PASS [2020-10-27T03:33:04.680Z] coverage: 66.2% of statements [2020-10-27T03:33:04.680Z] ok github.com/docker/docker/pkg/streamformatter 0.058s coverage: 66.2% of statements [2020-10-27T03:33:04.720Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-10-27T03:33:05.143Z] time="2020-10-27T03:33:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49222/Test.Echo: Post http://127.0.0.1:49222/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2020-10-27T03:33:05.608Z] === RUN TestIsCpusetListAvailable [2020-10-27T03:33:05.609Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-10-27T03:33:05.609Z] PASS [2020-10-27T03:33:05.609Z] coverage: 38.2% of statements [2020-10-27T03:33:05.609Z] ok github.com/docker/docker/pkg/sysinfo 0.045s coverage: 38.2% of statements [2020-10-27T03:33:05.710Z] --- PASS: TestReadPluginNoRead (9.66s) [2020-10-27T03:33:05.711Z] --- PASS: TestReadPluginNoRead/default (1.82s) [2020-10-27T03:33:05.711Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.75s) [2020-10-27T03:33:05.711Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.77s) [2020-10-27T03:33:05.711Z] read_test.go:92: [d04a7d8559ac1] daemon is not started [2020-10-27T03:33:05.975Z] --- PASS: TestContinueAfterPluginCrash (10.22s) [2020-10-27T03:33:05.975Z] PASS [2020-10-27T03:33:05.975Z] [2020-10-27T03:33:05.975Z] DONE 6 tests in 10.407s [2020-10-27T03:33:05.975Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-10-27T03:33:05.975Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:33:05.975Z] ++ set -e [2020-10-27T03:33:05.975Z] ++ '[' -n 0 ']' [2020-10-27T03:33:05.975Z] ++ set -x [2020-10-27T03:33:05.975Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:33:05.975Z] testing: warning: no tests to run [2020-10-27T03:33:05.975Z] PASS [2020-10-27T03:33:05.975Z] [2020-10-27T03:33:05.975Z] DONE 0 tests in 0.052s [2020-10-27T03:33:05.975Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-10-27T03:33:05.975Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:33:05.975Z] ++ set -e [2020-10-27T03:33:05.975Z] ++ '[' -n 0 ']' [2020-10-27T03:33:05.975Z] ++ set -x [2020-10-27T03:33:05.975Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:33:06.236Z] INFO: Testing against a local daemon [2020-10-27T03:33:06.236Z] === RUN TestPluginWithDevMounts [2020-10-27T03:33:06.236Z] === PAUSE TestPluginWithDevMounts [2020-10-27T03:33:06.236Z] === CONT TestPluginWithDevMounts [2020-10-27T03:33:06.593Z] === RUN TestChtimes [2020-10-27T03:33:06.593Z] --- PASS: TestChtimes (0.00s) [2020-10-27T03:33:06.593Z] === RUN TestChtimesWindows [2020-10-27T03:33:06.593Z] --- PASS: TestChtimesWindows (0.00s) [2020-10-27T03:33:06.593Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2020-10-27T03:33:06.593Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2020-10-27T03:33:06.593Z] === RUN TestEnsureRemoveAllNotExist [2020-10-27T03:33:06.593Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2020-10-27T03:33:06.593Z] === RUN TestEnsureRemoveAllWithDir [2020-10-27T03:33:06.593Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2020-10-27T03:33:06.593Z] === RUN TestEnsureRemoveAllWithFile [2020-10-27T03:33:06.593Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2020-10-27T03:33:06.593Z] === RUN TestEnsureRemoveAllWithMount [2020-10-27T03:33:06.593Z] --- SKIP: TestEnsureRemoveAllWithMount (0.00s) [2020-10-27T03:33:06.593Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-10-27T03:33:06.593Z] === RUN TestHasWin32KSupport [2020-10-27T03:33:07.059Z] --- PASS: TestHasWin32KSupport (0.00s) [2020-10-27T03:33:07.059Z] syscall_windows_test.go:8: win32k: true [2020-10-27T03:33:07.059Z] PASS [2020-10-27T03:33:07.059Z] coverage: 12.0% of statements [2020-10-27T03:33:07.059Z] ok github.com/docker/docker/pkg/system 0.085s coverage: 12.0% of statements [2020-10-27T03:33:07.059Z] === RUN TestTailFile [2020-10-27T03:33:07.059Z] --- PASS: TestTailFile (0.00s) [2020-10-27T03:33:07.059Z] === RUN TestTailFileManyLines [2020-10-27T03:33:07.059Z] --- PASS: TestTailFileManyLines (0.00s) [2020-10-27T03:33:07.059Z] === RUN TestTailEmptyFile [2020-10-27T03:33:07.059Z] --- PASS: TestTailEmptyFile (0.00s) [2020-10-27T03:33:07.059Z] === RUN TestTailNegativeN [2020-10-27T03:33:07.059Z] --- PASS: TestTailNegativeN (0.00s) [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/single_byte_delimiter [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/2_byte_delimiter [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/4_byte_delimiter [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/8_byte_delimiter [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/truncated_last_line [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/no_delimiter [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/12_byte_delimiter [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.059Z] === CONT TestNewTailReader/single_byte_delimiter [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.059Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/8_byte_delimiter [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/2_byte_delimiter [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/4_byte_delimiter [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.060Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.060Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.061Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.061Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.061Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.287Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.527Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.527Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.527Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.527Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.528Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.528Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.529Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-10-27T03:33:07.531Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-27T03:33:07.992Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-10-27T03:33:07.996Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.01s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.01s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s) [2020-10-27T03:33:07.996Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.02s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.01s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.01s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.01s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-27T03:33:07.997Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-27T03:33:07.998Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-27T03:33:07.998Z] PASS [2020-10-27T03:33:07.998Z] coverage: 88.6% of statements [2020-10-27T03:33:07.998Z] ok github.com/docker/docker/pkg/tailfile 0.461s coverage: 88.6% of statements [2020-10-27T03:33:08.333Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.085s coverage: 69.2% of statements [2020-10-27T03:33:08.556Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-10-27T03:33:08.780Z] --- PASS: TestPluginWithDevMounts (2.19s) [2020-10-27T03:33:08.780Z] PASS [2020-10-27T03:33:08.780Z] [2020-10-27T03:33:08.780Z] DONE 1 tests in 2.354s [2020-10-27T03:33:08.780Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-10-27T03:33:08.781Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:33:08.781Z] ++ set -e [2020-10-27T03:33:08.781Z] ++ '[' -n 0 ']' [2020-10-27T03:33:08.781Z] ++ set -x [2020-10-27T03:33:08.781Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:33:08.781Z] INFO: Testing against a local daemon [2020-10-27T03:33:08.781Z] === RUN TestSecretInspect [2020-10-27T03:33:08.978Z] === RUN TestTarSumRemoveNonExistent [2020-10-27T03:33:08.978Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2020-10-27T03:33:08.978Z] === RUN TestTarSumRemove [2020-10-27T03:33:08.978Z] --- PASS: TestTarSumRemove (0.00s) [2020-10-27T03:33:08.978Z] === RUN TestSortFileInfoSums [2020-10-27T03:33:08.978Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-10-27T03:33:08.978Z] === RUN TestNewTarSumForLabelInvalid [2020-10-27T03:33:08.978Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-10-27T03:33:08.978Z] === RUN TestNewTarSumForLabel [2020-10-27T03:33:08.978Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-10-27T03:33:08.978Z] === RUN TestEmptyTar [2020-10-27T03:33:08.978Z] --- PASS: TestEmptyTar (0.00s) [2020-10-27T03:33:08.978Z] === RUN TestTarSumsReadSize [2020-10-27T03:33:08.978Z] --- PASS: TestTarSumsReadSize (0.00s) [2020-10-27T03:33:08.978Z] === RUN TestTarSums [2020-10-27T03:33:08.978Z] testing: warning: no tests to run [2020-10-27T03:33:08.978Z] PASS [2020-10-27T03:33:08.978Z] coverage: [no statements] [2020-10-27T03:33:08.978Z] --- PASS: TestTarSums (0.07s) [2020-10-27T03:33:08.978Z] === RUN TestIteration [2020-10-27T03:33:08.978Z] --- PASS: TestIteration (0.00s) [2020-10-27T03:33:08.978Z] === RUN TestVersionLabelForChecksum [2020-10-27T03:33:08.978Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-10-27T03:33:08.978Z] === RUN TestVersion [2020-10-27T03:33:08.978Z] --- PASS: TestVersion (0.00s) [2020-10-27T03:33:08.978Z] === RUN TestGetVersion [2020-10-27T03:33:08.978Z] --- PASS: TestGetVersion (0.00s) [2020-10-27T03:33:08.978Z] === RUN TestGetVersions [2020-10-27T03:33:08.978Z] --- PASS: TestGetVersions (0.00s) [2020-10-27T03:33:08.978Z] PASS [2020-10-27T03:33:08.978Z] coverage: 89.3% of statements [2020-10-27T03:33:08.978Z] ok github.com/docker/docker/pkg/term/windows 0.041s coverage: [no statements] [no tests to run] [2020-10-27T03:33:08.978Z] ok github.com/docker/docker/pkg/tarsum 0.203s coverage: 89.3% of statements [2020-10-27T03:33:08.988Z] ok github.com/docker/docker/daemon 12.433s coverage: 17.2% of statements [2020-10-27T03:33:08.988Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-10-27T03:33:08.988Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-10-27T03:33:08.988Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-10-27T03:33:08.988Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-10-27T03:33:09.924Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-10-27T03:33:09.924Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-10-27T03:33:09.924Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-10-27T03:33:09.924Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-10-27T03:33:09.924Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-10-27T03:33:09.955Z] time="2020-10-27T03:33:09Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49222/Test.Echo: Post http://127.0.0.1:49222/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2020-10-27T03:33:09.955Z] === RUN TestTruncIndex [2020-10-27T03:33:09.955Z] === RUN TestIsGIT [2020-10-27T03:33:09.955Z] --- PASS: TestIsGIT (0.00s) [2020-10-27T03:33:09.955Z] === RUN TestIsTransport [2020-10-27T03:33:09.955Z] --- PASS: TestIsTransport (0.00s) [2020-10-27T03:33:09.955Z] PASS [2020-10-27T03:33:09.955Z] coverage: 100.0% of statements [2020-10-27T03:33:09.955Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2020-10-27T03:33:09.955Z] --- PASS: TestTruncIndex (0.10s) [2020-10-27T03:33:09.955Z] PASS [2020-10-27T03:33:09.955Z] coverage: 91.5% of statements [2020-10-27T03:33:09.955Z] ok github.com/docker/docker/pkg/truncindex 0.152s coverage: 91.5% of statements [2020-10-27T03:33:10.518Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.996s coverage: 46.2% of statements [2020-10-27T03:33:10.518Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-10-27T03:33:10.935Z] === RUN TestVersionInfo [2020-10-27T03:33:10.935Z] --- PASS: TestVersionInfo (0.00s) [2020-10-27T03:33:10.935Z] === RUN TestAppendVersions [2020-10-27T03:33:10.935Z] --- PASS: TestAppendVersions (0.00s) [2020-10-27T03:33:10.935Z] PASS [2020-10-27T03:33:10.935Z] coverage: 88.9% of statements [2020-10-27T03:33:10.935Z] ok github.com/docker/docker/pkg/useragent 0.039s coverage: 88.9% of statements [2020-10-27T03:33:11.576Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.318s coverage: 49.5% of statements [2020-10-27T03:33:12.082Z] --- PASS: TestSecretInspect (3.24s) [2020-10-27T03:33:12.082Z] === RUN TestSecretList [2020-10-27T03:33:12.218Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.019s coverage: 58.0% of statements [2020-10-27T03:33:13.139Z] === RUN TestValidatePrivileges [2020-10-27T03:33:13.139Z] --- PASS: TestValidatePrivileges (0.00s) [2020-10-27T03:33:13.139Z] === RUN TestFilterByCapNeg [2020-10-27T03:33:13.139Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-10-27T03:33:13.139Z] === RUN TestFilterByCapPos [2020-10-27T03:33:13.139Z] --- PASS: TestFilterByCapPos (0.00s) [2020-10-27T03:33:13.139Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-10-27T03:33:13.139Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-10-27T03:33:13.139Z] PASS [2020-10-27T03:33:13.139Z] coverage: 12.0% of statements [2020-10-27T03:33:13.139Z] ok github.com/docker/docker/plugin 0.183s coverage: 12.0% of statements [2020-10-27T03:33:13.139Z] === RUN TestNewSettable [2020-10-27T03:33:13.139Z] --- PASS: TestNewSettable (0.00s) [2020-10-27T03:33:13.139Z] === RUN TestIsSettable [2020-10-27T03:33:13.139Z] --- PASS: TestIsSettable (0.00s) [2020-10-27T03:33:13.139Z] === RUN TestUpdateSettingsEnv [2020-10-27T03:33:13.139Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-10-27T03:33:13.139Z] PASS [2020-10-27T03:33:13.139Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-10-27T03:33:13.139Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-10-27T03:33:13.139Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-10-27T03:33:13.139Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-10-27T03:33:13.139Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-10-27T03:33:13.139Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-10-27T03:33:13.139Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-10-27T03:33:13.139Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-10-27T03:33:13.139Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-10-27T03:33:13.139Z] coverage: 20.1% of statements [2020-10-27T03:33:13.139Z] ok github.com/docker/docker/plugin/v2 0.115s coverage: 20.1% of statements [2020-10-27T03:33:13.196Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-10-27T03:33:13.750Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2020-10-27T03:33:13.750Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.015s coverage: 3.0% of statements [2020-10-27T03:33:14.117Z] === RUN TestLoad [2020-10-27T03:33:14.117Z] --- PASS: TestLoad (0.00s) [2020-10-27T03:33:14.117Z] === RUN TestSave [2020-10-27T03:33:14.124Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-10-27T03:33:14.124Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-10-27T03:33:14.298Z] --- PASS: TestBuildWithHugeFile (51.62s) [2020-10-27T03:33:14.298Z] === RUN TestBuildWithEmptyDockerfile [2020-10-27T03:33:14.298Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:33:14.298Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:33:14.298Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:33:14.298Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:33:14.298Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:33:14.298Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:33:14.298Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:33:14.298Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:33:14.298Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:33:14.298Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2020-10-27T03:33:14.298Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2020-10-27T03:33:14.298Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2020-10-27T03:33:14.298Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-10-27T03:33:14.298Z] === RUN TestBuildPreserveOwnership [2020-10-27T03:33:14.298Z] === RUN TestBuildPreserveOwnership/copy_from [2020-10-27T03:33:14.381Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-10-27T03:33:14.581Z] --- PASS: TestSave (0.06s) [2020-10-27T03:33:14.581Z] === RUN TestAddDeleteGet [2020-10-27T03:33:14.581Z] --- PASS: TestAddDeleteGet (0.06s) [2020-10-27T03:33:14.581Z] === RUN TestInvalidTags [2020-10-27T03:33:14.581Z] --- PASS: TestInvalidTags (0.01s) [2020-10-27T03:33:14.581Z] PASS [2020-10-27T03:33:14.581Z] coverage: 84.4% of statements [2020-10-27T03:33:14.581Z] ok github.com/docker/docker/reference 0.281s coverage: 84.4% of statements [2020-10-27T03:33:14.944Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-10-27T03:33:15.045Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-10-27T03:33:15.045Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2020-10-27T03:33:15.045Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-10-27T03:33:15.045Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-10-27T03:33:15.045Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-10-27T03:33:15.045Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-10-27T03:33:15.045Z] === RUN TestResumableRequestReaderWithReadError [2020-10-27T03:33:15.045Z] time="2020-10-27T03:33:14Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-10-27T03:33:15.045Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s) [2020-10-27T03:33:15.045Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-10-27T03:33:15.045Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-10-27T03:33:15.045Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-10-27T03:33:15.045Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-10-27T03:33:15.045Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-10-27T03:33:15.045Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-10-27T03:33:15.045Z] === RUN TestResumableRequestReader [2020-10-27T03:33:15.045Z] --- PASS: TestResumableRequestReader (0.00s) [2020-10-27T03:33:15.045Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-10-27T03:33:15.045Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-10-27T03:33:15.045Z] PASS [2020-10-27T03:33:15.045Z] coverage: 100.0% of statements [2020-10-27T03:33:15.045Z] ok github.com/docker/docker/registry/resumable 0.319s coverage: 100.0% of statements [2020-10-27T03:33:15.381Z] --- PASS: TestSecretList (3.20s) [2020-10-27T03:33:15.381Z] === RUN TestSecretsCreateAndDelete [2020-10-27T03:33:16.021Z] === RUN TestRestartManagerTimeout [2020-10-27T03:33:16.021Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-10-27T03:33:16.021Z] === RUN TestRestartManagerTimeoutReset [2020-10-27T03:33:16.021Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-10-27T03:33:16.022Z] PASS [2020-10-27T03:33:16.022Z] coverage: 50.9% of statements [2020-10-27T03:33:16.022Z] ok github.com/docker/docker/restartmanager 0.042s coverage: 50.9% of statements [2020-10-27T03:33:16.203Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-10-27T03:33:16.487Z] === RUN TestSameAuthDataPostSave [2020-10-27T03:33:16.487Z] --- PASS: TestSameAuthDataPostSave (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestResolveAuthConfigIndexServer [2020-10-27T03:33:16.487Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestResolveAuthConfigFullURL [2020-10-27T03:33:16.487Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestLoadAllowNondistributableArtifacts [2020-10-27T03:33:16.487Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestValidateMirror [2020-10-27T03:33:16.487Z] --- PASS: TestValidateMirror (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestLoadInsecureRegistries [2020-10-27T03:33:16.487Z] === RUN TestDecodeContainerConfig [2020-10-27T03:33:16.487Z] --- PASS: TestDecodeContainerConfig (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestDecodeContainerConfigIsolation [2020-10-27T03:33:16.487Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestValidatePrivileged [2020-10-27T03:33:16.487Z] --- PASS: TestValidatePrivileged (0.00s) [2020-10-27T03:33:16.487Z] PASS [2020-10-27T03:33:16.487Z] coverage: 52.2% of statements [2020-10-27T03:33:16.487Z] ok github.com/docker/docker/runconfig 0.073s coverage: 52.2% of statements [2020-10-27T03:33:16.487Z] time="2020-10-27T03:33:16Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-10-27T03:33:16.487Z] time="2020-10-27T03:33:16Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-10-27T03:33:16.487Z] time="2020-10-27T03:33:16Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-10-27T03:33:16.487Z] --- PASS: TestLoadInsecureRegistries (0.13s) [2020-10-27T03:33:16.487Z] === RUN TestNewServiceConfig [2020-10-27T03:33:16.487Z] --- PASS: TestNewServiceConfig (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestValidateIndexName [2020-10-27T03:33:16.487Z] --- PASS: TestValidateIndexName (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestValidateIndexNameWithError [2020-10-27T03:33:16.487Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestEndpointParse [2020-10-27T03:33:16.487Z] --- PASS: TestEndpointParse (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestEndpointParseInvalid [2020-10-27T03:33:16.487Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestValidateEndpoint [2020-10-27T03:33:16.487Z] --- PASS: TestValidateEndpoint (0.01s) [2020-10-27T03:33:16.487Z] === RUN TestPing [2020-10-27T03:33:16.487Z] --- PASS: TestPing (0.00s) [2020-10-27T03:33:16.487Z] === RUN TestPingRegistryEndpoint [2020-10-27T03:33:16.487Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2020-10-27T03:33:16.487Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:16.487Z] === RUN TestEndpoint [2020-10-27T03:33:16.487Z] --- SKIP: TestEndpoint (0.00s) [2020-10-27T03:33:16.487Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:16.487Z] === RUN TestGetRemoteHistory [2020-10-27T03:33:16.487Z] --- PASS: TestGetRemoteHistory (0.00s) [2020-10-27T03:33:16.487Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/ancestry HTTP/1.1 [2020-10-27T03:33:16.487Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.487Z] User-Agent: docker test client [2020-10-27T03:33:16.487Z] Authorization: Token fake-token [2020-10-27T03:33:16.487Z] Accept-Encoding: gzip [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.487Z] Connection: close [2020-10-27T03:33:16.487Z] Content-Length: 140 [2020-10-27T03:33:16.487Z] Cache-Control: no-cache [2020-10-27T03:33:16.487Z] Content-Type: application/json [2020-10-27T03:33:16.487Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.487Z] Expires: -1 [2020-10-27T03:33:16.487Z] Pragma: no-cache [2020-10-27T03:33:16.487Z] Server: docker-tests/mock [2020-10-27T03:33:16.487Z] Set-Cookie: session=FAKE-SESSION-1603769596191746600; Max-Age=3600 [2020-10-27T03:33:16.487Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.487Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.487Z] X-Docker-Size: 154 [2020-10-27T03:33:16.487Z] X-Docker-Token: FAKE-TOKEN-1603769596191746600 [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] === RUN TestLookupRemoteImage [2020-10-27T03:33:16.487Z] --- PASS: TestLookupRemoteImage (0.01s) [2020-10-27T03:33:16.487Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/json HTTP/1.1 [2020-10-27T03:33:16.487Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.487Z] User-Agent: docker test client [2020-10-27T03:33:16.487Z] Authorization: Token fake-token [2020-10-27T03:33:16.487Z] Accept-Encoding: gzip [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.487Z] Connection: close [2020-10-27T03:33:16.487Z] Content-Length: 559 [2020-10-27T03:33:16.487Z] Cache-Control: no-cache [2020-10-27T03:33:16.487Z] Content-Type: application/json [2020-10-27T03:33:16.487Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.487Z] Expires: -1 [2020-10-27T03:33:16.487Z] Pragma: no-cache [2020-10-27T03:33:16.487Z] Server: docker-tests/mock [2020-10-27T03:33:16.487Z] Set-Cookie: session=FAKE-SESSION-1603769596198752800; Max-Age=3600 [2020-10-27T03:33:16.487Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.487Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.487Z] X-Docker-Size: 154 [2020-10-27T03:33:16.487Z] X-Docker-Token: FAKE-TOKEN-1603769596198752800 [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] registry_test.go:923: GET /v1/images/abcdef/json HTTP/1.1 [2020-10-27T03:33:16.487Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.487Z] User-Agent: docker test client [2020-10-27T03:33:16.487Z] Authorization: Token FAKE-TOKEN-1603769596198752800 [2020-10-27T03:33:16.487Z] Accept-Encoding: gzip [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-10-27T03:33:16.487Z] Connection: close [2020-10-27T03:33:16.487Z] Content-Length: 19 [2020-10-27T03:33:16.487Z] Content-Type: text/plain; charset=utf-8 [2020-10-27T03:33:16.487Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.487Z] Set-Cookie: session=FAKE-SESSION-1603769596199752000; Max-Age=3600 [2020-10-27T03:33:16.487Z] X-Content-Type-Options: nosniff [2020-10-27T03:33:16.487Z] X-Docker-Token: FAKE-TOKEN-1603769596199752000 [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] === RUN TestGetRemoteImageJSON [2020-10-27T03:33:16.487Z] --- PASS: TestGetRemoteImageJSON (0.00s) [2020-10-27T03:33:16.487Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/json HTTP/1.1 [2020-10-27T03:33:16.487Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.487Z] User-Agent: docker test client [2020-10-27T03:33:16.487Z] Authorization: Token fake-token [2020-10-27T03:33:16.487Z] Accept-Encoding: gzip [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.487Z] Connection: close [2020-10-27T03:33:16.487Z] Content-Length: 559 [2020-10-27T03:33:16.487Z] Cache-Control: no-cache [2020-10-27T03:33:16.487Z] Content-Type: application/json [2020-10-27T03:33:16.487Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.487Z] Expires: -1 [2020-10-27T03:33:16.487Z] Pragma: no-cache [2020-10-27T03:33:16.487Z] Server: docker-tests/mock [2020-10-27T03:33:16.487Z] Set-Cookie: session=FAKE-SESSION-1603769596202750800; Max-Age=3600 [2020-10-27T03:33:16.487Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.487Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.487Z] X-Docker-Size: 154 [2020-10-27T03:33:16.487Z] X-Docker-Token: FAKE-TOKEN-1603769596202750800 [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] registry_test.go:923: GET /v1/images/abcdef/json HTTP/1.1 [2020-10-27T03:33:16.487Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.487Z] User-Agent: docker test client [2020-10-27T03:33:16.487Z] Authorization: Token FAKE-TOKEN-1603769596202750800 [2020-10-27T03:33:16.487Z] Accept-Encoding: gzip [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-10-27T03:33:16.487Z] Connection: close [2020-10-27T03:33:16.487Z] Content-Length: 19 [2020-10-27T03:33:16.487Z] Content-Type: text/plain; charset=utf-8 [2020-10-27T03:33:16.487Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.487Z] Set-Cookie: session=FAKE-SESSION-1603769596203750800; Max-Age=3600 [2020-10-27T03:33:16.487Z] X-Content-Type-Options: nosniff [2020-10-27T03:33:16.487Z] X-Docker-Token: FAKE-TOKEN-1603769596203750800 [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] === RUN TestGetRemoteImageLayer [2020-10-27T03:33:16.487Z] --- PASS: TestGetRemoteImageLayer (0.01s) [2020-10-27T03:33:16.487Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/layer HTTP/1.1 [2020-10-27T03:33:16.487Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.487Z] User-Agent: docker test client [2020-10-27T03:33:16.487Z] Authorization: Token fake-token [2020-10-27T03:33:16.487Z] Accept-Encoding: gzip [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.487Z] Connection: close [2020-10-27T03:33:16.487Z] Content-Length: 154 [2020-10-27T03:33:16.487Z] Cache-Control: no-cache [2020-10-27T03:33:16.487Z] Content-Type: application/json [2020-10-27T03:33:16.487Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.487Z] Expires: -1 [2020-10-27T03:33:16.487Z] Pragma: no-cache [2020-10-27T03:33:16.487Z] Server: docker-tests/mock [2020-10-27T03:33:16.487Z] Set-Cookie: session=FAKE-SESSION-1603769596206751100; Max-Age=3600 [2020-10-27T03:33:16.487Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.487Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.487Z] X-Docker-Size: 154 [2020-10-27T03:33:16.487Z] X-Docker-Token: FAKE-TOKEN-1603769596206751100 [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] registry_test.go:923: GET /v1/images/abcdef/layer HTTP/1.1 [2020-10-27T03:33:16.487Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.487Z] User-Agent: docker test client [2020-10-27T03:33:16.487Z] Authorization: Token FAKE-TOKEN-1603769596206751100 [2020-10-27T03:33:16.487Z] Accept-Encoding: gzip [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] [2020-10-27T03:33:16.487Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-10-27T03:33:16.487Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 19 [2020-10-27T03:33:16.488Z] Content-Type: text/plain; charset=utf-8 [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Set-Cookie: session=FAKE-SESSION-1603769596210743400; Max-Age=3600 [2020-10-27T03:33:16.488Z] X-Content-Type-Options: nosniff [2020-10-27T03:33:16.488Z] X-Docker-Token: FAKE-TOKEN-1603769596210743400 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] === RUN TestGetRemoteTag [2020-10-27T03:33:16.488Z] --- PASS: TestGetRemoteTag (0.02s) [2020-10-27T03:33:16.488Z] registry_test.go:923: GET /v1/repositories/foo42/bar/tags/test HTTP/1.1 [2020-10-27T03:33:16.488Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.488Z] User-Agent: docker test client [2020-10-27T03:33:16.488Z] Authorization: Token fake-token [2020-10-27T03:33:16.488Z] Accept-Encoding: gzip [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.488Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 66 [2020-10-27T03:33:16.488Z] Cache-Control: no-cache [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Expires: -1 [2020-10-27T03:33:16.488Z] Pragma: no-cache [2020-10-27T03:33:16.488Z] Server: docker-tests/mock [2020-10-27T03:33:16.488Z] Set-Cookie: session=FAKE-SESSION-1603769596236741300; Max-Age=3600 [2020-10-27T03:33:16.488Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.488Z] X-Docker-Token: FAKE-TOKEN-1603769596236741300 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:923: GET /v1/repositories/foo42/baz/tags/foo HTTP/1.1 [2020-10-27T03:33:16.488Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.488Z] User-Agent: docker test client [2020-10-27T03:33:16.488Z] Authorization: Token FAKE-TOKEN-1603769596236741300 [2020-10-27T03:33:16.488Z] Accept-Encoding: gzip [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-10-27T03:33:16.488Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 32 [2020-10-27T03:33:16.488Z] Cache-Control: no-cache [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Expires: -1 [2020-10-27T03:33:16.488Z] Pragma: no-cache [2020-10-27T03:33:16.488Z] Server: docker-tests/mock [2020-10-27T03:33:16.488Z] Set-Cookie: session=FAKE-SESSION-1603769596238743800; Max-Age=3600 [2020-10-27T03:33:16.488Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.488Z] X-Docker-Token: FAKE-TOKEN-1603769596238743800 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] === RUN TestGetRemoteTags [2020-10-27T03:33:16.488Z] --- PASS: TestGetRemoteTags (0.01s) [2020-10-27T03:33:16.488Z] registry_test.go:923: GET /v1/repositories/foo42/bar/tags HTTP/1.1 [2020-10-27T03:33:16.488Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.488Z] User-Agent: docker test client [2020-10-27T03:33:16.488Z] Authorization: Token fake-token [2020-10-27T03:33:16.488Z] Accept-Encoding: gzip [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.488Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 151 [2020-10-27T03:33:16.488Z] Cache-Control: no-cache [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Expires: -1 [2020-10-27T03:33:16.488Z] Pragma: no-cache [2020-10-27T03:33:16.488Z] Server: docker-tests/mock [2020-10-27T03:33:16.488Z] Set-Cookie: session=FAKE-SESSION-1603769596243743200; Max-Age=3600 [2020-10-27T03:33:16.488Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.488Z] X-Docker-Token: FAKE-TOKEN-1603769596243743200 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:923: GET /v1/repositories/foo42/baz/tags HTTP/1.1 [2020-10-27T03:33:16.488Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.488Z] User-Agent: docker test client [2020-10-27T03:33:16.488Z] Authorization: Token FAKE-TOKEN-1603769596243743200 [2020-10-27T03:33:16.488Z] Accept-Encoding: gzip [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-10-27T03:33:16.488Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 32 [2020-10-27T03:33:16.488Z] Cache-Control: no-cache [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Expires: -1 [2020-10-27T03:33:16.488Z] Pragma: no-cache [2020-10-27T03:33:16.488Z] Server: docker-tests/mock [2020-10-27T03:33:16.488Z] Set-Cookie: session=FAKE-SESSION-1603769596245751200; Max-Age=3600 [2020-10-27T03:33:16.488Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.488Z] X-Docker-Token: FAKE-TOKEN-1603769596245751200 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] === RUN TestGetRepositoryData [2020-10-27T03:33:16.488Z] --- PASS: TestGetRepositoryData (0.00s) [2020-10-27T03:33:16.488Z] registry_test.go:923: GET /v1/repositories/foo42/bar/images HTTP/1.1 [2020-10-27T03:33:16.488Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.488Z] User-Agent: docker test client [2020-10-27T03:33:16.488Z] Authorization: Token fake-token [2020-10-27T03:33:16.488Z] X-Docker-Token: true [2020-10-27T03:33:16.488Z] Accept-Encoding: gzip [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.488Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 363 [2020-10-27T03:33:16.488Z] Cache-Control: no-cache [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Expires: -1 [2020-10-27T03:33:16.488Z] Pragma: no-cache [2020-10-27T03:33:16.488Z] Server: docker-tests/mock [2020-10-27T03:33:16.488Z] X-Docker-Endpoints: 127.0.0.1:49237 , test.example.com [2020-10-27T03:33:16.488Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.488Z] X-Docker-Token: FAKE-SESSION-1603769596248752500 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] === RUN TestPushImageJSONRegistry [2020-10-27T03:33:16.488Z] --- PASS: TestPushImageJSONRegistry (0.01s) [2020-10-27T03:33:16.488Z] registry_test.go:923: PUT /v1/images/77dbf71da1d00e3fbddc480176eac8994025630c6590d11cfc8fe1209c2a1d20/json HTTP/1.1 [2020-10-27T03:33:16.488Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.488Z] User-Agent: docker test client [2020-10-27T03:33:16.488Z] Content-Length: 3 [2020-10-27T03:33:16.488Z] Authorization: Token fake-token [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Accept-Encoding: gzip [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.488Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 4 [2020-10-27T03:33:16.488Z] Cache-Control: no-cache [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Expires: -1 [2020-10-27T03:33:16.488Z] Pragma: no-cache [2020-10-27T03:33:16.488Z] Server: docker-tests/mock [2020-10-27T03:33:16.488Z] Set-Cookie: session=FAKE-SESSION-1603769596254747100; Max-Age=3600 [2020-10-27T03:33:16.488Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.488Z] X-Docker-Token: FAKE-TOKEN-1603769596254747100 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] === RUN TestPushImageLayerRegistry [2020-10-27T03:33:16.488Z] --- PASS: TestPushImageLayerRegistry (0.01s) [2020-10-27T03:33:16.488Z] registry_test.go:923: PUT /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/layer HTTP/1.1 [2020-10-27T03:33:16.488Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.488Z] User-Agent: docker test client [2020-10-27T03:33:16.488Z] Transfer-Encoding: chunked [2020-10-27T03:33:16.488Z] Authorization: Token fake-token [2020-10-27T03:33:16.488Z] Content-Type: application/octet-stream [2020-10-27T03:33:16.488Z] Accept-Encoding: gzip [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.488Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 4 [2020-10-27T03:33:16.488Z] Cache-Control: no-cache [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Expires: -1 [2020-10-27T03:33:16.488Z] Pragma: no-cache [2020-10-27T03:33:16.488Z] Server: docker-tests/mock [2020-10-27T03:33:16.488Z] Set-Cookie: session=FAKE-SESSION-1603769596268748300; Max-Age=3600 [2020-10-27T03:33:16.488Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.488Z] X-Docker-Token: FAKE-TOKEN-1603769596268748300 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] === RUN TestParseRepositoryInfo [2020-10-27T03:33:16.488Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-10-27T03:33:16.488Z] === RUN TestNewIndexInfo [2020-10-27T03:33:16.488Z] --- PASS: TestNewIndexInfo (0.00s) [2020-10-27T03:33:16.488Z] === RUN TestMirrorEndpointLookup [2020-10-27T03:33:16.488Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2020-10-27T03:33:16.488Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:16.488Z] === RUN TestPushRegistryTag [2020-10-27T03:33:16.488Z] --- PASS: TestPushRegistryTag (0.00s) [2020-10-27T03:33:16.488Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/tags/stable HTTP/1.1 [2020-10-27T03:33:16.488Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.488Z] User-Agent: docker test client [2020-10-27T03:33:16.488Z] Content-Length: 66 [2020-10-27T03:33:16.488Z] Authorization: Token fake-token [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Accept-Encoding: gzip [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.488Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 4 [2020-10-27T03:33:16.488Z] Cache-Control: no-cache [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Expires: -1 [2020-10-27T03:33:16.488Z] Pragma: no-cache [2020-10-27T03:33:16.488Z] Server: docker-tests/mock [2020-10-27T03:33:16.488Z] Set-Cookie: session=FAKE-SESSION-1603769596280747000; Max-Age=3600 [2020-10-27T03:33:16.488Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.488Z] X-Docker-Token: FAKE-TOKEN-1603769596280747000 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] === RUN TestPushImageJSONIndex [2020-10-27T03:33:16.488Z] --- PASS: TestPushImageJSONIndex (0.01s) [2020-10-27T03:33:16.488Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/ HTTP/1.1 [2020-10-27T03:33:16.488Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.488Z] User-Agent: docker test client [2020-10-27T03:33:16.488Z] Content-Length: 319 [2020-10-27T03:33:16.488Z] Authorization: Token fake-token [2020-10-27T03:33:16.488Z] Content-type: application/json [2020-10-27T03:33:16.488Z] X-Docker-Token: true [2020-10-27T03:33:16.488Z] Accept-Encoding: gzip [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.488Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 2 [2020-10-27T03:33:16.488Z] Cache-Control: no-cache [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Expires: -1 [2020-10-27T03:33:16.488Z] Pragma: no-cache [2020-10-27T03:33:16.488Z] Server: docker-tests/mock [2020-10-27T03:33:16.488Z] X-Docker-Endpoints: 127.0.0.1:49237 , test.example.com [2020-10-27T03:33:16.488Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.488Z] X-Docker-Token: FAKE-SESSION-1603769596285752800 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/images HTTP/1.1 [2020-10-27T03:33:16.488Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.488Z] User-Agent: docker test client [2020-10-27T03:33:16.488Z] Content-Length: 319 [2020-10-27T03:33:16.488Z] Authorization: Token FAKE-SESSION-1603769596285752800 [2020-10-27T03:33:16.488Z] Content-type: application/json [2020-10-27T03:33:16.488Z] X-Docker-Endpoints: http://127.0.0.1:49237/v1/ [2020-10-27T03:33:16.488Z] X-Docker-Token: true [2020-10-27T03:33:16.488Z] Accept-Encoding: gzip [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:932: HTTP/1.1 204 No Content [2020-10-27T03:33:16.488Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 0 [2020-10-27T03:33:16.488Z] Cache-Control: no-cache [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Expires: -1 [2020-10-27T03:33:16.488Z] Pragma: no-cache [2020-10-27T03:33:16.488Z] Server: docker-tests/mock [2020-10-27T03:33:16.488Z] X-Docker-Endpoints: 127.0.0.1:49237 , test.example.com [2020-10-27T03:33:16.488Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.488Z] X-Docker-Token: FAKE-SESSION-1603769596287781100 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] === RUN TestSearchRepositories [2020-10-27T03:33:16.488Z] --- PASS: TestSearchRepositories (0.00s) [2020-10-27T03:33:16.488Z] registry_test.go:923: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-10-27T03:33:16.488Z] Host: 127.0.0.1:49237 [2020-10-27T03:33:16.488Z] User-Agent: docker test client [2020-10-27T03:33:16.488Z] Authorization: Token fake-token [2020-10-27T03:33:16.488Z] X-Docker-Token: true [2020-10-27T03:33:16.488Z] Accept-Encoding: gzip [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-27T03:33:16.488Z] Connection: close [2020-10-27T03:33:16.488Z] Content-Length: 144 [2020-10-27T03:33:16.488Z] Cache-Control: no-cache [2020-10-27T03:33:16.488Z] Content-Type: application/json [2020-10-27T03:33:16.488Z] Date: Tue, 27 Oct 2020 03:33:16 GMT [2020-10-27T03:33:16.488Z] Expires: -1 [2020-10-27T03:33:16.488Z] Pragma: no-cache [2020-10-27T03:33:16.488Z] Server: docker-tests/mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Config: mock [2020-10-27T03:33:16.488Z] X-Docker-Registry-Version: 0.0.0 [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] [2020-10-27T03:33:16.488Z] === RUN TestTrustedLocation [2020-10-27T03:33:16.488Z] --- PASS: TestTrustedLocation (0.00s) [2020-10-27T03:33:16.488Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-10-27T03:33:16.488Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-10-27T03:33:16.488Z] === RUN TestAllowNondistributableArtifacts [2020-10-27T03:33:16.488Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-10-27T03:33:16.488Z] === RUN TestIsSecureIndex [2020-10-27T03:33:16.488Z] --- PASS: TestIsSecureIndex (0.00s) [2020-10-27T03:33:16.488Z] PASS [2020-10-27T03:33:16.488Z] coverage: 51.7% of statements [2020-10-27T03:33:16.488Z] ok github.com/docker/docker/registry 0.540s coverage: 51.7% of statements [2020-10-27T03:33:16.521Z] ok github.com/docker/docker/daemon/logger 0.261s coverage: 41.0% of statements [2020-10-27T03:33:16.818Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.165s coverage: 52.1% of statements [2020-10-27T03:33:16.818Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-10-27T03:33:16.818Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-10-27T03:33:17.467Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-10-27T03:33:17.467Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-10-27T03:33:17.467Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-10-27T03:33:17.467Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-10-27T03:33:17.467Z] PASS [2020-10-27T03:33:17.467Z] coverage: 62.5% of statements [2020-10-27T03:33:17.467Z] ok github.com/docker/docker/testutil 0.103s coverage: 62.5% of statements [2020-10-27T03:33:17.876Z] ok github.com/docker/docker/daemon/logger/awslogs 0.440s coverage: 77.8% of statements [2020-10-27T03:33:17.876Z] ok github.com/docker/docker/daemon/images 0.026s coverage: 4.9% of statements [2020-10-27T03:33:17.876Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-10-27T03:33:17.876Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-10-27T03:33:17.876Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-10-27T03:33:17.876Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-10-27T03:33:18.444Z] --- PASS: TestNewClientWithTimeout (17.64s) [2020-10-27T03:33:18.444Z] === RUN TestClientStream [2020-10-27T03:33:18.444Z] --- PASS: TestClientStream (0.00s) [2020-10-27T03:33:18.444Z] === RUN TestClientSendFile [2020-10-27T03:33:18.444Z] --- PASS: TestClientSendFile (0.00s) [2020-10-27T03:33:18.444Z] === RUN TestClientWithRequestTimeout [2020-10-27T03:33:18.444Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2020-10-27T03:33:18.444Z] === RUN TestFileSpecPlugin [2020-10-27T03:33:18.444Z] --- PASS: TestFileSpecPlugin (0.01s) [2020-10-27T03:33:18.444Z] === RUN TestFileJSONSpecPlugin [2020-10-27T03:33:18.444Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2020-10-27T03:33:18.444Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-10-27T03:33:18.444Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2020-10-27T03:33:18.444Z] === RUN TestPluginAddHandler [2020-10-27T03:33:18.444Z] --- PASS: TestPluginAddHandler (0.00s) [2020-10-27T03:33:18.444Z] === RUN TestPluginWaitBadPlugin [2020-10-27T03:33:18.444Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-10-27T03:33:18.445Z] === RUN TestGet [2020-10-27T03:33:18.445Z] time="2020-10-27T03:33:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-10-27T03:33:18.682Z] --- PASS: TestSecretsCreateAndDelete (3.19s) [2020-10-27T03:33:18.682Z] === RUN TestSecretsUpdate [2020-10-27T03:33:19.115Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-10-27T03:33:19.410Z] ok github.com/docker/docker/daemon/logger/gelf 0.013s coverage: 67.0% of statements [2020-10-27T03:33:19.410Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.016s coverage: 87.2% of statements [2020-10-27T03:33:19.410Z] ok github.com/docker/docker/daemon/logger/journald 0.020s coverage: 23.9% of statements [2020-10-27T03:33:19.423Z] time="2020-10-27T03:33:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-10-27T03:33:19.888Z] === RUN TestGetDriver [2020-10-27T03:33:19.888Z] --- PASS: TestGetDriver (0.00s) [2020-10-27T03:33:19.888Z] === RUN TestVolumeRequestError [2020-10-27T03:33:19.888Z] --- PASS: TestVolumeRequestError (0.01s) [2020-10-27T03:33:19.888Z] PASS [2020-10-27T03:33:19.888Z] coverage: 36.1% of statements [2020-10-27T03:33:19.888Z] ok github.com/docker/docker/volume/drivers 0.185s coverage: 36.1% of statements [2020-10-27T03:33:20.355Z] === RUN TestGetAddress [2020-10-27T03:33:20.355Z] --- PASS: TestGetAddress (0.00s) [2020-10-27T03:33:20.355Z] === RUN TestRemove [2020-10-27T03:33:20.355Z] --- SKIP: TestRemove (0.00s) [2020-10-27T03:33:20.355Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-10-27T03:33:20.355Z] === RUN TestInitializeWithVolumes [2020-10-27T03:33:20.355Z] --- PASS: TestInitializeWithVolumes (0.00s) [2020-10-27T03:33:20.355Z] === RUN TestCreate [2020-10-27T03:33:20.355Z] --- PASS: TestCreate (0.01s) [2020-10-27T03:33:20.355Z] === RUN TestValidateName [2020-10-27T03:33:20.355Z] --- PASS: TestValidateName (0.00s) [2020-10-27T03:33:20.355Z] === RUN TestCreateWithOpts [2020-10-27T03:33:20.355Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-10-27T03:33:20.355Z] local_test.go:181: runtime.GOOS == "windows" [2020-10-27T03:33:20.355Z] === RUN TestRelaodNoOpts [2020-10-27T03:33:20.355Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-10-27T03:33:20.355Z] PASS [2020-10-27T03:33:20.355Z] coverage: 39.6% of statements [2020-10-27T03:33:20.355Z] ok github.com/docker/docker/volume/local 0.131s coverage: 39.6% of statements [2020-10-27T03:33:20.397Z] --- PASS: TestBuildPreserveOwnership (10.05s) [2020-10-27T03:33:20.397Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.04s) [2020-10-27T03:33:20.397Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-10-27T03:33:20.397Z] === RUN TestBuildPlatformInvalid [2020-10-27T03:33:20.397Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-10-27T03:33:20.397Z] PASS [2020-10-27T03:33:20.397Z] [2020-10-27T03:33:20.397Z] === Skipped [2020-10-27T03:33:20.397Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-10-27T03:33:20.397Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:33:20.397Z] [2020-10-27T03:33:20.397Z] [2020-10-27T03:33:20.397Z] DONE 32 tests, 1 skipped in 126.475s [2020-10-27T03:33:20.397Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-10-27T03:33:20.397Z] INFO: Testing against a local daemon [2020-10-27T03:33:20.397Z] === RUN TestConfigInspect [2020-10-27T03:33:20.397Z] --- SKIP: TestConfigInspect (0.02s) [2020-10-27T03:33:20.397Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:20.397Z] === RUN TestConfigList [2020-10-27T03:33:20.397Z] --- SKIP: TestConfigList (0.01s) [2020-10-27T03:33:20.397Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:20.397Z] === RUN TestConfigsCreateAndDelete [2020-10-27T03:33:20.397Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-10-27T03:33:20.397Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:20.397Z] === RUN TestConfigsUpdate [2020-10-27T03:33:20.397Z] --- SKIP: TestConfigsUpdate (0.02s) [2020-10-27T03:33:20.397Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:20.397Z] === RUN TestTemplatedConfig [2020-10-27T03:33:20.398Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-10-27T03:33:20.398Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:20.398Z] === RUN TestConfigCreateResolve [2020-10-27T03:33:20.398Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-10-27T03:33:20.398Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:20.398Z] === RUN TestConfigDaemonLibtrustID [2020-10-27T03:33:20.482Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-10-27T03:33:20.943Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.081s coverage: 61.6% of statements [2020-10-27T03:33:21.338Z] === RUN TestConvertTmpfsOptions [2020-10-27T03:33:21.338Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-10-27T03:33:21.338Z] parser_test.go:49: data="mode=700,size=1m" [2020-10-27T03:33:21.338Z] parser_test.go:49: data="ro" [2020-10-27T03:33:21.338Z] === RUN TestParseMountRaw [2020-10-27T03:33:21.338Z] --- PASS: TestParseMountRaw (0.03s) [2020-10-27T03:33:21.338Z] === RUN TestParseMountRawSplit [2020-10-27T03:33:21.338Z] --- PASS: TestParseMountRawSplit (0.00s) [2020-10-27T03:33:21.338Z] parser_test.go:390: case 0 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 1 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 2 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 3 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 4 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 5 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 6 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 7 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 8 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 0 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 1 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 2 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 3 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 4 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 5 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 6 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 7 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 8 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 9 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 10 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 11 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 12 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 0 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 1 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 2 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 3 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 4 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 5 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 6 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 7 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 8 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 9 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 10 [2020-10-27T03:33:21.338Z] parser_test.go:390: case 11 [2020-10-27T03:33:21.338Z] === RUN TestParseMountSpec [2020-10-27T03:33:21.338Z] --- PASS: TestParseMountSpec (0.00s) [2020-10-27T03:33:21.338Z] parser_test.go:455: case 0 [2020-10-27T03:33:21.338Z] parser_test.go:455: case 1 [2020-10-27T03:33:21.338Z] parser_test.go:455: case 2 [2020-10-27T03:33:21.338Z] parser_test.go:455: case 3 [2020-10-27T03:33:21.338Z] parser_test.go:455: case 4 [2020-10-27T03:33:21.338Z] parser_test.go:455: case 5 [2020-10-27T03:33:21.338Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-10-27T03:33:21.338Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-10-27T03:33:21.338Z] === RUN TestValidateMount [2020-10-27T03:33:21.338Z] --- PASS: TestValidateMount (0.00s) [2020-10-27T03:33:21.338Z] PASS [2020-10-27T03:33:21.338Z] coverage: 66.2% of statements [2020-10-27T03:33:21.338Z] ok github.com/docker/docker/volume/mounts 0.139s coverage: 66.2% of statements [2020-10-27T03:33:21.338Z] time="2020-10-27T03:33:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-10-27T03:33:21.414Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-10-27T03:33:21.414Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-10-27T03:33:21.976Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-10-27T03:33:21.976Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-10-27T03:33:21.981Z] --- PASS: TestSecretsUpdate (3.22s) [2020-10-27T03:33:21.981Z] === RUN TestTemplatedSecret [2020-10-27T03:33:22.302Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2020-10-27T03:33:22.303Z] PASS [2020-10-27T03:33:22.303Z] [2020-10-27T03:33:22.303Z] === Skipped [2020-10-27T03:33:22.303Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-10-27T03:33:22.303Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:22.303Z] [2020-10-27T03:33:22.303Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-10-27T03:33:22.303Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:22.303Z] [2020-10-27T03:33:22.303Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-10-27T03:33:22.303Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:22.303Z] [2020-10-27T03:33:22.303Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2020-10-27T03:33:22.303Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:22.303Z] [2020-10-27T03:33:22.303Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-10-27T03:33:22.303Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:22.303Z] [2020-10-27T03:33:22.303Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-10-27T03:33:22.303Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:33:22.303Z] [2020-10-27T03:33:22.303Z] [2020-10-27T03:33:22.303Z] DONE 7 tests, 6 skipped in 1.741s [2020-10-27T03:33:22.303Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-10-27T03:33:22.303Z] INFO: Testing against a local daemon [2020-10-27T03:33:22.303Z] === RUN TestCheckpoint [2020-10-27T03:33:22.303Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-27T03:33:22.303Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:33:22.303Z] === RUN TestContainerInvalidJSON [2020-10-27T03:33:22.303Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:33:22.303Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:33:22.303Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:33:22.303Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:33:22.303Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:33:22.303Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:33:22.303Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:33:22.303Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:33:22.303Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:33:22.303Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-10-27T03:33:22.303Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-10-27T03:33:22.303Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-10-27T03:33:22.303Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-10-27T03:33:22.303Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-27T03:33:22.303Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2020-10-27T03:33:22.303Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-27T03:33:22.303Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2020-10-27T03:33:22.303Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-27T03:33:22.303Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2020-10-27T03:33:22.303Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-27T03:33:22.303Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2020-10-27T03:33:22.303Z] === RUN TestCopyFromContainer [2020-10-27T03:33:22.316Z] === RUN TestSetGetMeta [2020-10-27T03:33:22.316Z] === PAUSE TestSetGetMeta [2020-10-27T03:33:22.316Z] === RUN TestRestore [2020-10-27T03:33:22.316Z] === PAUSE TestRestore [2020-10-27T03:33:22.316Z] === RUN TestServiceCreate [2020-10-27T03:33:22.316Z] === PAUSE TestServiceCreate [2020-10-27T03:33:22.316Z] === RUN TestServiceList [2020-10-27T03:33:22.316Z] === PAUSE TestServiceList [2020-10-27T03:33:22.316Z] === RUN TestServiceRemove [2020-10-27T03:33:22.316Z] === PAUSE TestServiceRemove [2020-10-27T03:33:22.316Z] === RUN TestServiceGet [2020-10-27T03:33:22.316Z] === PAUSE TestServiceGet [2020-10-27T03:33:22.316Z] === RUN TestServicePrune [2020-10-27T03:33:22.316Z] === PAUSE TestServicePrune [2020-10-27T03:33:22.316Z] === RUN TestCreate [2020-10-27T03:33:22.316Z] === PAUSE TestCreate [2020-10-27T03:33:22.316Z] === RUN TestRemove [2020-10-27T03:33:22.316Z] === PAUSE TestRemove [2020-10-27T03:33:22.316Z] === RUN TestList [2020-10-27T03:33:22.316Z] === PAUSE TestList [2020-10-27T03:33:22.316Z] === RUN TestFindByDriver [2020-10-27T03:33:22.316Z] === PAUSE TestFindByDriver [2020-10-27T03:33:22.316Z] === RUN TestFindByReferenced [2020-10-27T03:33:22.316Z] === PAUSE TestFindByReferenced [2020-10-27T03:33:22.316Z] === RUN TestDerefMultipleOfSameRef [2020-10-27T03:33:22.316Z] === PAUSE TestDerefMultipleOfSameRef [2020-10-27T03:33:22.316Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-10-27T03:33:22.316Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-10-27T03:33:22.316Z] === RUN TestDefererencePluginOnCreateError [2020-10-27T03:33:22.316Z] === PAUSE TestDefererencePluginOnCreateError [2020-10-27T03:33:22.316Z] === RUN TestRefDerefRemove [2020-10-27T03:33:22.316Z] === PAUSE TestRefDerefRemove [2020-10-27T03:33:22.316Z] === RUN TestGet [2020-10-27T03:33:22.316Z] === PAUSE TestGet [2020-10-27T03:33:22.316Z] === RUN TestGetWithReference [2020-10-27T03:33:22.316Z] === PAUSE TestGetWithReference [2020-10-27T03:33:22.316Z] === RUN TestFilterFunc [2020-10-27T03:33:22.316Z] === RUN TestFilterFunc/test_nil_list [2020-10-27T03:33:22.316Z] === PAUSE TestFilterFunc/test_nil_list [2020-10-27T03:33:22.316Z] === RUN TestFilterFunc/test_empty_list [2020-10-27T03:33:22.316Z] === PAUSE TestFilterFunc/test_empty_list [2020-10-27T03:33:22.316Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-10-27T03:33:22.316Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-10-27T03:33:22.316Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-10-27T03:33:22.316Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-10-27T03:33:22.316Z] === RUN TestFilterFunc/test_filter_some [2020-10-27T03:33:22.316Z] === PAUSE TestFilterFunc/test_filter_some [2020-10-27T03:33:22.316Z] === RUN TestFilterFunc/test_filter_middle [2020-10-27T03:33:22.316Z] === PAUSE TestFilterFunc/test_filter_middle [2020-10-27T03:33:22.316Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-10-27T03:33:22.316Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-10-27T03:33:22.316Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-10-27T03:33:22.316Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-10-27T03:33:22.316Z] === CONT TestFilterFunc/test_nil_list [2020-10-27T03:33:22.316Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-10-27T03:33:22.316Z] === CONT TestFilterFunc/test_filter_some [2020-10-27T03:33:22.316Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-10-27T03:33:22.316Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-10-27T03:33:22.316Z] === CONT TestFilterFunc/test_filter_middle [2020-10-27T03:33:22.316Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-10-27T03:33:22.316Z] === CONT TestFilterFunc/test_empty_list [2020-10-27T03:33:22.316Z] --- PASS: TestFilterFunc (0.00s) [2020-10-27T03:33:22.316Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-10-27T03:33:22.316Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-10-27T03:33:22.316Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-10-27T03:33:22.316Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-10-27T03:33:22.316Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-10-27T03:33:22.316Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-10-27T03:33:22.316Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-10-27T03:33:22.316Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-10-27T03:33:22.316Z] === CONT TestSetGetMeta [2020-10-27T03:33:22.316Z] === CONT TestGetWithReference [2020-10-27T03:33:22.316Z] === CONT TestServiceGet [2020-10-27T03:33:22.316Z] === CONT TestFindByDriver [2020-10-27T03:33:22.316Z] --- PASS: TestSetGetMeta (0.03s) [2020-10-27T03:33:22.316Z] === CONT TestRemove [2020-10-27T03:33:22.316Z] --- PASS: TestFindByDriver (0.04s) [2020-10-27T03:33:22.316Z] === CONT TestList [2020-10-27T03:33:22.316Z] --- PASS: TestGetWithReference (0.04s) [2020-10-27T03:33:22.316Z] === CONT TestDefererencePluginOnCreateError [2020-10-27T03:33:22.316Z] --- PASS: TestRemove (0.04s) [2020-10-27T03:33:22.316Z] === CONT TestGet [2020-10-27T03:33:22.501Z] ok github.com/docker/docker/daemon/logger/local 0.045s coverage: 75.2% of statements [2020-10-27T03:33:22.501Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-10-27T03:33:22.501Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.031s coverage: 37.7% of statements [2020-10-27T03:33:22.780Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2020-10-27T03:33:22.780Z] === CONT TestRefDerefRemove [2020-10-27T03:33:22.780Z] --- PASS: TestList (0.04s) [2020-10-27T03:33:22.780Z] === CONT TestCreate [2020-10-27T03:33:22.780Z] --- PASS: TestGet (0.03s) [2020-10-27T03:33:22.780Z] === CONT TestServiceList [2020-10-27T03:33:22.780Z] --- PASS: TestRefDerefRemove (0.03s) [2020-10-27T03:33:22.780Z] === CONT TestServiceRemove [2020-10-27T03:33:22.780Z] --- PASS: TestCreate (0.02s) [2020-10-27T03:33:22.780Z] === CONT TestServiceCreate [2020-10-27T03:33:22.780Z] --- PASS: TestServiceGet (0.18s) [2020-10-27T03:33:22.780Z] === CONT TestRestore [2020-10-27T03:33:22.780Z] --- PASS: TestServiceRemove (0.10s) [2020-10-27T03:33:22.780Z] === CONT TestServicePrune [2020-10-27T03:33:22.780Z] --- PASS: TestServiceCreate (0.12s) [2020-10-27T03:33:22.780Z] === CONT TestDerefMultipleOfSameRef [2020-10-27T03:33:22.780Z] --- PASS: TestServiceList (0.14s) [2020-10-27T03:33:22.780Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-10-27T03:33:22.780Z] time="2020-10-27T03:33:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-10-27T03:33:22.780Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2020-10-27T03:33:22.780Z] === CONT TestFindByReferenced [2020-10-27T03:33:22.780Z] --- PASS: TestRestore (0.07s) [2020-10-27T03:33:22.780Z] time="2020-10-27T03:33:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-10-27T03:33:22.780Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2020-10-27T03:33:22.780Z] time="2020-10-27T03:33:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-10-27T03:33:22.780Z] time="2020-10-27T03:33:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-10-27T03:33:22.780Z] --- PASS: TestFindByReferenced (0.02s) [2020-10-27T03:33:22.780Z] time="2020-10-27T03:33:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-10-27T03:33:22.780Z] --- PASS: TestServicePrune (0.09s) [2020-10-27T03:33:22.780Z] PASS [2020-10-27T03:33:22.780Z] coverage: 70.3% of statements [2020-10-27T03:33:22.780Z] ok github.com/docker/docker/volume/service 0.449s coverage: 70.3% of statements [2020-10-27T03:33:22.804Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 33.3% of statements [2020-10-27T03:33:23.863Z] ok github.com/docker/docker/daemon/logger/templates 0.023s coverage: 8.3% of statements [2020-10-27T03:33:23.867Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-10-27T03:33:24.914Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 46.8% of statements [2020-10-27T03:33:25.053Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-10-27T03:33:25.053Z] Copying nested executables into bundles/binary-daemon [2020-10-27T03:33:25.053Z] [2020-10-27T03:33:25.281Z] --- PASS: TestTemplatedSecret (3.47s) [2020-10-27T03:33:25.281Z] === RUN TestSecretCreateResolve [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-10-27T03:33:25.648Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/make.sh cross [2020-10-27T03:33:25.706Z] time="2020-10-27T03:33:25Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-10-27T03:33:25.907Z] [2020-10-27T03:33:26.167Z] Removing bundles/ [2020-10-27T03:33:26.167Z] [2020-10-27T03:33:26.167Z] ---> Making bundle: cross (in bundles/cross) [2020-10-27T03:33:26.167Z] Cross building: bundles/cross/linux/amd64 [2020-10-27T03:33:26.167Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-10-27T03:33:26.167Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-10-27T03:33:26.495Z] === RUN TestCopyFromContainer// [2020-10-27T03:33:26.495Z] === RUN TestCopyFromContainer//bar/root [2020-10-27T03:33:26.495Z] === RUN TestCopyFromContainer//bar/root/ [2020-10-27T03:33:26.495Z] === RUN TestCopyFromContainer/bar/quux [2020-10-27T03:33:26.495Z] === RUN TestCopyFromContainer/bar/quux/ [2020-10-27T03:33:26.495Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-10-27T03:33:26.495Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-10-27T03:33:26.495Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-10-27T03:33:26.754Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-10-27T03:33:26.754Z] === RUN TestCopyFromContainer/bar/notarget [2020-10-27T03:33:26.754Z] --- PASS: TestCopyFromContainer (4.43s) [2020-10-27T03:33:26.754Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-10-27T03:33:26.754Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2020-10-27T03:33:26.754Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-10-27T03:33:26.754Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-10-27T03:33:26.754Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-10-27T03:33:26.754Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-10-27T03:33:26.754Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-10-27T03:33:26.754Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-10-27T03:33:26.754Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-10-27T03:33:26.754Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-10-27T03:33:26.754Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-27T03:33:26.754Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:33:26.754Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:33:26.754Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:33:26.754Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:33:26.754Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:33:26.754Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:33:26.754Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:33:26.754Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:33:26.754Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:33:26.754Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-10-27T03:33:26.754Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-27T03:33:26.754Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-10-27T03:33:26.754Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-27T03:33:26.754Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-27T03:33:26.754Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-10-27T03:33:26.754Z] === RUN TestCreateWithInvalidEnv [2020-10-27T03:33:26.754Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-27T03:33:26.754Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-27T03:33:26.754Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-27T03:33:26.754Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-27T03:33:26.754Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-27T03:33:26.754Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-27T03:33:26.754Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-27T03:33:26.754Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-27T03:33:26.754Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-27T03:33:26.754Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-10-27T03:33:26.754Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-10-27T03:33:26.754Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-10-27T03:33:26.754Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-10-27T03:33:26.754Z] === RUN TestCreateTmpfsMountsTarget [2020-10-27T03:33:27.014Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-10-27T03:33:27.014Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-27T03:33:27.017Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2020-10-27T03:33:27.017Z] ok github.com/docker/docker/daemon/logger/splunk 2.459s coverage: 82.5% of statements [2020-10-27T03:33:27.017Z] ? github.com/docker/docker/daemon/names [no test files] [2020-10-27T03:33:27.017Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-10-27T03:33:27.138Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-10-27T03:33:27.394Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-10-27T03:33:27.952Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s) [2020-10-27T03:33:27.952Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-27T03:33:27.956Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-10-27T03:33:28.559Z] ok github.com/docker/docker/distribution/metadata 0.137s coverage: 48.2% of statements [2020-10-27T03:33:28.579Z] --- PASS: TestSecretCreateResolve (3.18s) [2020-10-27T03:33:28.579Z] PASS [2020-10-27T03:33:28.579Z] [2020-10-27T03:33:28.579Z] DONE 6 tests in 19.662s [2020-10-27T03:33:28.579Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-10-27T03:33:28.579Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:33:28.579Z] ++ set -e [2020-10-27T03:33:28.579Z] ++ '[' -n 0 ']' [2020-10-27T03:33:28.579Z] ++ set -x [2020-10-27T03:33:28.580Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:33:28.580Z] INFO: Testing against a local daemon [2020-10-27T03:33:28.580Z] === RUN TestServiceCreateInit [2020-10-27T03:33:28.580Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-27T03:33:29.331Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.16s) [2020-10-27T03:33:29.331Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-27T03:33:29.331Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:33:29.331Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:33:29.331Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:33:29.331Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:33:29.331Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:33:29.331Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:33:29.331Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:33:29.331Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:33:29.331Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:33:29.331Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:33:29.331Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:33:29.331Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:33:29.331Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:33:29.331Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:33:29.331Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:33:29.331Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-10-27T03:33:29.331Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-10-27T03:33:29.331Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-10-27T03:33:29.331Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-10-27T03:33:29.331Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-10-27T03:33:29.331Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-10-27T03:33:29.331Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-27T03:33:29.591Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.37s) [2020-10-27T03:33:29.591Z] === RUN TestCreateDifferentPlatform [2020-10-27T03:33:29.591Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-27T03:33:29.591Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-27T03:33:29.591Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-10-27T03:33:29.591Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-10-27T03:33:29.591Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-10-27T03:33:29.591Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-27T03:33:29.591Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-10-27T03:33:29.591Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-10-27T03:33:29.617Z] ok github.com/docker/docker/errdefs 0.017s coverage: 49.4% of statements [2020-10-27T03:33:29.851Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2020-10-27T03:33:29.851Z] === RUN TestContainerStartOnDaemonRestart [2020-10-27T03:33:29.851Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-10-27T03:33:29.851Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-10-27T03:33:29.851Z] === RUN TestDaemonRestartIpcMode [2020-10-27T03:33:29.851Z] === PAUSE TestDaemonRestartIpcMode [2020-10-27T03:33:29.851Z] === RUN TestDaemonHostGatewayIP [2020-10-27T03:33:29.851Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-10-27T03:33:29.851Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:33:29.851Z] === RUN TestContainerKillOnDaemonStart [2020-10-27T03:33:29.851Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-10-27T03:33:29.851Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-10-27T03:33:29.851Z] === RUN TestDiff [2020-10-27T03:33:30.111Z] --- PASS: TestDiff (0.38s) [2020-10-27T03:33:30.111Z] === RUN TestExecWithCloseStdin [2020-10-27T03:33:30.267Z] ok github.com/docker/docker/distribution 0.475s coverage: 21.9% of statements [2020-10-27T03:33:30.267Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-10-27T03:33:30.476Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-10-27T03:33:30.702Z] --- PASS: TestExecWithCloseStdin (0.44s) [2020-10-27T03:33:30.703Z] === RUN TestExec [2020-10-27T03:33:30.980Z] --- PASS: TestExec (0.48s) [2020-10-27T03:33:30.980Z] === RUN TestExecUser [2020-10-27T03:33:31.560Z] --- PASS: TestExecUser (0.52s) [2020-10-27T03:33:31.560Z] === RUN TestExportContainerAndImportImage [2020-10-27T03:33:32.130Z] --- PASS: TestExportContainerAndImportImage (0.58s) [2020-10-27T03:33:32.130Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-27T03:33:32.364Z] ok github.com/docker/docker/image 0.036s coverage: 86.4% of statements [2020-10-27T03:33:32.366Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-10-27T03:33:32.661Z] ok github.com/docker/docker/distribution/xfer 1.723s coverage: 85.1% of statements [2020-10-27T03:33:32.661Z] ? github.com/docker/docker/dockerversion [no test files] [2020-10-27T03:33:32.661Z] ok github.com/docker/docker/image/cache 0.018s coverage: 19.2% of statements [2020-10-27T03:33:32.661Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-10-27T03:33:33.305Z] ok github.com/docker/docker/image/v1 0.071s coverage: 25.0% of statements [2020-10-27T03:33:33.305Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-10-27T03:33:33.605Z] ok github.com/docker/docker/libcontainerd/queue 0.046s coverage: 100.0% of statements [2020-10-27T03:33:33.870Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-27T03:33:34.335Z] --- PASS: TestGet (15.01s) [2020-10-27T03:33:34.335Z] === RUN TestPluginWithNoManifest [2020-10-27T03:33:34.335Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-10-27T03:33:34.335Z] === RUN TestGetAll [2020-10-27T03:33:34.335Z] --- PASS: TestGetAll (0.01s) [2020-10-27T03:33:34.335Z] PASS [2020-10-27T03:33:34.335Z] coverage: 73.4% of statements [2020-10-27T03:33:34.335Z] ok github.com/docker/docker/pkg/plugins 35.244s coverage: 73.4% of statements [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/pkg/term [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/quota [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/rootless [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/testutil/request [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/volume [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-10-27T03:33:34.335Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-10-27T03:33:34.887Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-10-27T03:33:35.420Z] --- PASS: TestExportContainerAfterDaemonRestart (3.31s) [2020-10-27T03:33:35.420Z] === RUN TestHealthCheckWorkdir [2020-10-27T03:33:35.449Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-10-27T03:33:35.709Z] ok github.com/docker/docker/pkg/aaparser 0.005s coverage: 52.9% of statements [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === Skipped [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-10-27T03:33:35.896Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-10-27T03:33:35.896Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-10-27T03:33:35.896Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-10-27T03:33:35.896Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-10-27T03:33:35.896Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.01s) [2020-10-27T03:33:35.896Z] client_test.go:23: runtime.GOOS == "windows" [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-10-27T03:33:35.896Z] daemon_test.go:147: root required [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-10-27T03:33:35.896Z] reload_test.go:520: root required [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-10-27T03:33:35.896Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-10-27T03:33:35.896Z] pull_v2_test.go:73: Needs fixing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-10-27T03:33:35.896Z] pull_v2_test.go:118: Needs fixing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-10-27T03:33:35.896Z] download_test.go:268: Needs fixing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-10-27T03:33:35.896Z] layer_test.go:304: Failing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-10-27T03:33:35.896Z] layer_test.go:353: Failing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-10-27T03:33:35.896Z] layer_test.go:468: Failing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-10-27T03:33:35.896Z] layer_test.go:697: Failing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-10-27T03:33:35.896Z] migration_test.go:46: Failing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-10-27T03:33:35.896Z] migration_test.go:182: Failing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-10-27T03:33:35.896Z] mount_test.go:17: Failing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-10-27T03:33:35.896Z] mount_test.go:76: Failing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-10-27T03:33:35.896Z] mount_test.go:125: Failing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-10-27T03:33:35.896Z] mount_test.go:212: Failing on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-10-27T03:33:35.896Z] archive_test.go:133: Xz not present in msys2 [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-10-27T03:33:35.896Z] archive_test.go:238: Failing on Windows CI machines [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-10-27T03:33:35.896Z] archive_windows_test.go:16: Currently fails [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-10-27T03:33:35.896Z] changes_test.go:192: needs more investigation [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-10-27T03:33:35.896Z] changes_test.go:405: needs further investigation [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-10-27T03:33:35.896Z] changes_test.go:441: needs further investigation [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-10-27T03:33:35.896Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-10-27T03:33:35.896Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-10-27T03:33:35.896Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-10-27T03:33:35.896Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-10-27T03:33:35.896Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-10-27T03:33:35.896Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-10-27T03:33:35.896Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-10-27T03:33:35.896Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-10-27T03:33:35.896Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-10-27T03:33:35.896Z] poller_test.go:41: No chmod on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-10-27T03:33:35.896Z] fileutils_test.go:134: Needs porting to Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-10-27T03:33:35.896Z] fileutils_test.go:180: Needs porting to Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-10-27T03:33:35.896Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2020-10-27T03:33:35.896Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-10-27T03:33:35.896Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2020-10-27T03:33:35.896Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-10-27T03:33:35.896Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-10-27T03:33:35.896Z] local_test.go:181: runtime.GOOS == "windows" [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] [2020-10-27T03:33:35.896Z] DONE 1781 tests, 46 skipped in 226.873s [2020-10-27T03:33:35.896Z] INFO: make.ps1 ended at 10/27/2020 03:33:35 [2020-10-27T03:33:35.990Z] --- PASS: TestHealthCheckWorkdir (0.56s) [2020-10-27T03:33:35.990Z] === RUN TestHealthKillContainer [2020-10-27T03:33:36.008Z] ok github.com/docker/docker/oci 0.015s coverage: 8.2% of statements [2020-10-27T03:33:36.816Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-10-27T03:33:37.073Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-10-27T03:33:37.452Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-10-27T03:33:37.452Z] INFO: Unit tests ended at 10/27/2020 03:33:37. Duration:00:04:05.3501000 [2020-10-27T03:33:37.452Z] INFO: Building busybox [2020-10-27T03:33:37.452Z] Sending build context to Docker daemon 5.12kB [2020-10-27T03:33:37.452Z] [2020-10-27T03:33:37.452Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-10-27T03:33:37.452Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-10-27T03:33:37.452Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-10-27T03:33:37.452Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-10-27T03:33:37.452Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-10-27T03:33:37.452Z] ---> 71d3f266f3af [2020-10-27T03:33:37.452Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-10-27T03:33:37.452Z] ---> Running in c5935d734570 [2020-10-27T03:33:37.635Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-10-27T03:33:38.083Z] --- PASS: TestServiceCreateInit (9.66s) [2020-10-27T03:33:38.083Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.02s) [2020-10-27T03:33:38.083Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.61s) [2020-10-27T03:33:38.083Z] === RUN TestCreateServiceMultipleTimes [2020-10-27T03:33:38.108Z] ok github.com/docker/docker/opts 0.062s coverage: 67.1% of statements [2020-10-27T03:33:38.526Z] --- PASS: TestHealthKillContainer (2.47s) [2020-10-27T03:33:38.526Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-27T03:33:38.786Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2020-10-27T03:33:38.786Z] === RUN TestIpcModeNone [2020-10-27T03:33:39.355Z] --- PASS: TestIpcModeNone (0.42s) [2020-10-27T03:33:39.355Z] === RUN TestIpcModePrivate [2020-10-27T03:33:39.646Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2020-10-27T03:33:39.646Z] ok github.com/docker/docker/pkg/authorization 0.975s coverage: 68.3% of statements [2020-10-27T03:33:39.924Z] --- PASS: TestIpcModePrivate (0.45s) [2020-10-27T03:33:39.924Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2020-10-27T03:33:39.924Z] === RUN TestIpcModeShareable [2020-10-27T03:33:39.924Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-10-27T03:33:39.924Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-27T03:33:39.924Z] === RUN TestAPIIpcModeShareableAndContainer [2020-10-27T03:33:39.943Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2020-10-27T03:33:40.238Z] ok github.com/docker/docker/pkg/archive 1.169s coverage: 76.8% of statements [2020-10-27T03:33:40.884Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2020-10-27T03:33:40.917Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-10-27T03:33:41.304Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.37s) [2020-10-27T03:33:41.304Z] === RUN TestAPIIpcModeHost [2020-10-27T03:33:41.304Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-10-27T03:33:41.304Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-27T03:33:41.304Z] === RUN TestDaemonIpcModeShareable [2020-10-27T03:33:41.304Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-10-27T03:33:41.304Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-27T03:33:41.304Z] === RUN TestDaemonIpcModePrivate [2020-10-27T03:33:41.480Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-10-27T03:33:41.530Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2020-10-27T03:33:41.737Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-10-27T03:33:41.828Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 92.9% of statements [2020-10-27T03:33:42.301Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-10-27T03:33:42.865Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-10-27T03:33:42.884Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2020-10-27T03:33:43.212Z] --- PASS: TestDaemonIpcModePrivate (2.16s) [2020-10-27T03:33:43.212Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2020-10-27T03:33:43.212Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-10-27T03:33:43.212Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-10-27T03:33:43.212Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-27T03:33:43.212Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-10-27T03:33:43.212Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-10-27T03:33:43.212Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-27T03:33:43.212Z] === RUN TestIpcModeOlderClient [2020-10-27T03:33:43.212Z] === PAUSE TestIpcModeOlderClient [2020-10-27T03:33:43.212Z] === RUN TestKillContainerInvalidSignal [2020-10-27T03:33:43.282Z] Removing intermediate container c5935d734570 [2020-10-27T03:33:43.282Z] ---> 37b13085ef73 [2020-10-27T03:33:43.282Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-10-27T03:33:43.282Z] ---> Running in bea80fb37ddd [2020-10-27T03:33:43.524Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-10-27T03:33:43.747Z] Removing intermediate container bea80fb37ddd [2020-10-27T03:33:43.747Z] ---> b4e46d62d0fe [2020-10-27T03:33:43.747Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-10-27T03:33:43.747Z] ---> Running in 89cdc1b8315d [2020-10-27T03:33:43.747Z] Removing intermediate container 89cdc1b8315d [2020-10-27T03:33:43.747Z] ---> 148a557881cf [2020-10-27T03:33:43.747Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-10-27T03:33:43.780Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2020-10-27T03:33:43.780Z] === RUN TestKillContainer [2020-10-27T03:33:43.780Z] === RUN TestKillContainer/no_signal [2020-10-27T03:33:44.040Z] === RUN TestKillContainer/non_killing_signal [2020-10-27T03:33:44.165Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2020-10-27T03:33:44.233Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-10-27T03:33:44.299Z] === RUN TestKillContainer/killing_signal [2020-10-27T03:33:44.867Z] --- PASS: TestKillContainer (1.21s) [2020-10-27T03:33:44.867Z] --- PASS: TestKillContainer/no_signal (0.40s) [2020-10-27T03:33:44.867Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2020-10-27T03:33:44.867Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2020-10-27T03:33:44.867Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-27T03:33:44.867Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-10-27T03:33:45.216Z] ok github.com/docker/docker/layer 7.209s coverage: 68.8% of statements [2020-10-27T03:33:45.216Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-10-27T03:33:45.216Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-10-27T03:33:45.216Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-10-27T03:33:45.216Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-10-27T03:33:45.216Z] ? github.com/docker/docker/oci/caps [no test files] [2020-10-27T03:33:45.216Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2020-10-27T03:33:45.297Z] [2020-10-27T03:33:45.437Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-10-27T03:33:45.600Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-10-27T03:33:45.696Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.85s) [2020-10-27T03:33:45.696Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2020-10-27T03:33:45.696Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2020-10-27T03:33:45.696Z] === RUN TestKillStoppedContainer [2020-10-27T03:33:45.696Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-10-27T03:33:45.696Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-27T03:33:45.761Z] ---> 114657407aa2 [2020-10-27T03:33:45.761Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-10-27T03:33:45.761Z] ---> Running in 3b4254a69f68 [2020-10-27T03:33:45.855Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-10-27T03:33:45.862Z] ok github.com/docker/docker/pkg/chrootarchive 4.200s coverage: 43.2% of statements [2020-10-27T03:33:45.862Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-10-27T03:33:45.862Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-10-27T03:33:45.956Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2020-10-27T03:33:45.956Z] === RUN TestKillDifferentUserContainer [2020-10-27T03:33:46.160Z] ok github.com/docker/docker/pkg/fileutils 0.043s coverage: 89.5% of statements [2020-10-27T03:33:46.216Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2020-10-27T03:33:46.216Z] === RUN TestInspectOomKilledTrue [2020-10-27T03:33:46.216Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-10-27T03:33:46.216Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:33:46.216Z] === RUN TestInspectOomKilledFalse [2020-10-27T03:33:46.216Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-10-27T03:33:46.216Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:33:46.216Z] === RUN TestLinksEtcHostsContentMatch [2020-10-27T03:33:46.216Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-10-27T03:33:46.216Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-10-27T03:33:46.216Z] === RUN TestLinksContainerNames [2020-10-27T03:33:46.457Z] ok github.com/docker/docker/pkg/discovery/kv 3.091s coverage: 84.1% of statements [2020-10-27T03:33:46.457Z] ok github.com/docker/docker/pkg/fsutils 0.315s coverage: 85.1% of statements [2020-10-27T03:33:47.102Z] ok github.com/docker/docker/pkg/homedir 0.028s coverage: 11.4% of statements [2020-10-27T03:33:47.155Z] --- PASS: TestLinksContainerNames (0.82s) [2020-10-27T03:33:47.155Z] === RUN TestLogsFollowTailEmpty [2020-10-27T03:33:47.414Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2020-10-27T03:33:47.414Z] === RUN TestContainerNetworkMountsNoChown [2020-10-27T03:33:47.983Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/default [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/default [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/private [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/private [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rprivate [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rprivate [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/slave [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/slave [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rslave [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rslave [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/shared [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/shared [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rshared [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rshared [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/default [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/default/bind_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/default/mount_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/default/bind_root [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/rshared [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/shared [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/rslave [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/slave [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/rprivate [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/private [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/private/bind_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/private/mount_root [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-10-27T03:33:47.983Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:33:47.983Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/default/mount_root [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:33:47.983Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:33:48.157Z] ok github.com/docker/docker/pkg/jsonmessage 0.025s coverage: 91.7% of statements [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/private/bind_root [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/private/mount_root [2020-10-27T03:33:48.243Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.03s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-10-27T03:33:48.243Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2020-10-27T03:33:48.243Z] === RUN TestContainerBindMountNonRecursive [2020-10-27T03:33:48.243Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-10-27T03:33:48.243Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-10-27T03:33:48.243Z] === RUN TestNetworkNat [2020-10-27T03:33:48.453Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2020-10-27T03:33:48.813Z] --- PASS: TestNetworkNat (0.48s) [2020-10-27T03:33:48.813Z] === RUN TestNetworkLocalhostTCPNat [2020-10-27T03:33:49.102Z] ok github.com/docker/docker/pkg/idtools 0.772s coverage: 70.1% of statements [2020-10-27T03:33:49.102Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2020-10-27T03:33:49.102Z] ok github.com/docker/docker/pkg/ioutils 1.206s coverage: 70.6% of statements [2020-10-27T03:33:49.102Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-10-27T03:33:49.102Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-10-27T03:33:49.102Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-10-27T03:33:49.102Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-10-27T03:33:49.102Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2020-10-27T03:33:49.125Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-10-27T03:33:49.382Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2020-10-27T03:33:49.382Z] === RUN TestNetworkLoopbackNat [2020-10-27T03:33:50.162Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2020-10-27T03:33:50.162Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.019s coverage: 86.7% of statements [2020-10-27T03:33:50.461Z] ok github.com/docker/docker/pkg/pidfile 0.022s coverage: 82.4% of statements [2020-10-27T03:33:50.461Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-10-27T03:33:50.461Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-10-27T03:33:51.016Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-10-27T03:33:51.514Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.092s coverage: 56.8% of statements [2020-10-27T03:33:51.579Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-10-27T03:33:51.811Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 88.2% of statements [2020-10-27T03:33:51.918Z] --- PASS: TestNetworkLoopbackNat (2.50s) [2020-10-27T03:33:51.918Z] === RUN TestPause [2020-10-27T03:33:51.918Z] --- SKIP: TestPause (0.00s) [2020-10-27T03:33:51.918Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:33:51.918Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-27T03:33:51.918Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-27T03:33:51.918Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-27T03:33:51.918Z] === RUN TestPauseStopPausedContainer [2020-10-27T03:33:51.918Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-10-27T03:33:51.918Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:33:51.918Z] === RUN TestPsFilter [2020-10-27T03:33:51.918Z] --- PASS: TestPsFilter (0.12s) [2020-10-27T03:33:51.918Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-27T03:33:52.107Z] ok github.com/docker/docker/pkg/progress 0.014s coverage: 75.9% of statements [2020-10-27T03:33:52.141Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-10-27T03:33:52.177Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2020-10-27T03:33:52.177Z] === RUN TestRemoveContainerWithVolume [2020-10-27T03:33:52.405Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2020-10-27T03:33:52.705Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-10-27T03:33:52.745Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2020-10-27T03:33:52.745Z] === RUN TestRemoveContainerRunning [2020-10-27T03:33:52.939Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2020-10-27T03:33:53.004Z] --- PASS: TestRemoveContainerRunning (0.39s) [2020-10-27T03:33:53.004Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-27T03:33:53.572Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2020-10-27T03:33:53.572Z] === RUN TestRemoveInvalidContainer [2020-10-27T03:33:53.572Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-10-27T03:33:53.572Z] === RUN TestRenameLinkedContainer [2020-10-27T03:33:53.589Z] ok github.com/docker/docker/pkg/pubsub 1.126s coverage: 75.0% of statements [2020-10-27T03:33:53.888Z] ok github.com/docker/docker/pkg/stdcopy 0.007s coverage: 100.0% of statements [2020-10-27T03:33:54.534Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-10-27T03:33:54.618Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-10-27T03:33:54.618Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-10-27T03:33:54.842Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2020-10-27T03:33:55.137Z] ok github.com/docker/docker/pkg/symlink 0.019s coverage: 87.7% of statements [2020-10-27T03:33:55.479Z] --- PASS: TestRenameLinkedContainer (1.66s) [2020-10-27T03:33:55.479Z] === RUN TestRenameStoppedContainer [2020-10-27T03:33:55.479Z] --- PASS: TestRenameStoppedContainer (0.39s) [2020-10-27T03:33:55.479Z] === RUN TestRenameRunningContainerAndReuse [2020-10-27T03:33:55.982Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-10-27T03:33:56.183Z] ok github.com/docker/docker/pkg/system 0.030s coverage: 36.9% of statements [2020-10-27T03:33:56.184Z] ok github.com/docker/docker/pkg/sysinfo 0.009s coverage: 53.8% of statements [2020-10-27T03:33:56.417Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s) [2020-10-27T03:33:56.418Z] === RUN TestRenameInvalidName [2020-10-27T03:33:56.480Z] ok github.com/docker/docker/pkg/signal 3.086s coverage: 61.0% of statements [2020-10-27T03:33:56.677Z] --- PASS: TestRenameInvalidName (0.42s) [2020-10-27T03:33:56.677Z] === RUN TestRenameAnonymousContainer [2020-10-27T03:33:56.911Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-10-27T03:33:57.167Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-10-27T03:33:57.548Z] ok github.com/docker/docker/pkg/tailfile 0.099s coverage: 88.6% of statements [2020-10-27T03:33:57.548Z] testing: warning: no tests to run [2020-10-27T03:33:57.548Z] coverage: [no statements] [2020-10-27T03:33:57.548Z] ok github.com/docker/docker/pkg/term/windows 0.027s coverage: [no statements] [no tests to run] [2020-10-27T03:33:57.548Z] ok github.com/docker/docker/pkg/tarsum 0.163s coverage: 89.3% of statements [2020-10-27T03:33:58.189Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2020-10-27T03:33:58.189Z] ok github.com/docker/docker/pkg/truncindex 0.114s coverage: 91.5% of statements [2020-10-27T03:33:58.189Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2020-10-27T03:33:58.214Z] Removing intermediate container 3b4254a69f68 [2020-10-27T03:33:58.214Z] ---> f33a25064ba2 [2020-10-27T03:33:58.214Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-10-27T03:33:58.214Z] ---> Running in 83f084cbf0bb [2020-10-27T03:33:58.214Z] [2020-10-27T03:33:58.214Z] SUCCESS: Specified value was saved. [2020-10-27T03:33:58.587Z] --- PASS: TestRenameAnonymousContainer (1.52s) [2020-10-27T03:33:58.587Z] === RUN TestRenameContainerWithSameName [2020-10-27T03:33:58.587Z] --- PASS: TestRenameContainerWithSameName (0.38s) [2020-10-27T03:33:58.587Z] === RUN TestRenameContainerWithLinkedContainer [2020-10-27T03:33:59.058Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-10-27T03:33:59.525Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s) [2020-10-27T03:33:59.525Z] === RUN TestResize [2020-10-27T03:33:59.785Z] --- PASS: TestResize (0.40s) [2020-10-27T03:33:59.785Z] === RUN TestResizeWithInvalidSize [2020-10-27T03:33:59.987Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-10-27T03:34:00.046Z] --- PASS: TestCreateServiceMultipleTimes (19.09s) [2020-10-27T03:34:00.046Z] === RUN TestCreateServiceConflict [2020-10-27T03:34:00.046Z] --- PASS: TestCreateServiceConflict (3.14s) [2020-10-27T03:34:00.046Z] === RUN TestCreateServiceMaxReplicas [2020-10-27T03:34:00.364Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2020-10-27T03:34:00.364Z] === RUN TestResizeWhenContainerNotStarted [2020-10-27T03:34:00.624Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2020-10-27T03:34:00.624Z] === RUN TestDaemonRestartKillContainers [2020-10-27T03:34:00.624Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-10-27T03:34:00.624Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-10-27T03:34:00.624Z] === RUN TestCgroupNamespacesRun [2020-10-27T03:34:00.954Z] ok github.com/docker/docker/profiles/seccomp 0.024s coverage: 83.5% of statements [2020-10-27T03:34:00.954Z] ok github.com/docker/docker/plugin/v2 0.034s coverage: 14.5% of statements [2020-10-27T03:34:01.143Z] Removing intermediate container 83f084cbf0bb [2020-10-27T03:34:01.143Z] ---> 4e4b81ce14ec [2020-10-27T03:34:01.143Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-10-27T03:34:01.608Z] ---> Running in 7918642152e6 [2020-10-27T03:34:02.007Z] ok github.com/docker/docker/reference 0.014s coverage: 83.7% of statements [2020-10-27T03:34:02.654Z] ok github.com/docker/docker/plugin 0.602s coverage: 23.1% of statements [2020-10-27T03:34:03.167Z] --- PASS: TestCgroupNamespacesRun (2.13s) [2020-10-27T03:34:03.167Z] === RUN TestCgroupNamespacesRunPrivileged [2020-10-27T03:34:03.260Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-10-27T03:34:04.214Z] ok github.com/docker/docker/quota 0.587s coverage: 71.4% of statements [2020-10-27T03:34:04.252Z] --- PASS: TestCreateServiceMaxReplicas (3.57s) [2020-10-27T03:34:04.252Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-27T03:34:04.512Z] ok github.com/docker/docker/registry/resumable 0.020s coverage: 100.0% of statements [2020-10-27T03:34:04.627Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-10-27T03:34:04.808Z] ok github.com/docker/docker/restartmanager 0.006s coverage: 45.3% of statements [2020-10-27T03:34:05.073Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.10s) [2020-10-27T03:34:05.073Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-10-27T03:34:05.375Z] Cannot create a file when that file already exists. [2020-10-27T03:34:05.450Z] ok github.com/docker/docker/registry 0.238s coverage: 56.3% of statements [2020-10-27T03:34:05.752Z] ok github.com/docker/docker/testutil 0.047s coverage: 62.5% of statements [2020-10-27T03:34:06.520Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-10-27T03:34:06.986Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.15s) [2020-10-27T03:34:06.986Z] === RUN TestCgroupNamespacesRunHostMode [2020-10-27T03:34:07.280Z] ok github.com/docker/docker/runconfig 0.018s coverage: 66.1% of statements [2020-10-27T03:34:09.378Z] ok github.com/docker/docker/volume/drivers 0.009s coverage: 36.1% of statements [2020-10-27T03:34:09.523Z] --- PASS: TestCgroupNamespacesRunHostMode (2.14s) [2020-10-27T03:34:09.523Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-10-27T03:34:10.431Z] ok github.com/docker/docker/volume/mounts 0.053s coverage: 67.0% of statements [2020-10-27T03:34:10.431Z] ok github.com/docker/docker/volume/local 0.260s coverage: 76.4% of statements [2020-10-27T03:34:10.693Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-10-27T03:34:11.429Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.16s) [2020-10-27T03:34:11.429Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-10-27T03:34:11.471Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.1% of statements [2020-10-27T03:34:11.626Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-10-27T03:34:12.497Z] Removing intermediate container 7918642152e6 [2020-10-27T03:34:12.497Z] ---> a870e8083553 [2020-10-27T03:34:12.497Z] Step 13/13 : CMD ["sh"] [2020-10-27T03:34:12.497Z] ---> Running in 2aca827a2c05 [2020-10-27T03:34:12.497Z] Removing intermediate container 2aca827a2c05 [2020-10-27T03:34:12.497Z] ---> 5cfe09b25ed2 [2020-10-27T03:34:12.497Z] Successfully built 5cfe09b25ed2 [2020-10-27T03:34:12.497Z] Successfully tagged busybox:latest [2020-10-27T03:34:12.497Z] INFO: Docker images of the daemon under test [2020-10-27T03:34:12.497Z] [2020-10-27T03:34:12.497Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-10-27T03:34:12.497Z] busybox latest 5cfe09b25ed2 Less than a second ago 5.17GB [2020-10-27T03:34:12.497Z] microsoft/windowsservercore latest 71d3f266f3af 3 weeks ago 5.1GB [2020-10-27T03:34:12.497Z] mcr.microsoft.com/windows/servercore ltsc2019 71d3f266f3af 3 weeks ago 5.1GB [2020-10-27T03:34:12.497Z] [2020-10-27T03:34:12.497Z] INFO: Running integration tests at 10/27/2020 03:34:11... [2020-10-27T03:34:12.497Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-10-27T03:34:12.497Z] INFO: Integration API tests being run from the host: [2020-10-27T03:34:12.497Z] INFO: make.ps1 starting at 10/27/2020 03:34:11 [2020-10-27T03:34:12.961Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-10-27T03:34:12.991Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-10-27T03:34:13.247Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-10-27T03:34:13.247Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-10-27T03:34:13.964Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.11s) [2020-10-27T03:34:13.964Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-10-27T03:34:14.073Z] --- PASS: TestImportExtremelyLargeImageWorks (81.07s) [2020-10-27T03:34:14.073Z] PASS [2020-10-27T03:34:14.073Z] [2020-10-27T03:34:14.073Z] === Skipped [2020-10-27T03:34:14.073Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-10-27T03:34:14.073Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:34:14.073Z] [2020-10-27T03:34:14.073Z] [2020-10-27T03:34:14.073Z] DONE 12 tests, 1 skipped in 82.427s [2020-10-27T03:34:14.073Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-10-27T03:34:14.074Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:34:14.074Z] ++ set -e [2020-10-27T03:34:14.074Z] ++ '[' -n 0 ']' [2020-10-27T03:34:14.074Z] ++ set -x [2020-10-27T03:34:14.074Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:34:14.074Z] INFO: Testing against a local daemon [2020-10-27T03:34:14.074Z] === RUN TestNetworkCreateDelete [2020-10-27T03:34:14.074Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-10-27T03:34:14.074Z] === RUN TestDockerNetworkDeletePreferID [2020-10-27T03:34:14.074Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2020-10-27T03:34:14.074Z] === RUN TestDaemonDNSFallback [2020-10-27T03:34:15.343Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2020-10-27T03:34:15.343Z] === RUN TestCgroupNamespacesRunOlderClient [2020-10-27T03:34:16.176Z] --- PASS: TestDaemonDNSFallback (2.45s) [2020-10-27T03:34:16.176Z] === RUN TestInspectNetwork [2020-10-27T03:34:17.250Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.13s) [2020-10-27T03:34:17.250Z] === RUN TestKernelTCPMemory [2020-10-27T03:34:17.250Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-10-27T03:34:17.250Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:17.250Z] === RUN TestNISDomainname [2020-10-27T03:34:17.250Z] --- SKIP: TestNISDomainname (0.01s) [2020-10-27T03:34:17.250Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-10-27T03:34:17.250Z] === RUN TestHostnameDnsResolution [2020-10-27T03:34:18.188Z] --- PASS: TestHostnameDnsResolution (0.64s) [2020-10-27T03:34:18.188Z] === RUN TestStats [2020-10-27T03:34:18.188Z] --- SKIP: TestStats (0.00s) [2020-10-27T03:34:18.188Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:18.188Z] === RUN TestStopContainerWithTimeout [2020-10-27T03:34:18.188Z] === RUN TestStopContainerWithTimeout/0 [2020-10-27T03:34:18.188Z] === PAUSE TestStopContainerWithTimeout/0 [2020-10-27T03:34:18.188Z] === RUN TestStopContainerWithTimeout/1 [2020-10-27T03:34:18.188Z] === PAUSE TestStopContainerWithTimeout/1 [2020-10-27T03:34:18.188Z] === RUN TestStopContainerWithTimeout/3 [2020-10-27T03:34:18.188Z] === PAUSE TestStopContainerWithTimeout/3 [2020-10-27T03:34:18.188Z] === RUN TestStopContainerWithTimeout/-1 [2020-10-27T03:34:18.188Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-10-27T03:34:18.188Z] === CONT TestStopContainerWithTimeout/0 [2020-10-27T03:34:18.188Z] === CONT TestStopContainerWithTimeout/3 [2020-10-27T03:34:18.495Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-10-27T03:34:18.496Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-10-27T03:34:18.761Z] === CONT TestStopContainerWithTimeout/1 [2020-10-27T03:34:19.155Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.81s) [2020-10-27T03:34:19.155Z] === RUN TestCreateServiceSecretFileMode [2020-10-27T03:34:19.426Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-10-27T03:34:20.169Z] === CONT TestStopContainerWithTimeout/-1 [2020-10-27T03:34:20.356Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-10-27T03:34:20.613Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-10-27T03:34:21.701Z] --- PASS: TestCreateServiceSecretFileMode (3.25s) [2020-10-27T03:34:21.701Z] === RUN TestCreateServiceConfigFileMode [2020-10-27T03:34:21.746Z] === RUN TestInspectNetwork/full_network_id [2020-10-27T03:34:21.746Z] === RUN TestInspectNetwork/partial_network_id [2020-10-27T03:34:21.746Z] === RUN TestInspectNetwork/network_name [2020-10-27T03:34:21.746Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-10-27T03:34:21.981Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-10-27T03:34:22.712Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-10-27T03:34:22.712Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2020-10-27T03:34:22.712Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2020-10-27T03:34:22.712Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2020-10-27T03:34:22.712Z] --- PASS: TestStopContainerWithTimeout/-1 (2.43s) [2020-10-27T03:34:22.712Z] === RUN TestDeleteDevicemapper [2020-10-27T03:34:22.712Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-10-27T03:34:22.712Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-27T03:34:22.712Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-27T03:34:22.910Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-10-27T03:34:24.091Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.47s) [2020-10-27T03:34:24.091Z] === RUN TestUpdateMemory [2020-10-27T03:34:24.091Z] --- SKIP: TestUpdateMemory (0.00s) [2020-10-27T03:34:24.091Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:24.091Z] === RUN TestUpdateCPUQuota [2020-10-27T03:34:24.091Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-10-27T03:34:24.091Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:24.091Z] === RUN TestUpdatePidsLimit [2020-10-27T03:34:24.091Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-10-27T03:34:24.091Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:24.091Z] === RUN TestUpdateRestartPolicy [2020-10-27T03:34:24.802Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-10-27T03:34:25.911Z] --- PASS: TestCreateServiceConfigFileMode (3.37s) [2020-10-27T03:34:25.911Z] === RUN TestCreateServiceSysctls [2020-10-27T03:34:27.056Z] ok github.com/docker/docker/pkg/plugins 33.663s coverage: 76.6% of statements [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/pkg/term [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/rootless [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/testutil/request [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/volume [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-10-27T03:34:27.056Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === Skipped [2020-10-27T03:34:27.056Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-10-27T03:34:27.056Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-10-27T03:34:27.056Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-10-27T03:34:27.056Z] time="2020-10-27T03:33:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-10-27T03:34:27.056Z] time="2020-10-27T03:33:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-10-27T03:34:27.056Z] time="2020-10-27T03:33:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-10-27T03:34:27.056Z] time="2020-10-27T03:33:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-10-27T03:34:27.056Z] time="2020-10-27T03:33:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-10-27T03:34:27.056Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-10-27T03:34:27.056Z] overlay_test.go:49: Fails to compute changes intermittently [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-10-27T03:34:27.056Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:34:27.056Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-10-27T03:34:27.056Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-10-27T03:34:27.056Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-10-27T03:34:27.056Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] [2020-10-27T03:34:27.056Z] DONE 2199 tests, 26 skipped in 257.179s Post stage [Pipeline] junit [2020-10-27T03:34:27.110Z] Recording test results [2020-10-27T03:34:27.317Z] --- PASS: TestInspectNetwork (11.06s) [2020-10-27T03:34:27.317Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-10-27T03:34:27.317Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-10-27T03:34:27.317Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-10-27T03:34:27.317Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-10-27T03:34:27.317Z] === RUN TestRunContainerWithBridgeNone [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T03:34:27.821Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -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:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/make.sh dynbinary test-integration [2020-10-27T03:34:28.118Z] [2020-10-27T03:34:28.118Z] Removing bundles/ [2020-10-27T03:34:28.118Z] [2020-10-27T03:34:28.118Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-10-27T03:34:28.118Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:34:28.118Z] GOOS="" GOARCH="" GOARM="" [2020-10-27T03:34:29.219Z] --- PASS: TestCreateServiceSysctls (3.67s) [2020-10-27T03:34:29.219Z] === RUN TestCreateServiceCapabilities [2020-10-27T03:34:29.387Z] --- PASS: TestRunContainerWithBridgeNone (2.42s) [2020-10-27T03:34:29.387Z] === RUN TestNetworkInvalidJSON [2020-10-27T03:34:29.387Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-27T03:34:29.387Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-27T03:34:29.387Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:34:29.387Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:34:29.387Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:34:29.387Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:34:29.387Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-27T03:34:29.387Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:34:29.387Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:34:29.387Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-10-27T03:34:29.387Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-10-27T03:34:29.387Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-10-27T03:34:29.387Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2020-10-27T03:34:29.387Z] === RUN TestHostIPv4BridgeLabel [2020-10-27T03:34:30.021Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-10-27T03:34:30.021Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-27T03:34:30.052Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-10-27T03:34:31.056Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-10-27T03:34:31.056Z] === RUN TestDaemonDefaultNetworkPools [2020-10-27T03:34:31.416Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-10-27T03:34:31.767Z] --- PASS: TestCreateServiceCapabilities (2.91s) [2020-10-27T03:34:31.767Z] === RUN TestInspect [2020-10-27T03:34:32.091Z] --- PASS: TestDaemonDefaultNetworkPools (0.86s) [2020-10-27T03:34:32.091Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-27T03:34:32.785Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-10-27T03:34:33.161Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2020-10-27T03:34:33.161Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-27T03:34:34.156Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-10-27T03:34:34.201Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2020-10-27T03:34:34.201Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-27T03:34:34.835Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s) [2020-10-27T03:34:34.835Z] === RUN TestServiceWithPredefinedNetwork [2020-10-27T03:34:35.974Z] --- PASS: TestInspect (3.46s) [2020-10-27T03:34:35.974Z] === RUN TestCreateJob [2020-10-27T03:34:36.302Z] --- PASS: TestUpdateRestartPolicy (10.97s) [2020-10-27T03:34:36.302Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-27T03:34:36.302Z] --- PASS: TestUpdateRestartWithAutoRemove (0.56s) [2020-10-27T03:34:36.302Z] === RUN TestWaitNonBlocked [2020-10-27T03:34:36.302Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:34:36.302Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:34:36.302Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:34:36.302Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:34:36.302Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:34:36.302Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:34:36.302Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-10-27T03:34:36.302Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.73s) [2020-10-27T03:34:36.302Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.78s) [2020-10-27T03:34:36.302Z] === RUN TestWaitBlocked [2020-10-27T03:34:36.302Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:34:36.302Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:34:36.302Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:34:36.302Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:34:36.302Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:34:36.302Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:34:37.240Z] --- PASS: TestWaitBlocked (0.02s) [2020-10-27T03:34:37.240Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2020-10-27T03:34:37.240Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.84s) [2020-10-27T03:34:37.240Z] === CONT TestDaemonRestartIpcMode [2020-10-27T03:34:37.240Z] === CONT TestIpcModeOlderClient [2020-10-27T03:34:37.240Z] --- PASS: TestIpcModeOlderClient (0.08s) [2020-10-27T03:34:38.235Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:34:38.235Z] INFO: Testing against a local daemon [2020-10-27T03:34:38.235Z] === RUN TestBuildWithSession [2020-10-27T03:34:38.235Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-27T03:34:38.235Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:34:38.235Z] === RUN TestBuildSquashParent [2020-10-27T03:34:38.235Z] --- SKIP: TestBuildSquashParent (0.00s) [2020-10-27T03:34:38.235Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:34:38.235Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-27T03:34:38.235Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:34:38.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:34:38.235Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:34:38.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:34:38.235Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:34:38.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:34:38.235Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:34:38.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:34:38.235Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:34:38.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:34:38.235Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:34:38.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:34:38.235Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:34:38.235Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:34:38.235Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:34:38.236Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:34:39.279Z] --- PASS: TestCreateJob (4.15s) [2020-10-27T03:34:39.279Z] === RUN TestReplicatedJob [2020-10-27T03:34:39.291Z] --- PASS: TestServiceWithPredefinedNetwork (3.76s) [2020-10-27T03:34:39.291Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-27T03:34:39.291Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:34:39.291Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:34:39.291Z] === RUN TestServiceWithDataPathPortInit [2020-10-27T03:34:41.438Z] --- PASS: TestDaemonRestartIpcMode (4.13s) [2020-10-27T03:34:41.438Z] PASS [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === Skipped [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-10-27T03:34:41.438Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-10-27T03:34:41.438Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-10-27T03:34:41.438Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-10-27T03:34:41.438Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-10-27T03:34:41.438Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-10-27T03:34:41.438Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-10-27T03:34:41.438Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-10-27T03:34:41.438Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-10-27T03:34:41.438Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-10-27T03:34:41.438Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-10-27T03:34:41.438Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-10-27T03:34:41.438Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-10-27T03:34:41.438Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-10-27T03:34:41.438Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-27T03:34:41.438Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-10-27T03:34:41.438Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-10-27T03:34:41.438Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-10-27T03:34:41.438Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-10-27T03:34:41.438Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-10-27T03:34:41.438Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-10-27T03:34:41.438Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-10-27T03:34:41.438Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-10-27T03:34:41.438Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-10-27T03:34:41.438Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] [2020-10-27T03:34:41.438Z] DONE 174 tests, 24 skipped in 79.246s [2020-10-27T03:34:41.438Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-10-27T03:34:41.438Z] INFO: Testing against a local daemon [2020-10-27T03:34:41.438Z] === RUN TestCommitInheritsEnv [2020-10-27T03:34:42.245Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-10-27T03:34:43.344Z] --- PASS: TestCommitInheritsEnv (1.64s) [2020-10-27T03:34:43.344Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-27T03:34:43.344Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-10-27T03:34:43.344Z] === RUN TestImagesFilterMultiReference [2020-10-27T03:34:43.344Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-10-27T03:34:43.344Z] === RUN TestImagePullPlatformInvalid [2020-10-27T03:34:43.344Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-10-27T03:34:43.344Z] === RUN TestRemoveImageOrphaning [2020-10-27T03:34:44.137Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-10-27T03:34:45.250Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2020-10-27T03:34:45.250Z] === RUN TestRemoveImageGarbageCollector [2020-10-27T03:34:45.250Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-10-27T03:34:45.250Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-10-27T03:34:45.250Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-27T03:34:45.250Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-10-27T03:34:45.250Z] === RUN TestTagInvalidReference [2020-10-27T03:34:45.250Z] --- PASS: TestTagInvalidReference (0.01s) [2020-10-27T03:34:45.250Z] === RUN TestTagValidPrefixedRepo [2020-10-27T03:34:45.250Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-10-27T03:34:45.250Z] === RUN TestTagExistedNameWithoutForce [2020-10-27T03:34:45.250Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-10-27T03:34:45.250Z] === RUN TestTagOfficialNames [2020-10-27T03:34:45.250Z] --- PASS: TestTagOfficialNames (0.05s) [2020-10-27T03:34:45.250Z] === RUN TestTagMatchesDigest [2020-10-27T03:34:45.250Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-10-27T03:34:45.250Z] === CONT TestImportExtremelyLargeImageWorks [2020-10-27T03:34:45.865Z] --- PASS: TestReplicatedJob (6.53s) [2020-10-27T03:34:45.865Z] === RUN TestUpdateReplicatedJob [2020-10-27T03:34:46.032Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-10-27T03:34:47.642Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-10-27T03:34:47.642Z] Copying nested executables into bundles/cross/linux/amd64 [2020-10-27T03:34:47.642Z] Cross building: bundles/cross/windows/amd64 [2020-10-27T03:34:47.642Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-10-27T03:34:47.642Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-10-27T03:34:49.305Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-10-27T03:34:49.305Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-10-27T03:34:49.867Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-10-27T03:34:49.867Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-10-27T03:34:51.150Z] --- PASS: TestUpdateReplicatedJob (4.34s) [2020-10-27T03:34:51.150Z] === RUN TestServiceListWithStatuses [2020-10-27T03:34:51.150Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-10-27T03:34:51.150Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-27T03:34:51.150Z] === RUN TestDockerNetworkConnectAlias [2020-10-27T03:34:53.143Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:34:53.143Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:34:55.125Z] --- PASS: TestDockerDaemonSuite (354.04s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.01s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.92s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.62s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.85s) [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:1454: [def1a32fe731f] daemon is not started [2020-10-27T03:34:55.126Z] check_test.go:309: [d602a683abe9a] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.63s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.82s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d130eb5b45a27] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.45s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.80s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.60s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.26s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.45s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.48s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.38s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.36s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d7e46458d5e4a] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-10-27T03:34:55.126Z] check_test.go:309: [de3f1e28afda8] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.23s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d20e2c612a319] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.40s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.70s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.48s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.13s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.63s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.62s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-10-27T03:34:55.126Z] check_test.go:309: [da18a43b4a855] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.92s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.17s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.58s) [2020-10-27T03:34:55.126Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-10-27T03:34:55.126Z] check_test.go:309: [d58c39f5f02b3] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.48s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.26s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.88s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.60s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d528182f7e0ea] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.91s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.59s) [2020-10-27T03:34:55.126Z] check_test.go:309: [dcc8291297f58] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.06s) [2020-10-27T03:34:55.126Z] docker_cli_daemon_plugins_test.go:79: [d47620df8dbe8] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.86s) [2020-10-27T03:34:55.126Z] docker_cli_daemon_plugins_test.go:169: [d8d9cf7b57f69] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.57s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d1c0300e41423] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.72s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.11s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.77s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.68s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.82s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.87s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.42s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.62s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.72s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.77s) [2020-10-27T03:34:55.126Z] check_test.go:309: [dc17815572ba8] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.48s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.34s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.15s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.14s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.47s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.36s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.10s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d23fdbb06952c] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.73s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.21s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.55s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.02s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.71s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.67s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.45s) [2020-10-27T03:34:55.126Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-10-27T03:34:55.126Z] check_test.go:309: [d4a89a937f359] daemon is not started [2020-10-27T03:34:55.126Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-10-27T03:34:55.126Z] check_test.go:309: [da5b653fa1a8e] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.45s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d8d9339428740] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.89s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.61s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.36s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.74s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.89s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.12s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.78s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.72s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d0b71c542ca73] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.37s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.79s) [2020-10-27T03:34:55.126Z] docker_cli_daemon_plugins_test.go:105: [dd741771eadcf] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.89s) [2020-10-27T03:34:55.126Z] check_test.go:309: [de07efcee4f9f] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.56s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.29s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.21s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.60s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.17s) [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:2886: Checking IpcMode private set from config [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:2886: Checking IpcMode shareable set from config [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:2886: Checking IpcMode host set from config [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:2886: Checking IpcMode container:123 set from config [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:2886: Checking IpcMode nosuchmode set from config [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:2886: Checking IpcMode private set from cli [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:2886: Checking IpcMode shareable set from cli [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:2886: Checking IpcMode host set from cli [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:2886: Checking IpcMode container:123 set from cli [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:2886: Checking IpcMode nosuchmode set from cli [2020-10-27T03:34:55.126Z] check_test.go:309: [d19ef3c7f63bd] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.13s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d1f8f98097738] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.77s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.27s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2020-10-27T03:34:55.126Z] check_test.go:309: [dc5899878debf] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.88s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.95s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.24s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d9cab6c5d6ca8] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.81s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.46s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.80s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.18s) [2020-10-27T03:34:55.126Z] check_test.go:309: [ded077e626cbe] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.78s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.02s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d3efd2db90146] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.60s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.86s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.83s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.74s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.88s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.70s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.35s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.28s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.76s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.12s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.18s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.22s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.67s) [2020-10-27T03:34:55.126Z] docker_cli_daemon_test.go:2549: [d6b0c8f4ac88f] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.74s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.77s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.90s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.78s) [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.19s) [2020-10-27T03:34:55.126Z] check_test.go:309: [d87eb3f465d6a] daemon is not started [2020-10-27T03:34:55.126Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.36s) [2020-10-27T03:34:55.126Z] === RUN TestDockerSwarmSuite [2020-10-27T03:34:55.126Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-10-27T03:34:55.126Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-10-27T03:34:55.126Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-10-27T03:34:55.382Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-10-27T03:34:56.311Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-10-27T03:34:56.311Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-10-27T03:34:56.874Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-10-27T03:34:57.131Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-10-27T03:34:57.131Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-10-27T03:34:57.737Z] --- PASS: TestDockerNetworkConnectAlias (6.46s) [2020-10-27T03:34:57.737Z] === RUN TestDockerNetworkReConnect [2020-10-27T03:34:59.652Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-10-27T03:35:00.216Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-10-27T03:35:00.781Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-10-27T03:35:01.766Z] --- PASS: TestServiceWithDataPathPortInit (19.78s) [2020-10-27T03:35:01.766Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-27T03:35:01.767Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2020-10-27T03:35:01.767Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (14.43s) [2020-10-27T03:35:01.767Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.80s) [2020-10-27T03:35:01.767Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.01s) [2020-10-27T03:35:01.767Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (20.21s) [2020-10-27T03:35:01.767Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.78s) [2020-10-27T03:35:01.767Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.50s) [2020-10-27T03:35:01.767Z] === RUN TestBuildMultiStageCopy [2020-10-27T03:35:01.767Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-27T03:35:01.951Z] --- PASS: TestDockerNetworkReConnect (5.36s) [2020-10-27T03:35:01.951Z] === RUN TestServicePlugin [2020-10-27T03:35:01.951Z] --- SKIP: TestServicePlugin (0.00s) [2020-10-27T03:35:01.951Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:35:01.951Z] === RUN TestServiceUpdateLabel [2020-10-27T03:35:02.672Z] === RUN TestDockerSuite/TestBuildEnv [2020-10-27T03:35:04.039Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-10-27T03:35:05.252Z] --- PASS: TestServiceUpdateLabel (3.24s) [2020-10-27T03:35:05.252Z] === RUN TestServiceUpdateSecrets [2020-10-27T03:35:05.408Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-10-27T03:35:05.408Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-10-27T03:35:06.774Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-10-27T03:35:08.665Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.04s) [2020-10-27T03:35:08.665Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:jf55nlowfle5mfzebwey5yu0w Created:2020-10-27 03:34:59.901184262 +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[d89377b276a2a019f4dbceaf667865c073f0b4385b94797ded40fbab94936c3f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ze0r9ex25zuj5pcfk1cr84u9l EndpointID:04e512b4d02483f9b4b06e9dc3e2f1e853612822fd9e9690d180a0b5a352818f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:608c968294920089ff61937fe77c4c5e26ffe75916839e348ed9e197c7ba411d 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:0d6b499811f0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ze0r9ex25zuj5pcfk1cr84u9l EndpointID:04e512b4d02483f9b4b06e9dc3e2f1e853612822fd9e9690d180a0b5a352818f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-10-27T03:35:08.665Z] PASS [2020-10-27T03:35:08.665Z] [2020-10-27T03:35:08.665Z] === Skipped [2020-10-27T03:35:08.665Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:35:08.665Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:35:08.665Z] [2020-10-27T03:35:08.665Z] [2020-10-27T03:35:08.665Z] DONE 23 tests, 1 skipped in 55.579s [2020-10-27T03:35:08.665Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-10-27T03:35:08.665Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:35:08.665Z] ++ set -e [2020-10-27T03:35:08.665Z] ++ '[' -n 0 ']' [2020-10-27T03:35:08.665Z] ++ set -x [2020-10-27T03:35:08.665Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:35:08.665Z] INFO: Testing against a local daemon [2020-10-27T03:35:08.665Z] === RUN TestDockerNetworkIpvlanPersistance [2020-10-27T03:35:08.665Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-27T03:35:08.665Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:35:08.665Z] === RUN TestDockerNetworkIpvlan [2020-10-27T03:35:08.665Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-10-27T03:35:08.665Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:35:08.665Z] PASS [2020-10-27T03:35:08.665Z] [2020-10-27T03:35:08.665Z] === Skipped [2020-10-27T03:35:08.665Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-27T03:35:08.665Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:35:08.665Z] [2020-10-27T03:35:08.665Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-10-27T03:35:08.665Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:35:08.665Z] [2020-10-27T03:35:08.665Z] [2020-10-27T03:35:08.665Z] DONE 2 tests, 2 skipped in 0.075s [2020-10-27T03:35:08.665Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-10-27T03:35:08.665Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:35:08.665Z] ++ set -e [2020-10-27T03:35:08.665Z] ++ '[' -n 0 ']' [2020-10-27T03:35:08.665Z] ++ set -x [2020-10-27T03:35:08.665Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:35:08.665Z] INFO: Testing against a local daemon [2020-10-27T03:35:08.665Z] === RUN TestDockerNetworkMacvlanPersistance [2020-10-27T03:35:10.175Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2020-10-27T03:35:10.175Z] === RUN TestDockerNetworkMacvlan [2020-10-27T03:35:10.372Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-27T03:35:10.813Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-10-27T03:35:11.346Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-27T03:35:11.849Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-10-27T03:35:12.322Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-27T03:35:12.885Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-10-27T03:35:13.307Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-27T03:35:13.325Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-10-27T03:35:14.880Z] --- PASS: TestBuildMultiStageCopy (13.17s) [2020-10-27T03:35:14.880Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.70s) [2020-10-27T03:35:14.880Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.86s) [2020-10-27T03:35:14.880Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-10-27T03:35:14.880Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.11s) [2020-10-27T03:35:14.880Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.50s) [2020-10-27T03:35:14.880Z] === RUN TestBuildMultiStageParentConfig [2020-10-27T03:35:17.073Z] --- PASS: TestBuildMultiStageParentConfig (2.07s) [2020-10-27T03:35:17.073Z] === RUN TestBuildLabelWithTargets [2020-10-27T03:35:17.073Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2020-10-27T03:35:17.073Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-27T03:35:17.073Z] === RUN TestBuildWithEmptyLayers [2020-10-27T03:35:17.386Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-10-27T03:35:18.051Z] --- PASS: TestBuildWithEmptyLayers (0.98s) [2020-10-27T03:35:18.051Z] === RUN TestBuildMultiStageOnBuild [2020-10-27T03:35:19.865Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-10-27T03:35:19.865Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-10-27T03:35:20.907Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-10-27T03:35:23.364Z] --- PASS: TestServiceUpdateSecrets (15.29s) [2020-10-27T03:35:23.364Z] === RUN TestServiceUpdateConfigs [2020-10-27T03:35:27.806Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-10-27T03:35:29.316Z] --- PASS: TestDockerNetworkMacvlan (19.14s) [2020-10-27T03:35:29.316Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2020-10-27T03:35:29.316Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-10-27T03:35:29.316Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.44s) [2020-10-27T03:35:29.316Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.44s) [2020-10-27T03:35:29.316Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.40s) [2020-10-27T03:35:29.316Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.39s) [2020-10-27T03:35:29.316Z] PASS [2020-10-27T03:35:29.316Z] [2020-10-27T03:35:29.316Z] DONE 8 tests in 20.635s [2020-10-27T03:35:29.316Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-10-27T03:35:29.316Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:35:29.316Z] ++ set -e [2020-10-27T03:35:29.316Z] ++ '[' -n 0 ']' [2020-10-27T03:35:29.316Z] ++ set -x [2020-10-27T03:35:29.316Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:35:29.316Z] testing: warning: no tests to run [2020-10-27T03:35:29.316Z] PASS [2020-10-27T03:35:29.316Z] [2020-10-27T03:35:29.316Z] DONE 0 tests in 0.015s [2020-10-27T03:35:29.316Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-10-27T03:35:29.316Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:35:29.316Z] ++ set -e [2020-10-27T03:35:29.316Z] ++ '[' -n 0 ']' [2020-10-27T03:35:29.316Z] ++ set -x [2020-10-27T03:35:29.316Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:35:29.316Z] INFO: Testing against a local daemon [2020-10-27T03:35:29.316Z] === RUN TestAuthZPluginAllowRequest [2020-10-27T03:35:30.471Z] --- PASS: TestBuildMultiStageOnBuild (12.64s) [2020-10-27T03:35:30.472Z] === RUN TestBuildUncleanTarFilenames [2020-10-27T03:35:30.472Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2020-10-27T03:35:30.472Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-27T03:35:30.472Z] === RUN TestBuildMultiStageLayerLeak [2020-10-27T03:35:31.387Z] --- PASS: TestAuthZPluginAllowRequest (1.71s) [2020-10-27T03:35:31.387Z] === RUN TestAuthZPluginTLS [2020-10-27T03:35:31.679Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-10-27T03:35:31.679Z] === RUN TestAuthZPluginDenyRequest [2020-10-27T03:35:32.040Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-10-27T03:35:32.312Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-10-27T03:35:32.313Z] === RUN TestAuthZPluginAPIDenyResponse [2020-10-27T03:35:32.604Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-10-27T03:35:32.604Z] === RUN TestAuthZPluginDenyResponse [2020-10-27T03:35:33.268Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-10-27T03:35:33.268Z] === RUN TestAuthZPluginAllowEventStream [2020-10-27T03:35:34.560Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-10-27T03:35:34.779Z] --- PASS: TestAuthZPluginAllowEventStream (1.71s) [2020-10-27T03:35:34.779Z] === RUN TestAuthZPluginErrorResponse [2020-10-27T03:35:35.414Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-10-27T03:35:35.414Z] === RUN TestAuthZPluginErrorRequest [2020-10-27T03:35:36.048Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2020-10-27T03:35:36.048Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-10-27T03:35:36.682Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-10-27T03:35:36.682Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-10-27T03:35:38.268Z] --- PASS: TestServiceUpdateConfigs (15.41s) [2020-10-27T03:35:38.268Z] === RUN TestServiceUpdateNetwork [2020-10-27T03:35:38.752Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.09s) [2020-10-27T03:35:38.752Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-10-27T03:35:40.826Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.17s) [2020-10-27T03:35:40.826Z] === RUN TestAuthZPluginHeader [2020-10-27T03:35:41.460Z] --- PASS: TestAuthZPluginHeader (0.82s) [2020-10-27T03:35:41.460Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-10-27T03:35:41.460Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-27T03:35:41.460Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:35:41.460Z] === RUN TestAuthZPluginV2Disable [2020-10-27T03:35:41.460Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-10-27T03:35:41.460Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:35:41.460Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-10-27T03:35:41.460Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-27T03:35:41.460Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:35:41.460Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-10-27T03:35:41.460Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-27T03:35:41.460Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:35:41.460Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-10-27T03:35:42.650Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-10-27T03:35:43.213Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-10-27T03:35:43.780Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-10-27T03:35:44.344Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-10-27T03:35:45.710Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-10-27T03:35:45.710Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-10-27T03:35:45.966Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-10-27T03:35:47.861Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-10-27T03:35:47.861Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-10-27T03:35:48.200Z] --- PASS: TestBuildMultiStageLayerLeak (15.55s) [2020-10-27T03:35:48.201Z] === RUN TestBuildWithHugeFile [2020-10-27T03:35:50.499Z] --- PASS: TestServiceUpdateNetwork (14.61s) [2020-10-27T03:35:50.499Z] === RUN TestServiceUpdatePidsLimit [2020-10-27T03:35:52.414Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-10-27T03:35:53.362Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-10-27T03:35:55.949Z] === RUN TestDockerSuite/TestBuildExpose [2020-10-27T03:35:55.949Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-10-27T03:35:56.511Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-10-27T03:35:57.073Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-10-27T03:35:57.329Z] === RUN TestDockerSuite/TestBuildFails [2020-10-27T03:35:58.258Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-10-27T03:35:58.258Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-10-27T03:35:58.258Z] --- PASS: TestImportExtremelyLargeImageWorks (199.74s) [2020-10-27T03:35:58.258Z] PASS [2020-10-27T03:35:58.258Z] [2020-10-27T03:35:58.258Z] DONE 12 tests in 203.733s [2020-10-27T03:35:58.258Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-10-27T03:35:58.258Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:35:58.258Z] ++ set -e [2020-10-27T03:35:58.258Z] ++ '[' -n 0 ']' [2020-10-27T03:35:58.258Z] ++ set -x [2020-10-27T03:35:58.258Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:35:58.515Z] INFO: Testing against a local daemon [2020-10-27T03:35:58.515Z] === RUN TestNetworkCreateDelete [2020-10-27T03:35:58.515Z] --- PASS: TestNetworkCreateDelete (0.18s) [2020-10-27T03:35:58.515Z] === RUN TestDockerNetworkDeletePreferID [2020-10-27T03:35:59.077Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2020-10-27T03:35:59.077Z] === RUN TestDaemonDNSFallback [2020-10-27T03:36:00.009Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-10-27T03:36:00.047Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.78s) [2020-10-27T03:36:00.047Z] PASS [2020-10-27T03:36:00.047Z] [2020-10-27T03:36:00.047Z] === Skipped [2020-10-27T03:36:00.047Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-27T03:36:00.047Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:36:00.047Z] [2020-10-27T03:36:00.047Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-10-27T03:36:00.047Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:36:00.047Z] [2020-10-27T03:36:00.047Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-27T03:36:00.047Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:36:00.047Z] [2020-10-27T03:36:00.047Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-27T03:36:00.047Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:36:00.047Z] [2020-10-27T03:36:00.047Z] [2020-10-27T03:36:00.047Z] DONE 17 tests, 4 skipped in 29.056s [2020-10-27T03:36:00.047Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-10-27T03:36:00.047Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:00.047Z] ++ set -e [2020-10-27T03:36:00.047Z] ++ '[' -n 0 ']' [2020-10-27T03:36:00.047Z] ++ set -x [2020-10-27T03:36:00.047Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:00.047Z] INFO: Testing against a local daemon [2020-10-27T03:36:00.047Z] === RUN TestPluginInvalidJSON [2020-10-27T03:36:00.047Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:36:00.047Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:36:00.047Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:36:00.047Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-10-27T03:36:00.048Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-10-27T03:36:00.048Z] === RUN TestPluginInstall [2020-10-27T03:36:00.048Z] === RUN TestPluginInstall/no_auth [2020-10-27T03:36:01.498Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-10-27T03:36:01.898Z] === RUN TestDockerSuite/TestBuildForceRm [2020-10-27T03:36:02.117Z] time="2020-10-27T03:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:36:02.117Z] time="2020-10-27T03:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:31317b5c8cbf863e0c5d61c3c874d7daa1df691466d2f33bddb6ef6f9de0afad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:36:02.117Z] time="2020-10-27T03:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:36:02.117Z] time="2020-10-27T03:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:31317b5c8cbf863e0c5d61c3c874d7daa1df691466d2f33bddb6ef6f9de0afad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:36:02.409Z] === RUN TestPluginInstall/with_htpasswd [2020-10-27T03:36:03.043Z] time="2020-10-27T03:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:36:03.043Z] time="2020-10-27T03:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b56f36d1b783a83904c3e441eb6f38975e8589c8a33ce9f5e0b1010ed58a5331" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:36:03.043Z] time="2020-10-27T03:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:36:03.043Z] time="2020-10-27T03:36:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b56f36d1b783a83904c3e441eb6f38975e8589c8a33ce9f5e0b1010ed58a5331" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:36:03.335Z] === RUN TestPluginInstall/with_insecure [2020-10-27T03:36:03.804Z] === RUN TestDockerSuite/TestBuildFromGit [2020-10-27T03:36:04.366Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-10-27T03:36:04.371Z] time="2020-10-27T03:36:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:36:04.371Z] time="2020-10-27T03:36:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:84e02d9a658c573f54800b5b16ad09c3dbc6645a2d5bf0d8b6454cfcfa03c56b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:36:04.371Z] time="2020-10-27T03:36:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:36:04.371Z] time="2020-10-27T03:36:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:84e02d9a658c573f54800b5b16ad09c3dbc6645a2d5bf0d8b6454cfcfa03c56b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:36:04.371Z] --- PASS: TestPluginInstall (5.98s) [2020-10-27T03:36:04.371Z] --- PASS: TestPluginInstall/no_auth (3.95s) [2020-10-27T03:36:04.371Z] --- PASS: TestPluginInstall/with_htpasswd (0.77s) [2020-10-27T03:36:04.371Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2020-10-27T03:36:04.371Z] plugin_test.go:157: [de7ad33e70676] daemon is not started [2020-10-27T03:36:04.371Z] PASS [2020-10-27T03:36:04.371Z] [2020-10-27T03:36:04.371Z] DONE 6 tests in 6.110s [2020-10-27T03:36:04.622Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-10-27T03:36:04.663Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-10-27T03:36:04.663Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:04.664Z] ++ set -e [2020-10-27T03:36:04.664Z] ++ '[' -n 0 ']' [2020-10-27T03:36:04.664Z] ++ set -x [2020-10-27T03:36:04.664Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:04.664Z] INFO: Testing against a local daemon [2020-10-27T03:36:04.664Z] === RUN TestExternalGraphDriver [2020-10-27T03:36:04.664Z] === RUN TestExternalGraphDriver/json [2020-10-27T03:36:05.184Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-10-27T03:36:05.501Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-27T03:36:05.501Z] [2020-10-27T03:36:05.501Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-27T03:36:05.501Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-27T03:36:05.501Z] HOSTNAME=60ae05947ac4 [2020-10-27T03:36:05.501Z] TESTDEBUG=0 [2020-10-27T03:36:05.501Z] DEST=bundles/test-integration [2020-10-27T03:36:05.501Z] PWD=/go/src/github.com/docker/docker [2020-10-27T03:36:05.501Z] DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a [2020-10-27T03:36:05.501Z] container=docker [2020-10-27T03:36:05.501Z] HOME=/root [2020-10-27T03:36:05.501Z] GOLANG_VERSION=1.13.15 [2020-10-27T03:36:05.501Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-27T03:36:05.501Z] VALIDATE_BRANCH=master [2020-10-27T03:36:05.501Z] TERM=xterm [2020-10-27T03:36:05.501Z] DOCKER_PKG=github.com/docker/docker [2020-10-27T03:36:05.501Z] SHLVL=1 [2020-10-27T03:36:05.501Z] TIMEOUT=120m [2020-10-27T03:36:05.501Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-27T03:36:05.501Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-27T03:36:05.501Z] GO111MODULE=off [2020-10-27T03:36:05.501Z] DOCKER_EXPERIMENTAL=1 [2020-10-27T03:36:05.501Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-10-27T03:36:05.501Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-27T03:36:05.501Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-27T03:36:05.501Z] GOPATH=/go [2020-10-27T03:36:05.501Z] PKG_CONFIG=pkg-config [2020-10-27T03:36:05.501Z] _=/usr/bin/env [2020-10-27T03:36:05.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-10-27T03:36:05.748Z] --- PASS: TestDaemonDNSFallback (6.68s) [2020-10-27T03:36:05.748Z] === RUN TestInspectNetwork [2020-10-27T03:36:06.677Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-10-27T03:36:06.803Z] === RUN TestExternalGraphDriver/spec [2020-10-27T03:36:07.607Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-10-27T03:36:07.863Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-10-27T03:36:08.082Z] --- PASS: TestServiceUpdatePidsLimit (17.44s) [2020-10-27T03:36:08.082Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-10-27T03:36:08.082Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-10-27T03:36:08.082Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-10-27T03:36:08.082Z] PASS [2020-10-27T03:36:08.082Z] [2020-10-27T03:36:08.082Z] === Skipped [2020-10-27T03:36:08.082Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-10-27T03:36:08.082Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-27T03:36:08.082Z] [2020-10-27T03:36:08.082Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-10-27T03:36:08.082Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:36:08.082Z] [2020-10-27T03:36:08.082Z] [2020-10-27T03:36:08.082Z] DONE 27 tests, 2 skipped in 159.971s [2020-10-27T03:36:08.082Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-10-27T03:36:08.082Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:08.082Z] ++ set -e [2020-10-27T03:36:08.082Z] ++ '[' -n 0 ']' [2020-10-27T03:36:08.082Z] ++ set -x [2020-10-27T03:36:08.082Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:08.343Z] INFO: Testing against a local daemon [2020-10-27T03:36:08.343Z] === RUN TestSessionCreate [2020-10-27T03:36:08.343Z] --- PASS: TestSessionCreate (0.05s) [2020-10-27T03:36:08.343Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-27T03:36:08.343Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-10-27T03:36:08.343Z] PASS [2020-10-27T03:36:08.343Z] [2020-10-27T03:36:08.343Z] DONE 2 tests in 0.361s [2020-10-27T03:36:08.343Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-10-27T03:36:08.343Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:08.343Z] ++ set -e [2020-10-27T03:36:08.343Z] ++ '[' -n 0 ']' [2020-10-27T03:36:08.343Z] ++ set -x [2020-10-27T03:36:08.343Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:08.578Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-10-27T03:36:08.603Z] INFO: Testing against a local daemon [2020-10-27T03:36:08.603Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-27T03:36:08.603Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:36:08.603Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-27T03:36:08.603Z] === RUN TestEventsExecDie [2020-10-27T03:36:08.874Z] === RUN TestExternalGraphDriver/pull [2020-10-27T03:36:09.099Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-10-27T03:36:09.099Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-10-27T03:36:09.099Z] remote: Enumerating objects: 2, done. [2020-10-27T03:36:09.099Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-10-27T03:36:09.099Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-10-27T03:36:09.099Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-10-27T03:36:09.099Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2020-10-27T03:36:09.099Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-10-27T03:36:09.099Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-10-27T03:36:09.440Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/test/unit [2020-10-27T03:36:09.509Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-10-27T03:36:09.545Z] --- PASS: TestEventsExecDie (0.86s) [2020-10-27T03:36:09.545Z] === RUN TestEventsBackwardsCompatible [2020-10-27T03:36:09.545Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-10-27T03:36:09.545Z] === RUN TestInfoBinaryCommits [2020-10-27T03:36:09.545Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-10-27T03:36:09.545Z] === RUN TestInfoAPIVersioned [2020-10-27T03:36:09.765Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-10-27T03:36:09.806Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-10-27T03:36:09.806Z] === RUN TestInfoDiscoveryBackend [2020-10-27T03:36:10.328Z] === RUN TestInspectNetwork/full_network_id [2020-10-27T03:36:10.328Z] === RUN TestInspectNetwork/partial_network_id [2020-10-27T03:36:10.328Z] === RUN TestInspectNetwork/network_name [2020-10-27T03:36:10.328Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-10-27T03:36:10.377Z] --- PASS: TestInfoDiscoveryBackend (0.62s) [2020-10-27T03:36:10.377Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-10-27T03:36:10.944Z] --- PASS: TestExternalGraphDriver (6.26s) [2020-10-27T03:36:10.945Z] --- PASS: TestExternalGraphDriver/json (2.05s) [2020-10-27T03:36:10.945Z] --- PASS: TestExternalGraphDriver/spec (2.06s) [2020-10-27T03:36:10.945Z] --- PASS: TestExternalGraphDriver/pull (2.04s) [2020-10-27T03:36:10.945Z] === RUN TestGraphdriverPluginV2 [2020-10-27T03:36:10.945Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2020-10-27T03:36:10.945Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:36:10.945Z] PASS [2020-10-27T03:36:10.945Z] [2020-10-27T03:36:10.945Z] === Skipped [2020-10-27T03:36:10.945Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2020-10-27T03:36:10.945Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:36:10.945Z] [2020-10-27T03:36:10.945Z] [2020-10-27T03:36:10.945Z] DONE 5 tests, 1 skipped in 6.429s [2020-10-27T03:36:10.945Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-10-27T03:36:10.945Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:10.945Z] ++ set -e [2020-10-27T03:36:10.945Z] ++ '[' -n 0 ']' [2020-10-27T03:36:10.945Z] ++ set -x [2020-10-27T03:36:10.945Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:10.945Z] INFO: Testing against a local daemon [2020-10-27T03:36:10.945Z] === RUN TestContinueAfterPluginCrash [2020-10-27T03:36:10.945Z] === PAUSE TestContinueAfterPluginCrash [2020-10-27T03:36:10.945Z] === RUN TestReadPluginNoRead [2020-10-27T03:36:10.945Z] === PAUSE TestReadPluginNoRead [2020-10-27T03:36:10.945Z] === RUN TestDaemonStartWithLogOpt [2020-10-27T03:36:10.945Z] === PAUSE TestDaemonStartWithLogOpt [2020-10-27T03:36:10.945Z] === CONT TestContinueAfterPluginCrash [2020-10-27T03:36:10.945Z] === CONT TestDaemonStartWithLogOpt [2020-10-27T03:36:11.319Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-10-27T03:36:11.319Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-10-27T03:36:11.696Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-10-27T03:36:11.891Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2020-10-27T03:36:11.891Z] === RUN TestInfoAPI [2020-10-27T03:36:11.891Z] --- PASS: TestInfoAPI (0.05s) [2020-10-27T03:36:11.891Z] === RUN TestInfoAPIWarnings [2020-10-27T03:36:11.980Z] ? github.com/docker/docker/api [no test files] [2020-10-27T03:36:12.623Z] === RUN TestDockerSuite/TestBuildHistory [2020-10-27T03:36:14.513Z] --- PASS: TestInspectNetwork (8.82s) [2020-10-27T03:36:14.513Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-10-27T03:36:14.513Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-10-27T03:36:14.513Z] --- PASS: TestInspectNetwork/network_name (0.02s) [2020-10-27T03:36:14.513Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.01s) [2020-10-27T03:36:14.513Z] === RUN TestRunContainerWithBridgeNone [2020-10-27T03:36:15.410Z] --- PASS: TestDaemonStartWithLogOpt (3.86s) [2020-10-27T03:36:15.410Z] === CONT TestReadPluginNoRead [2020-10-27T03:36:15.883Z] === RUN TestDockerSuite/TestBuildIidFile [2020-10-27T03:36:16.447Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-10-27T03:36:16.447Z] --- PASS: TestRunContainerWithBridgeNone (1.98s) [2020-10-27T03:36:16.447Z] === RUN TestNetworkInvalidJSON [2020-10-27T03:36:16.447Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-27T03:36:16.447Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-27T03:36:16.447Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:36:16.447Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:36:16.447Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:36:16.447Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:36:16.710Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-27T03:36:16.710Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:36:16.710Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:36:16.710Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-10-27T03:36:16.710Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-10-27T03:36:16.710Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-10-27T03:36:16.710Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-10-27T03:36:16.710Z] === RUN TestHostIPv4BridgeLabel [2020-10-27T03:36:16.710Z] === RUN TestDockerSuite/TestBuildInheritance [2020-10-27T03:36:17.272Z] --- PASS: TestHostIPv4BridgeLabel (0.62s) [2020-10-27T03:36:17.272Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-27T03:36:17.272Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-10-27T03:36:17.480Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-10-27T03:36:17.834Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-10-27T03:36:17.834Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-10-27T03:36:18.397Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2020-10-27T03:36:18.397Z] === RUN TestDaemonDefaultNetworkPools [2020-10-27T03:36:18.397Z] === RUN TestDockerSuite/TestBuildLabel [2020-10-27T03:36:18.960Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-10-27T03:36:18.960Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2020-10-27T03:36:18.960Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-27T03:36:19.217Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-10-27T03:36:19.564Z] === RUN TestReadPluginNoRead/default [2020-10-27T03:36:19.779Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-10-27T03:36:20.036Z] === RUN TestDockerSuite/TestBuildLabels [2020-10-27T03:36:20.198Z] --- PASS: TestContinueAfterPluginCrash (8.98s) [2020-10-27T03:36:20.292Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2020-10-27T03:36:20.292Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-27T03:36:20.292Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-10-27T03:36:21.222Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-10-27T03:36:21.479Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2020-10-27T03:36:21.479Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-27T03:36:21.748Z] === RUN TestReadPluginNoRead/disabled_caching [2020-10-27T03:36:22.041Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2020-10-27T03:36:22.041Z] === RUN TestServiceWithPredefinedNetwork [2020-10-27T03:36:23.825Z] --- PASS: TestReadPluginNoRead (8.75s) [2020-10-27T03:36:23.825Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.97s) [2020-10-27T03:36:23.826Z] --- PASS: TestReadPluginNoRead/default (2.15s) [2020-10-27T03:36:23.826Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.95s) [2020-10-27T03:36:23.826Z] read_test.go:92: [d03ae54c639bb] daemon is not started [2020-10-27T03:36:23.826Z] PASS [2020-10-27T03:36:23.826Z] [2020-10-27T03:36:23.826Z] DONE 6 tests in 12.687s [2020-10-27T03:36:23.826Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-10-27T03:36:23.826Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:23.826Z] ++ set -e [2020-10-27T03:36:23.826Z] ++ '[' -n 0 ']' [2020-10-27T03:36:23.826Z] ++ set -x [2020-10-27T03:36:23.826Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:23.826Z] testing: warning: no tests to run [2020-10-27T03:36:23.826Z] PASS [2020-10-27T03:36:23.826Z] [2020-10-27T03:36:23.826Z] DONE 0 tests in 0.026s [2020-10-27T03:36:23.826Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-10-27T03:36:23.826Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:23.826Z] ++ set -e [2020-10-27T03:36:23.826Z] ++ '[' -n 0 ']' [2020-10-27T03:36:23.826Z] ++ set -x [2020-10-27T03:36:23.826Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:23.826Z] INFO: Testing against a local daemon [2020-10-27T03:36:23.826Z] === RUN TestPluginWithDevMounts [2020-10-27T03:36:23.826Z] === PAUSE TestPluginWithDevMounts [2020-10-27T03:36:23.826Z] === CONT TestPluginWithDevMounts [2020-10-27T03:36:23.934Z] === RUN TestDockerSuite/TestBuildLastModified [2020-10-27T03:36:25.301Z] --- PASS: TestServiceWithPredefinedNetwork (2.93s) [2020-10-27T03:36:25.301Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-27T03:36:25.301Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:36:25.301Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:36:25.301Z] === RUN TestServiceWithDataPathPortInit [2020-10-27T03:36:25.897Z] --- PASS: TestPluginWithDevMounts (1.82s) [2020-10-27T03:36:25.897Z] PASS [2020-10-27T03:36:25.897Z] [2020-10-27T03:36:25.897Z] DONE 1 tests in 1.914s [2020-10-27T03:36:25.897Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-10-27T03:36:25.897Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:25.897Z] ++ set -e [2020-10-27T03:36:25.897Z] ++ '[' -n 0 ']' [2020-10-27T03:36:25.897Z] ++ set -x [2020-10-27T03:36:25.897Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:25.897Z] INFO: Testing against a local daemon [2020-10-27T03:36:25.897Z] === RUN TestSecretInspect [2020-10-27T03:36:26.868Z] ok github.com/docker/docker/api/server 0.015s coverage: 9.0% of statements [2020-10-27T03:36:28.576Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-10-27T03:36:29.417Z] --- PASS: TestSecretInspect (3.58s) [2020-10-27T03:36:29.417Z] === RUN TestSecretList [2020-10-27T03:36:30.003Z] --- PASS: TestInfoAPIWarnings (16.62s) [2020-10-27T03:36:30.003Z] === RUN TestInfoDebug [2020-10-27T03:36:30.003Z] --- PASS: TestInfoDebug (0.61s) [2020-10-27T03:36:30.003Z] === RUN TestInfoInsecureRegistries [2020-10-27T03:36:30.003Z] --- PASS: TestInfoInsecureRegistries (0.62s) [2020-10-27T03:36:30.003Z] === RUN TestInfoRegistryMirrors [2020-10-27T03:36:30.574Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2020-10-27T03:36:30.574Z] === RUN TestLoginFailsWithBadCredentials [2020-10-27T03:36:30.835Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s) [2020-10-27T03:36:30.835Z] === RUN TestPingCacheHeaders [2020-10-27T03:36:30.835Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-10-27T03:36:30.835Z] === RUN TestPingGet [2020-10-27T03:36:30.835Z] --- PASS: TestPingGet (0.03s) [2020-10-27T03:36:30.835Z] === RUN TestPingHead [2020-10-27T03:36:30.835Z] --- PASS: TestPingHead (0.05s) [2020-10-27T03:36:30.835Z] === RUN TestVersion [2020-10-27T03:36:31.093Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-10-27T03:36:31.093Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-10-27T03:36:31.093Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-10-27T03:36:31.093Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-10-27T03:36:31.093Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-10-27T03:36:31.095Z] --- PASS: TestVersion (0.04s) [2020-10-27T03:36:31.095Z] PASS [2020-10-27T03:36:31.095Z] [2020-10-27T03:36:31.095Z] === Skipped [2020-10-27T03:36:31.095Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:36:31.095Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-27T03:36:31.095Z] [2020-10-27T03:36:31.095Z] [2020-10-27T03:36:31.095Z] DONE 18 tests, 1 skipped in 22.513s [2020-10-27T03:36:31.095Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-10-27T03:36:31.095Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:31.095Z] ++ set -e [2020-10-27T03:36:31.095Z] ++ '[' -n 0 ']' [2020-10-27T03:36:31.095Z] ++ set -x [2020-10-27T03:36:31.095Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:31.095Z] INFO: Testing against a local daemon [2020-10-27T03:36:31.095Z] === RUN TestVolumesCreateAndList [2020-10-27T03:36:31.095Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-10-27T03:36:31.095Z] === RUN TestVolumesRemove [2020-10-27T03:36:31.350Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-10-27T03:36:31.358Z] --- PASS: TestVolumesRemove (0.12s) [2020-10-27T03:36:31.358Z] === RUN TestVolumesInspect [2020-10-27T03:36:31.358Z] --- PASS: TestVolumesInspect (0.03s) [2020-10-27T03:36:31.358Z] === RUN TestVolumesInvalidJSON [2020-10-27T03:36:31.358Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-27T03:36:31.358Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-27T03:36:31.358Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-27T03:36:31.358Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-10-27T03:36:31.358Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-27T03:36:31.358Z] PASS [2020-10-27T03:36:31.358Z] [2020-10-27T03:36:31.358Z] DONE 5 tests in 0.361s [2020-10-27T03:36:31.358Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-27T03:36:31.620Z] ++++ cat bundles/test-integration/docker.pid [2020-10-27T03:36:31.620Z] +++ kill 13695 [2020-10-27T03:36:32.720Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-10-27T03:36:33.003Z] +++ /etc/init.d/apparmor stop [2020-10-27T03:36:33.003Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-27T03:36:33.003Z] [2020-10-27T03:36:33.003Z] Unloading profiles will leave already running processes permanently [2020-10-27T03:36:33.003Z] unconfined, which can lead to unexpected situations. [2020-10-27T03:36:33.003Z] [2020-10-27T03:36:33.003Z] To set a process to complain mode, use the command line tool [2020-10-27T03:36:33.003Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-27T03:36:33.003Z] +++ true [2020-10-27T03:36:33.003Z] exiting test-integration [2020-10-27T03:36:33.003Z] ++ exit 0 [2020-10-27T03:36:33.003Z] [2020-10-27T03:36:33.009Z] --- PASS: TestSecretList (3.61s) [2020-10-27T03:36:33.010Z] === RUN TestSecretsCreateAndDelete [2020-10-27T03:36:34.089Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-10-27T03:36:36.617Z] --- PASS: TestSecretsCreateAndDelete (3.74s) [2020-10-27T03:36:36.617Z] === RUN TestSecretsUpdate [2020-10-27T03:36:36.722Z] --- PASS: TestImportExtremelyLargeImageWorks (101.91s) [2020-10-27T03:36:36.723Z] PASS [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === Skipped [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-10-27T03:36:36.723Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] DONE 12 tests, 1 skipped in 105.930s [2020-10-27T03:36:36.723Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-10-27T03:36:36.723Z] INFO: Testing against a local daemon [2020-10-27T03:36:36.723Z] === RUN TestNetworkCreateDelete [2020-10-27T03:36:36.723Z] --- PASS: TestNetworkCreateDelete (0.12s) [2020-10-27T03:36:36.723Z] === RUN TestDockerNetworkDeletePreferID [2020-10-27T03:36:36.723Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-10-27T03:36:36.723Z] === RUN TestDaemonDNSFallback [2020-10-27T03:36:36.723Z] --- PASS: TestDaemonDNSFallback (7.27s) [2020-10-27T03:36:36.723Z] === RUN TestInspectNetwork [2020-10-27T03:36:36.723Z] --- SKIP: TestInspectNetwork (0.00s) [2020-10-27T03:36:36.723Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:36:36.723Z] === RUN TestRunContainerWithBridgeNone [2020-10-27T03:36:36.723Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-10-27T03:36:36.723Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] === RUN TestNetworkInvalidJSON [2020-10-27T03:36:36.723Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-27T03:36:36.723Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-27T03:36:36.723Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:36:36.723Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:36:36.723Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:36:36.723Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:36:36.723Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-27T03:36:36.723Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:36:36.723Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:36:36.723Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-10-27T03:36:36.723Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-10-27T03:36:36.723Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-10-27T03:36:36.723Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-10-27T03:36:36.723Z] === RUN TestHostIPv4BridgeLabel [2020-10-27T03:36:36.723Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-10-27T03:36:36.723Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-27T03:36:36.723Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2020-10-27T03:36:36.723Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] === RUN TestDaemonDefaultNetworkPools [2020-10-27T03:36:36.723Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-10-27T03:36:36.723Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-27T03:36:36.723Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2020-10-27T03:36:36.723Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-27T03:36:36.723Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-10-27T03:36:36.723Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-27T03:36:36.723Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-10-27T03:36:36.723Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] === RUN TestServiceWithPredefinedNetwork [2020-10-27T03:36:36.723Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-10-27T03:36:36.723Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:36:36.723Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-27T03:36:36.723Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:36:36.723Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:36:36.723Z] === RUN TestServiceWithDataPathPortInit [2020-10-27T03:36:36.723Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-10-27T03:36:36.723Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:36:36.723Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-27T03:36:36.723Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-10-27T03:36:36.723Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:36:36.723Z] PASS [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === Skipped [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-10-27T03:36:36.723Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-10-27T03:36:36.723Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-10-27T03:36:36.723Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2020-10-27T03:36:36.723Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-10-27T03:36:36.723Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2020-10-27T03:36:36.723Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-10-27T03:36:36.723Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-10-27T03:36:36.723Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-10-27T03:36:36.723Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:36:36.723Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-10-27T03:36:36.723Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-10-27T03:36:36.723Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] DONE 19 tests, 12 skipped in 7.958s [2020-10-27T03:36:36.723Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-10-27T03:36:36.723Z] INFO: Testing against a local daemon [2020-10-27T03:36:36.723Z] === RUN TestDockerNetworkIpvlanPersistance [2020-10-27T03:36:36.723Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-27T03:36:36.723Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:36:36.723Z] === RUN TestDockerNetworkIpvlan [2020-10-27T03:36:36.723Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-10-27T03:36:36.723Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:36:36.723Z] PASS [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === Skipped [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-27T03:36:36.723Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-10-27T03:36:36.723Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] DONE 2 tests, 2 skipped in 0.136s [2020-10-27T03:36:36.723Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-10-27T03:36:36.723Z] INFO: Testing against a local daemon [2020-10-27T03:36:36.723Z] === RUN TestDockerNetworkMacvlanPersistance [2020-10-27T03:36:36.723Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-10-27T03:36:36.723Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] === RUN TestDockerNetworkMacvlan [2020-10-27T03:36:36.723Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-10-27T03:36:36.723Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] PASS [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === Skipped [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-10-27T03:36:36.723Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-10-27T03:36:36.723Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] DONE 2 tests, 2 skipped in 0.145s [2020-10-27T03:36:36.723Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-10-27T03:36:36.723Z] testing: warning: no tests to run [2020-10-27T03:36:36.723Z] PASS [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] DONE 0 tests in 0.021s [2020-10-27T03:36:36.723Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-10-27T03:36:36.723Z] INFO: Testing against a local daemon [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginAllowRequest [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginTLS [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginDenyRequest [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginAPIDenyResponse [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginDenyResponse [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginAllowEventStream [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginErrorResponse [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginErrorRequest [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginHeader [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginV2Disable [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.03s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-10-27T03:36:36.723Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] PASS [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === Skipped [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.03s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-10-27T03:36:36.723Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] DONE 17 tests, 17 skipped in 0.428s [2020-10-27T03:36:36.723Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-10-27T03:36:36.723Z] INFO: Testing against a local daemon [2020-10-27T03:36:36.723Z] === RUN TestPluginInvalidJSON [2020-10-27T03:36:36.723Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:36:36.723Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:36:36.723Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:36:36.723Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-10-27T03:36:36.723Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-10-27T03:36:36.723Z] === RUN TestPluginInstall [2020-10-27T03:36:36.723Z] --- SKIP: TestPluginInstall (0.00s) [2020-10-27T03:36:36.723Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] PASS [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] === Skipped [2020-10-27T03:36:36.723Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-10-27T03:36:36.723Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] [2020-10-27T03:36:36.723Z] DONE 3 tests, 1 skipped in 0.158s [2020-10-27T03:36:36.723Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-10-27T03:36:36.723Z] INFO: Testing against a local daemon [2020-10-27T03:36:36.723Z] === RUN TestExternalGraphDriver [2020-10-27T03:36:36.723Z] --- SKIP: TestExternalGraphDriver (0.08s) [2020-10-27T03:36:36.723Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-10-27T03:36:36.723Z] === RUN TestGraphdriverPluginV2 Post stage [Pipeline] junit [2020-10-27T03:36:37.226Z] Recording test results [2020-10-27T03:36:37.360Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-10-27T03:36:37.360Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-10-27T03:36:37.617Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-10-27T03:36:37.967Z] + echo Ensuring container killed. [2020-10-27T03:36:37.967Z] Ensuring container killed. [2020-10-27T03:36:37.967Z] + docker rm -vf docker-pr1 [2020-10-27T03:36:37.967Z] Error: No such container: docker-pr1 [2020-10-27T03:36:37.967Z] + true [Pipeline] sh [2020-10-27T03:36:38.256Z] + echo Chowning /workspace to jenkins user [2020-10-27T03:36:38.256Z] Chowning /workspace to jenkins user [2020-10-27T03:36:38.256Z] + id -u [2020-10-27T03:36:38.256Z] + id -g [2020-10-27T03:36:38.256Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41593:/workspace busybox chown -R 1000:1000 /workspace [2020-10-27T03:36:38.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-27T03:36:38.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-27T03:36:39.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-27T03:36:41.201Z] --- PASS: TestSecretsUpdate (3.77s) [2020-10-27T03:36:41.201Z] === RUN TestTemplatedSecret [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-27T03:36:41.783Z] --- PASS: TestServiceWithDataPathPortInit (16.22s) [2020-10-27T03:36:41.784Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-27T03:36:41.859Z] + bundleName=arm64-integration [2020-10-27T03:36:41.859Z] + echo Creating arm64-integration-bundles.tar.gz [2020-10-27T03:36:41.859Z] Creating arm64-integration-bundles.tar.gz [2020-10-27T03:36:41.859Z] + + xargs tarfind -czf bundles arm64-integration-bundles.tar.gz -path [2020-10-27T03:36:41.859Z] */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-10-27T03:36:42.134Z] Archiving artifacts [2020-10-27T03:36:42.445Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41593/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-27T03:36:42.759Z] + make clean [2020-10-27T03:36:43.294Z] --- PASS: TestGraphdriverPluginV2 (6.29s) [2020-10-27T03:36:43.294Z] PASS [2020-10-27T03:36:43.294Z] [2020-10-27T03:36:43.294Z] === Skipped [2020-10-27T03:36:43.294Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2020-10-27T03:36:43.294Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-10-27T03:36:43.294Z] [2020-10-27T03:36:43.294Z] [2020-10-27T03:36:43.294Z] DONE 2 tests, 1 skipped in 6.494s [2020-10-27T03:36:43.294Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-10-27T03:36:43.294Z] INFO: Testing against a local daemon [2020-10-27T03:36:43.294Z] === RUN TestContinueAfterPluginCrash [2020-10-27T03:36:43.294Z] === PAUSE TestContinueAfterPluginCrash [2020-10-27T03:36:43.294Z] === RUN TestReadPluginNoRead [2020-10-27T03:36:43.294Z] === PAUSE TestReadPluginNoRead [2020-10-27T03:36:43.294Z] === RUN TestDaemonStartWithLogOpt [2020-10-27T03:36:43.294Z] === PAUSE TestDaemonStartWithLogOpt [2020-10-27T03:36:43.294Z] === CONT TestContinueAfterPluginCrash [2020-10-27T03:36:43.294Z] === CONT TestDaemonStartWithLogOpt [2020-10-27T03:36:43.331Z] docker volume rm -f docker-dev-cache [2020-10-27T03:36:43.331Z] docker-dev-cache [Pipeline] deleteDir [2020-10-27T03:36:44.086Z] --- PASS: TestTemplatedSecret (3.73s) [2020-10-27T03:36:44.086Z] === RUN TestSecretCreateResolve [2020-10-27T03:36:45.056Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T03:36:47.575Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-10-27T03:36:47.613Z] --- PASS: TestSecretCreateResolve (3.11s) [2020-10-27T03:36:47.613Z] PASS [2020-10-27T03:36:47.613Z] [2020-10-27T03:36:47.613Z] DONE 6 tests in 21.622s [2020-10-27T03:36:47.613Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-10-27T03:36:47.613Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:47.613Z] ++ set -e [2020-10-27T03:36:47.613Z] ++ '[' -n 0 ']' [2020-10-27T03:36:47.613Z] ++ set -x [2020-10-27T03:36:47.613Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:47.613Z] INFO: Testing against a local daemon [2020-10-27T03:36:47.613Z] === RUN TestServiceCreateInit [2020-10-27T03:36:47.613Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-27T03:36:48.139Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-10-27T03:36:49.506Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.13s) [2020-10-27T03:36:49.506Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:nvk35eucgok5au6h4oz6vdamj Created:2020-10-27 03:36:42.754355651 +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[25257a0da8856b050ec4e449231285c2051d77710a711538459c0d285b1c72a3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.waduh1ujg1k86jahrwlh426j4 EndpointID:ecbb178d71e74ecc7d36c223f08e4562ecda9b03fe2c08aad0dd8627e6e82bda MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c5acb9d5691528418e615098e02d105d63a3de9db3e4783acc3c15158d017c7c 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:bd5bdaf21242 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.waduh1ujg1k86jahrwlh426j4 EndpointID:ecbb178d71e74ecc7d36c223f08e4562ecda9b03fe2c08aad0dd8627e6e82bda EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-10-27T03:36:49.506Z] PASS [2020-10-27T03:36:49.506Z] [2020-10-27T03:36:49.506Z] === Skipped [2020-10-27T03:36:49.506Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:36:49.506Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:36:49.506Z] [2020-10-27T03:36:49.506Z] [2020-10-27T03:36:49.506Z] DONE 23 tests, 1 skipped in 51.156s [2020-10-27T03:36:49.506Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-10-27T03:36:49.506Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:49.506Z] ++ set -e [2020-10-27T03:36:49.506Z] ++ '[' -n 0 ']' [2020-10-27T03:36:49.506Z] ++ set -x [2020-10-27T03:36:49.506Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:49.506Z] INFO: Testing against a local daemon [2020-10-27T03:36:49.506Z] === RUN TestDockerNetworkIpvlanPersistance [2020-10-27T03:36:49.506Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-27T03:36:49.506Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:36:49.506Z] === RUN TestDockerNetworkIpvlan [2020-10-27T03:36:49.506Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-10-27T03:36:49.506Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:36:49.506Z] PASS [2020-10-27T03:36:49.506Z] [2020-10-27T03:36:49.506Z] === Skipped [2020-10-27T03:36:49.506Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-27T03:36:49.506Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:36:49.506Z] [2020-10-27T03:36:49.506Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-10-27T03:36:49.506Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:36:49.506Z] [2020-10-27T03:36:49.506Z] [2020-10-27T03:36:49.506Z] DONE 2 tests, 2 skipped in 0.148s [2020-10-27T03:36:49.506Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-10-27T03:36:49.506Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:49.506Z] ++ set -e [2020-10-27T03:36:49.506Z] ++ '[' -n 0 ']' [2020-10-27T03:36:49.506Z] ++ set -x [2020-10-27T03:36:49.506Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:36:49.761Z] INFO: Testing against a local daemon [2020-10-27T03:36:49.762Z] === RUN TestDockerNetworkMacvlanPersistance [2020-10-27T03:36:50.019Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-10-27T03:36:50.019Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-10-27T03:36:51.396Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s) [2020-10-27T03:36:51.396Z] === RUN TestDockerNetworkMacvlan [2020-10-27T03:36:51.959Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-10-27T03:36:52.888Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-10-27T03:36:53.374Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-27T03:36:53.817Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-10-27T03:36:53.817Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-10-27T03:36:54.380Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-10-27T03:36:56.273Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-10-27T03:36:56.273Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-10-27T03:36:56.273Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-10-27T03:36:57.887Z] --- PASS: TestServiceCreateInit (10.63s) [2020-10-27T03:36:57.887Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.21s) [2020-10-27T03:36:57.887Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.41s) [2020-10-27T03:36:57.887Z] === RUN TestCreateServiceMultipleTimes [2020-10-27T03:36:58.166Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-10-27T03:36:58.166Z] === RUN TestDockerSuite/TestBuildNetNone [2020-10-27T03:36:58.190Z] --- PASS: TestDaemonStartWithLogOpt (13.37s) [2020-10-27T03:36:58.190Z] === CONT TestReadPluginNoRead [2020-10-27T03:36:58.729Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-10-27T03:36:58.985Z] === RUN TestDockerSuite/TestBuildNoContext [2020-10-27T03:37:00.095Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-10-27T03:37:00.095Z] --- PASS: TestContinueAfterPluginCrash (17.03s) [2020-10-27T03:37:00.355Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-10-27T03:37:01.288Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-10-27T03:37:02.002Z] === RUN TestReadPluginNoRead/default [2020-10-27T03:37:03.183Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-10-27T03:37:03.438Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-10-27T03:37:03.694Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-10-27T03:37:03.951Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-10-27T03:37:04.514Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-10-27T03:37:04.514Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-10-27T03:37:04.538Z] === RUN TestReadPluginNoRead/disabled_caching [2020-10-27T03:37:05.078Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-10-27T03:37:05.652Z] --- PASS: TestDockerNetworkMacvlan (14.44s) [2020-10-27T03:37:05.652Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2020-10-27T03:37:05.652Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2020-10-27T03:37:05.652Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.19s) [2020-10-27T03:37:05.652Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.45s) [2020-10-27T03:37:05.652Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.35s) [2020-10-27T03:37:05.652Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.92s) [2020-10-27T03:37:05.652Z] PASS [2020-10-27T03:37:05.652Z] [2020-10-27T03:37:05.652Z] DONE 8 tests in 16.027s [2020-10-27T03:37:05.652Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-10-27T03:37:05.652Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:37:05.652Z] ++ set -e [2020-10-27T03:37:05.652Z] ++ '[' -n 0 ']' [2020-10-27T03:37:05.652Z] ++ set -x [2020-10-27T03:37:05.652Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:37:05.652Z] testing: warning: no tests to run [2020-10-27T03:37:05.652Z] PASS [2020-10-27T03:37:05.652Z] [2020-10-27T03:37:05.652Z] DONE 0 tests in 0.024s [2020-10-27T03:37:05.652Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-10-27T03:37:05.652Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:37:05.652Z] ++ set -e [2020-10-27T03:37:05.652Z] ++ '[' -n 0 ']' [2020-10-27T03:37:05.652Z] ++ set -x [2020-10-27T03:37:05.652Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:37:05.911Z] INFO: Testing against a local daemon [2020-10-27T03:37:05.911Z] === RUN TestAuthZPluginAllowRequest [2020-10-27T03:37:06.443Z] --- PASS: TestReadPluginNoRead (10.29s) [2020-10-27T03:37:06.443Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.26s) [2020-10-27T03:37:06.443Z] --- PASS: TestReadPluginNoRead/default (2.25s) [2020-10-27T03:37:06.443Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.23s) [2020-10-27T03:37:06.443Z] read_test.go:92: [d790d2da970fe] daemon is not started [2020-10-27T03:37:06.443Z] PASS [2020-10-27T03:37:06.443Z] [2020-10-27T03:37:06.443Z] DONE 6 tests in 23.795s [2020-10-27T03:37:06.443Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-10-27T03:37:06.443Z] testing: warning: no tests to run [2020-10-27T03:37:06.443Z] PASS [2020-10-27T03:37:06.443Z] [2020-10-27T03:37:06.443Z] DONE 0 tests in 0.039s [2020-10-27T03:37:06.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-27T03:37:06.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-27T03:37:06.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-27T03:37:06.703Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-10-27T03:37:06.703Z] INFO: Testing against a local daemon [2020-10-27T03:37:06.703Z] === RUN TestPluginWithDevMounts [2020-10-27T03:37:06.703Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-10-27T03:37:06.703Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-10-27T03:37:06.703Z] PASS [2020-10-27T03:37:06.703Z] [2020-10-27T03:37:06.703Z] === Skipped [2020-10-27T03:37:06.703Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-10-27T03:37:06.703Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-10-27T03:37:06.703Z] [2020-10-27T03:37:06.703Z] [2020-10-27T03:37:06.703Z] DONE 1 tests, 1 skipped in 0.144s [2020-10-27T03:37:06.703Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-10-27T03:37:06.962Z] INFO: Testing against a local daemon [2020-10-27T03:37:06.962Z] === RUN TestSecretInspect [2020-10-27T03:37:06.962Z] --- SKIP: TestSecretInspect (0.02s) [2020-10-27T03:37:06.962Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] === RUN TestSecretList [2020-10-27T03:37:06.962Z] --- SKIP: TestSecretList (0.02s) [2020-10-27T03:37:06.962Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] === RUN TestSecretsCreateAndDelete [2020-10-27T03:37:06.962Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-10-27T03:37:06.962Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] === RUN TestSecretsUpdate [2020-10-27T03:37:06.962Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-10-27T03:37:06.962Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] === RUN TestTemplatedSecret [2020-10-27T03:37:06.962Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-10-27T03:37:06.962Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] === RUN TestSecretCreateResolve [2020-10-27T03:37:06.962Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-10-27T03:37:06.962Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] PASS [2020-10-27T03:37:06.962Z] [2020-10-27T03:37:06.962Z] === Skipped [2020-10-27T03:37:06.962Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-10-27T03:37:06.962Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] [2020-10-27T03:37:06.962Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2020-10-27T03:37:06.962Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] [2020-10-27T03:37:06.962Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-10-27T03:37:06.962Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] [2020-10-27T03:37:06.962Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-10-27T03:37:06.962Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] [2020-10-27T03:37:06.962Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-10-27T03:37:06.962Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] [2020-10-27T03:37:06.962Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-10-27T03:37:06.962Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:06.962Z] [2020-10-27T03:37:06.962Z] [2020-10-27T03:37:06.962Z] DONE 6 tests, 6 skipped in 0.196s [2020-10-27T03:37:06.962Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-10-27T03:37:06.962Z] INFO: Testing against a local daemon [2020-10-27T03:37:06.962Z] === RUN TestServiceCreateInit [2020-10-27T03:37:07.222Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-27T03:37:07.222Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-27T03:37:07.222Z] --- PASS: TestServiceCreateInit (0.02s) [2020-10-27T03:37:07.222Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-27T03:37:07.222Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-27T03:37:07.222Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestCreateServiceMultipleTimes [2020-10-27T03:37:07.222Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-10-27T03:37:07.222Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestCreateServiceConflict [2020-10-27T03:37:07.222Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-10-27T03:37:07.222Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestCreateServiceMaxReplicas [2020-10-27T03:37:07.222Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-10-27T03:37:07.222Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-27T03:37:07.222Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-10-27T03:37:07.222Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestCreateServiceSecretFileMode [2020-10-27T03:37:07.222Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-10-27T03:37:07.222Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestCreateServiceConfigFileMode [2020-10-27T03:37:07.222Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-10-27T03:37:07.222Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestCreateServiceSysctls [2020-10-27T03:37:07.222Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-10-27T03:37:07.222Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestCreateServiceCapabilities [2020-10-27T03:37:07.222Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-10-27T03:37:07.222Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestInspect [2020-10-27T03:37:07.222Z] --- SKIP: TestInspect (0.01s) [2020-10-27T03:37:07.222Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestCreateJob [2020-10-27T03:37:07.222Z] --- SKIP: TestCreateJob (0.02s) [2020-10-27T03:37:07.222Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestReplicatedJob [2020-10-27T03:37:07.222Z] --- SKIP: TestReplicatedJob (0.01s) [2020-10-27T03:37:07.222Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestUpdateReplicatedJob [2020-10-27T03:37:07.222Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-10-27T03:37:07.222Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestServiceListWithStatuses [2020-10-27T03:37:07.222Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-10-27T03:37:07.222Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-27T03:37:07.222Z] === RUN TestDockerNetworkConnectAlias [2020-10-27T03:37:07.222Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-10-27T03:37:07.222Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestDockerNetworkReConnect [2020-10-27T03:37:07.222Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2020-10-27T03:37:07.222Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:07.222Z] === RUN TestServicePlugin [2020-10-27T03:37:07.277Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-10-27T03:37:07.277Z] --- PASS: TestAuthZPluginAllowRequest (1.51s) [2020-10-27T03:37:07.277Z] === RUN TestAuthZPluginTLS [2020-10-27T03:37:07.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-27T03:37:07.840Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-10-27T03:37:07.840Z] --- PASS: TestAuthZPluginTLS (0.55s) [2020-10-27T03:37:07.840Z] === RUN TestAuthZPluginDenyRequest [2020-10-27T03:37:08.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-27T03:37:08.402Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2020-10-27T03:37:08.402Z] === RUN TestAuthZPluginAPIDenyResponse [2020-10-27T03:37:08.964Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2020-10-27T03:37:08.964Z] === RUN TestAuthZPluginDenyResponse [2020-10-27T03:37:09.529Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-10-27T03:37:09.529Z] === RUN TestAuthZPluginAllowEventStream [2020-10-27T03:37:09.785Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-10-27T03:37:10.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-27T03:37:11.152Z] --- PASS: TestAuthZPluginAllowEventStream (1.39s) [2020-10-27T03:37:11.152Z] === RUN TestAuthZPluginErrorResponse [2020-10-27T03:37:11.152Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-10-27T03:37:11.408Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2020-10-27T03:37:11.408Z] === RUN TestAuthZPluginErrorRequest [2020-10-27T03:37:11.445Z] --- SKIP: TestServicePlugin (3.43s) [2020-10-27T03:37:11.445Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] === RUN TestServiceUpdateLabel [2020-10-27T03:37:11.445Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-10-27T03:37:11.445Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] === RUN TestServiceUpdateSecrets [2020-10-27T03:37:11.445Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2020-10-27T03:37:11.445Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] === RUN TestServiceUpdateConfigs [2020-10-27T03:37:11.445Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-10-27T03:37:11.445Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] === RUN TestServiceUpdateNetwork [2020-10-27T03:37:11.445Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-10-27T03:37:11.445Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] === RUN TestServiceUpdatePidsLimit [2020-10-27T03:37:11.445Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-10-27T03:37:11.445Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] PASS [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === Skipped [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-27T03:37:11.445Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-27T03:37:11.445Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-27T03:37:11.445Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-27T03:37:11.445Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-10-27T03:37:11.445Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-10-27T03:37:11.445Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2020-10-27T03:37:11.445Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-10-27T03:37:11.445Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-10-27T03:37:11.445Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-10-27T03:37:11.445Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-10-27T03:37:11.445Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-10-27T03:37:11.445Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-10-27T03:37:11.445Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestCreateJob (0.02s) [2020-10-27T03:37:11.445Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-10-27T03:37:11.445Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-10-27T03:37:11.445Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-10-27T03:37:11.445Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-10-27T03:37:11.445Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2020-10-27T03:37:11.445Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestServicePlugin (3.43s) [2020-10-27T03:37:11.445Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-10-27T03:37:11.445Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2020-10-27T03:37:11.445Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-10-27T03:37:11.445Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-10-27T03:37:11.445Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-10-27T03:37:11.445Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] DONE 24 tests, 23 skipped in 3.878s [2020-10-27T03:37:11.445Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-10-27T03:37:11.445Z] INFO: Testing against a local daemon [2020-10-27T03:37:11.445Z] === RUN TestSessionCreate [2020-10-27T03:37:11.445Z] --- PASS: TestSessionCreate (0.03s) [2020-10-27T03:37:11.445Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-27T03:37:11.445Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-10-27T03:37:11.445Z] PASS [2020-10-27T03:37:11.445Z] [2020-10-27T03:37:11.445Z] DONE 2 tests in 0.147s [2020-10-27T03:37:11.445Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-10-27T03:37:11.445Z] INFO: Testing against a local daemon [2020-10-27T03:37:11.445Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-27T03:37:11.445Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:37:11.445Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-27T03:37:11.445Z] === RUN TestEventsExecDie [2020-10-27T03:37:11.706Z] --- PASS: TestEventsExecDie (0.46s) [2020-10-27T03:37:11.706Z] === RUN TestEventsBackwardsCompatible [2020-10-27T03:37:11.706Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2020-10-27T03:37:11.706Z] === RUN TestInfoBinaryCommits [2020-10-27T03:37:11.706Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-10-27T03:37:11.706Z] === RUN TestInfoAPIVersioned [2020-10-27T03:37:11.706Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-10-27T03:37:11.706Z] === RUN TestInfoDiscoveryBackend [2020-10-27T03:37:11.971Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-10-27T03:37:11.971Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-10-27T03:37:12.534Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2020-10-27T03:37:12.534Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-10-27T03:37:12.790Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-10-27T03:37:13.099Z] --- PASS: TestInfoDiscoveryBackend (1.52s) [2020-10-27T03:37:13.099Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-10-27T03:37:13.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-27T03:37:14.161Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-10-27T03:37:14.723Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.06s) [2020-10-27T03:37:14.723Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-10-27T03:37:15.286Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-10-27T03:37:15.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-27T03:37:15.852Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-10-27T03:37:16.415Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.80s) [2020-10-27T03:37:16.415Z] === RUN TestAuthZPluginHeader [2020-10-27T03:37:17.291Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.36s) [2020-10-27T03:37:17.291Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-10-27T03:37:17.291Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-10-27T03:37:17.291Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:37:17.291Z] === RUN TestInfoAPI [2020-10-27T03:37:17.291Z] --- PASS: TestInfoAPI (0.04s) [2020-10-27T03:37:17.291Z] === RUN TestInfoAPIWarnings [2020-10-27T03:37:17.346Z] --- PASS: TestAuthZPluginHeader (0.86s) [2020-10-27T03:37:17.346Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-10-27T03:37:17.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-27T03:37:18.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-27T03:37:18.275Z] === RUN TestDockerSuite/TestBuildPATH [2020-10-27T03:37:20.177Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-10-27T03:37:20.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-27T03:37:20.582Z] --- PASS: TestCreateServiceMultipleTimes (21.60s) [2020-10-27T03:37:20.582Z] === RUN TestCreateServiceConflict [2020-10-27T03:37:20.740Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-10-27T03:37:21.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-27T03:37:21.671Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.30s) [2020-10-27T03:37:21.671Z] === RUN TestAuthZPluginV2Disable [2020-10-27T03:37:21.671Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-10-27T03:37:23.317Z] --- PASS: TestCreateServiceConflict (3.63s) [2020-10-27T03:37:23.318Z] === RUN TestCreateServiceMaxReplicas [2020-10-27T03:37:23.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-27T03:37:25.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-27T03:37:25.841Z] --- PASS: TestAuthZPluginV2Disable (3.44s) [2020-10-27T03:37:25.841Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-10-27T03:37:26.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-27T03:37:27.772Z] --- PASS: TestCreateServiceMaxReplicas (3.89s) [2020-10-27T03:37:27.772Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-27T03:37:27.846Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-27T03:37:27.846Z] Using test binary docker [2020-10-27T03:37:27.846Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-10-27T03:37:27.846Z] +++ /etc/init.d/apparmor start [2020-10-27T03:37:27.846Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-27T03:37:27.846Z] INFO: Waiting for daemon to start... [2020-10-27T03:37:27.846Z] Starting dockerd [2020-10-27T03:37:27.846Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-10-27T03:37:29.110Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.51s) [2020-10-27T03:37:29.110Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-10-27T03:37:29.110Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-10-27T03:37:29.922Z] . [2020-10-27T03:37:29.922Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-27T03:37:29.922Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-27T03:37:29.922Z] Error: No such image: emptyfs [2020-10-27T03:37:29.922Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-27T03:37:29.922Z] ++++ docker load [2020-10-27T03:37:30.220Z] Running integration-test (iteration 1) [2020-10-27T03:37:30.220Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-10-27T03:37:30.220Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:37:30.220Z] ++ set -e [2020-10-27T03:37:30.220Z] ++ '[' -n 0 ']' [2020-10-27T03:37:30.220Z] ++ set -x [2020-10-27T03:37:30.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:37:32.384Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-10-27T03:37:34.276Z] === RUN TestDockerSuite/TestBuildRm [2020-10-27T03:37:35.384Z] --- PASS: TestInfoAPIWarnings (17.36s) [2020-10-27T03:37:35.384Z] === RUN TestInfoDebug [2020-10-27T03:37:35.384Z] --- PASS: TestInfoDebug (1.52s) [2020-10-27T03:37:35.384Z] === RUN TestInfoInsecureRegistries [2020-10-27T03:37:37.291Z] --- PASS: TestInfoInsecureRegistries (1.54s) [2020-10-27T03:37:37.291Z] === RUN TestInfoRegistryMirrors [2020-10-27T03:37:37.546Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-10-27T03:37:38.108Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-10-27T03:37:38.672Z] --- PASS: TestInfoRegistryMirrors (1.52s) [2020-10-27T03:37:38.672Z] === RUN TestLoginFailsWithBadCredentials [2020-10-27T03:37:38.672Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2020-10-27T03:37:38.672Z] === RUN TestPingCacheHeaders [2020-10-27T03:37:38.672Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-10-27T03:37:38.672Z] === RUN TestPingGet [2020-10-27T03:37:38.672Z] --- PASS: TestPingGet (0.01s) [2020-10-27T03:37:38.672Z] === RUN TestPingHead [2020-10-27T03:37:38.932Z] --- PASS: TestPingHead (0.02s) [2020-10-27T03:37:38.932Z] === RUN TestVersion [2020-10-27T03:37:38.932Z] --- PASS: TestVersion (0.02s) [2020-10-27T03:37:38.932Z] PASS [2020-10-27T03:37:38.932Z] [2020-10-27T03:37:38.932Z] === Skipped [2020-10-27T03:37:38.932Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:37:38.932Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-27T03:37:38.932Z] [2020-10-27T03:37:38.932Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-10-27T03:37:38.932Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-27T03:37:38.932Z] [2020-10-27T03:37:38.932Z] [2020-10-27T03:37:38.932Z] DONE 18 tests, 2 skipped in 27.837s [2020-10-27T03:37:38.932Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-10-27T03:37:38.932Z] INFO: Testing against a local daemon [2020-10-27T03:37:38.932Z] === RUN TestVolumesCreateAndList [2020-10-27T03:37:38.932Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-10-27T03:37:38.932Z] === RUN TestVolumesRemove [2020-10-27T03:37:38.932Z] --- PASS: TestVolumesRemove (0.06s) [2020-10-27T03:37:38.932Z] === RUN TestVolumesInspect [2020-10-27T03:37:38.932Z] --- PASS: TestVolumesInspect (0.02s) [2020-10-27T03:37:38.932Z] === RUN TestVolumesInvalidJSON [2020-10-27T03:37:38.932Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-27T03:37:38.932Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-27T03:37:39.063Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-10-27T03:37:39.192Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-27T03:37:39.192Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-10-27T03:37:39.192Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-27T03:37:39.192Z] PASS [2020-10-27T03:37:39.192Z] [2020-10-27T03:37:39.192Z] DONE 5 tests in 0.223s [2020-10-27T03:37:39.192Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-27T03:37:39.192Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12054 is not a child of this shell [2020-10-27T03:37:39.192Z] warning: PID 12054 from bundles/test-integration/docker.pid had a nonzero exit code [2020-10-27T03:37:39.192Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-27T03:37:39.192Z] [2020-10-27T03:37:39.192Z] Unloading profiles will leave already running processes permanently [2020-10-27T03:37:39.192Z] unconfined, which can lead to unexpected situations. [2020-10-27T03:37:39.192Z] [2020-10-27T03:37:39.192Z] To set a process to complain mode, use the command line tool [2020-10-27T03:37:39.192Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-27T03:37:39.192Z] Removing test suite binaries [2020-10-27T03:37:39.192Z] exiting test-integration [2020-10-27T03:37:39.192Z] ++ exit 0 [2020-10-27T03:37:39.319Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.79s) [2020-10-27T03:37:39.319Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-10-27T03:37:39.577Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-10-27T03:37:39.577Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-10-27T03:37:40.131Z] [2020-10-27T03:37:40.504Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-10-27T03:37:41.434Z] === RUN TestDockerSuite/TestBuildShellEntrypoint Post stage [Pipeline] junit [2020-10-27T03:37:41.523Z] Recording test results [2020-10-27T03:37:42.363Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-10-27T03:37:42.914Z] Loaded image: buildpack-deps:buster [2020-10-27T03:37:43.116Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.46s) [2020-10-27T03:37:43.116Z] === RUN TestCreateServiceSecretFileMode [2020-10-27T03:37:43.213Z] Loaded image: busybox:latest [2020-10-27T03:37:43.213Z] Loaded image: busybox:glibc [2020-10-27T03:37:43.213Z] Loaded image: debian:buster [2020-10-27T03:37:43.213Z] Loaded image: hello-world:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-10-27T03:37:43.292Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-10-27T03:37:43.508Z] Loaded image: arm32v7/hello-world:latest [2020-10-27T03:37:43.508Z] INFO: Testing against a local daemon [2020-10-27T03:37:43.508Z] === RUN TestCgroupNamespacesBuild [2020-10-27T03:37:43.561Z] + echo Ensuring container killed. [2020-10-27T03:37:43.561Z] Ensuring container killed. [2020-10-27T03:37:43.561Z] + docker rm -vf docker-pr1 [2020-10-27T03:37:43.561Z] Error: No such container: docker-pr1 [2020-10-27T03:37:43.561Z] + true [Pipeline] sh [2020-10-27T03:37:43.851Z] + echo Chowning /workspace to jenkins user [2020-10-27T03:37:43.851Z] Chowning /workspace to jenkins user [2020-10-27T03:37:43.851Z] + id -u [2020-10-27T03:37:43.851Z] + id -g [2020-10-27T03:37:43.851Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41593:/workspace busybox chown -R 1000:1000 /workspace [2020-10-27T03:37:43.851Z] Unable to find image 'busybox:latest' locally [2020-10-27T03:37:43.851Z] latest: Pulling from library/busybox [2020-10-27T03:37:43.851Z] 9758c28807f2: Pulling fs layer [2020-10-27T03:37:44.110Z] 9758c28807f2: Download complete [2020-10-27T03:37:44.110Z] 9758c28807f2: Pull complete [2020-10-27T03:37:44.110Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-10-27T03:37:44.110Z] Status: Downloaded newer image for busybox:latest [2020-10-27T03:37:45.027Z] --- PASS: TestCgroupNamespacesBuild (1.49s) [2020-10-27T03:37:45.027Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-27T03:37:45.796Z] + bundleName=amd64-rootless [2020-10-27T03:37:45.796Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-10-27T03:37:45.796Z] Creating amd64-rootless-bundles.tar.gz [2020-10-27T03:37:45.796Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-10-27T03:37:45.796Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2020-10-27T03:37:45.806Z] === RUN TestDockerSuite/TestBuildShellNotJSON [Pipeline] archiveArtifacts [2020-10-27T03:37:45.806Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-10-27T03:37:45.809Z] Archiving artifacts [2020-10-27T03:37:45.849Z] --- PASS: TestCreateServiceSecretFileMode (3.11s) [2020-10-27T03:37:45.849Z] === RUN TestCreateServiceConfigFileMode [2020-10-27T03:37:46.063Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-10-27T03:37:46.063Z] === RUN TestDockerSuite/TestBuildSpaces [2020-10-27T03:37:46.319Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-10-27T03:37:46.557Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.37s) [2020-10-27T03:37:46.557Z] === RUN TestBuildWithSession [2020-10-27T03:37:46.557Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-27T03:37:46.557Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:37:46.557Z] === RUN TestBuildSquashParent [2020-10-27T03:37:46.880Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-10-27T03:37:47.136Z] === RUN TestDockerSuite/TestBuildStderr [2020-10-27T03:37:47.700Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-10-27T03:37:47.766Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41593/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-27T03:37:48.079Z] + make clean [2020-10-27T03:37:48.338Z] docker volume rm -f docker-dev-cache [2020-10-27T03:37:48.338Z] docker-dev-cache [Pipeline] deleteDir [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/container [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/events [no test files] [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/image [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/network [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/builder [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/builder/dockerignore 0.021s coverage: 96.8% of statements [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/builder/dockerfile 0.187s coverage: 48.0% of statements [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/builder/remotecontext 0.140s coverage: 13.6% of statements [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-10-27T03:37:48.346Z] ok github.com/docker/docker/builder/remotecontext/git 1.227s coverage: 86.3% of statements [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/cli [no test files] [2020-10-27T03:37:48.346Z] ? github.com/docker/docker/cli/config [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T03:37:49.370Z] --- PASS: TestCreateServiceConfigFileMode (3.62s) [2020-10-27T03:37:49.370Z] === RUN TestCreateServiceSysctls [2020-10-27T03:37:50.218Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-10-27T03:37:50.882Z] ok github.com/docker/docker/client 0.152s coverage: 75.4% of statements [2020-10-27T03:37:51.146Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-10-27T03:37:51.708Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-10-27T03:37:51.965Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-10-27T03:37:52.147Z] --- PASS: TestBuildSquashParent (4.93s) [2020-10-27T03:37:52.147Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-27T03:37:52.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:37:52.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:37:52.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:37:52.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:37:52.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:37:52.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:37:52.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:37:52.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:37:52.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:37:52.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:37:52.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:37:52.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:37:52.147Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-27T03:37:52.147Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-27T03:37:52.147Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-27T03:37:52.147Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-27T03:37:52.527Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-10-27T03:37:53.462Z] === RUN TestDockerSuite/TestBuildUser [2020-10-27T03:37:53.679Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-27T03:37:53.679Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-27T03:37:53.827Z] --- PASS: TestCreateServiceSysctls (4.51s) [2020-10-27T03:37:53.827Z] === RUN TestCreateServiceCapabilities [2020-10-27T03:37:54.830Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-10-27T03:37:55.765Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-10-27T03:37:55.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.14s) [2020-10-27T03:37:55.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.51s) [2020-10-27T03:37:55.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.87s) [2020-10-27T03:37:55.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.92s) [2020-10-27T03:37:55.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.01s) [2020-10-27T03:37:55.765Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.97s) [2020-10-27T03:37:55.765Z] === RUN TestBuildMultiStageCopy [2020-10-27T03:37:55.765Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-27T03:37:56.195Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2020-10-27T03:37:56.195Z] PASS [2020-10-27T03:37:56.195Z] [2020-10-27T03:37:56.195Z] DONE 17 tests in 50.280s [2020-10-27T03:37:56.195Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-10-27T03:37:56.195Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:37:56.195Z] ++ set -e [2020-10-27T03:37:56.195Z] ++ '[' -n 0 ']' [2020-10-27T03:37:56.195Z] ++ set -x [2020-10-27T03:37:56.195Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:37:56.195Z] INFO: Testing against a local daemon [2020-10-27T03:37:56.195Z] === RUN TestPluginInvalidJSON [2020-10-27T03:37:56.195Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:37:56.195Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:37:56.195Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:37:56.195Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-10-27T03:37:56.195Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-10-27T03:37:56.195Z] === RUN TestPluginInstall [2020-10-27T03:37:56.195Z] === RUN TestPluginInstall/no_auth [2020-10-27T03:37:57.285Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-27T03:37:57.350Z] --- PASS: TestCreateServiceCapabilities (3.47s) [2020-10-27T03:37:57.350Z] === RUN TestInspect [2020-10-27T03:37:57.563Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-10-27T03:37:57.587Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-27T03:37:57.888Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-27T03:37:58.525Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-27T03:37:58.819Z] --- PASS: TestBuildMultiStageCopy (2.95s) [2020-10-27T03:37:58.819Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.65s) [2020-10-27T03:37:58.819Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.31s) [2020-10-27T03:37:58.819Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.31s) [2020-10-27T03:37:58.819Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.33s) [2020-10-27T03:37:58.819Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.35s) [2020-10-27T03:37:58.819Z] === RUN TestBuildMultiStageParentConfig [2020-10-27T03:37:59.459Z] --- PASS: TestBuildMultiStageParentConfig (0.82s) [2020-10-27T03:37:59.459Z] === RUN TestBuildLabelWithTargets [2020-10-27T03:38:00.870Z] --- PASS: TestInspect (3.67s) [2020-10-27T03:38:00.870Z] === RUN TestCreateJob [2020-10-27T03:38:00.977Z] --- PASS: TestBuildLabelWithTargets (1.30s) [2020-10-27T03:38:00.977Z] === RUN TestBuildWithEmptyLayers [2020-10-27T03:38:01.616Z] --- PASS: TestBuildWithEmptyLayers (0.66s) [2020-10-27T03:38:01.616Z] === RUN TestBuildMultiStageOnBuild [2020-10-27T03:38:03.142Z] --- PASS: TestBuildMultiStageOnBuild (1.72s) [2020-10-27T03:38:03.142Z] === RUN TestBuildUncleanTarFilenames [2020-10-27T03:38:04.108Z] time="2020-10-27T03:38:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:38:04.108Z] time="2020-10-27T03:38:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb6e1bc6b43cc3bf1aae0e5c1ee43701d45f0156b1c8c5639aa9c8298f113dec" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:38:04.108Z] time="2020-10-27T03:38:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:38:04.108Z] time="2020-10-27T03:38:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb6e1bc6b43cc3bf1aae0e5c1ee43701d45f0156b1c8c5639aa9c8298f113dec" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:38:04.108Z] === RUN TestPluginInstall/with_htpasswd [2020-10-27T03:38:04.191Z] --- PASS: TestBuildUncleanTarFilenames (0.92s) [2020-10-27T03:38:04.191Z] === RUN TestBuildMultiStageLayerLeak [2020-10-27T03:38:04.365Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-10-27T03:38:04.621Z] time="2020-10-27T03:38:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:38:04.621Z] time="2020-10-27T03:38:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:14c979dcfd212fd359a22fb05d0e514bb7af6fdba7c1ce49182d500c055a5a9f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:38:04.621Z] time="2020-10-27T03:38:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:38:04.621Z] time="2020-10-27T03:38:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:14c979dcfd212fd359a22fb05d0e514bb7af6fdba7c1ce49182d500c055a5a9f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:38:05.184Z] === RUN TestPluginInstall/with_insecure [2020-10-27T03:38:05.394Z] --- PASS: TestCreateJob (4.39s) [2020-10-27T03:38:05.394Z] === RUN TestReplicatedJob [2020-10-27T03:38:06.276Z] --- PASS: TestBuildMultiStageLayerLeak (1.84s) [2020-10-27T03:38:06.276Z] === RUN TestBuildWithHugeFile [2020-10-27T03:38:06.550Z] time="2020-10-27T03:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:38:06.550Z] time="2020-10-27T03:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ba4686b6e6a2f0778d460fa4505d537a42ead77b9c07451b61aad28c16d12cd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:38:06.550Z] time="2020-10-27T03:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:38:06.550Z] time="2020-10-27T03:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ba4686b6e6a2f0778d460fa4505d537a42ead77b9c07451b61aad28c16d12cd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:38:07.113Z] --- PASS: TestPluginInstall (10.99s) [2020-10-27T03:38:07.113Z] --- PASS: TestPluginInstall/no_auth (7.80s) [2020-10-27T03:38:07.113Z] --- PASS: TestPluginInstall/with_htpasswd (1.14s) [2020-10-27T03:38:07.113Z] --- PASS: TestPluginInstall/with_insecure (2.05s) [2020-10-27T03:38:07.113Z] plugin_test.go:157: [d18c8e6b46b92] daemon is not started [2020-10-27T03:38:07.113Z] PASS [2020-10-27T03:38:07.113Z] [2020-10-27T03:38:07.113Z] DONE 6 tests in 11.180s [2020-10-27T03:38:07.113Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-10-27T03:38:07.113Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:07.113Z] ++ set -e [2020-10-27T03:38:07.113Z] ++ '[' -n 0 ']' [2020-10-27T03:38:07.113Z] ++ set -x [2020-10-27T03:38:07.113Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:07.369Z] INFO: Testing against a local daemon [2020-10-27T03:38:07.369Z] === RUN TestExternalGraphDriver [2020-10-27T03:38:07.626Z] === RUN TestExternalGraphDriver/json [2020-10-27T03:38:09.518Z] === RUN TestExternalGraphDriver/spec [2020-10-27T03:38:11.419Z] === RUN TestExternalGraphDriver/pull [2020-10-27T03:38:12.788Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-10-27T03:38:13.044Z] --- PASS: TestExternalGraphDriver (5.59s) [2020-10-27T03:38:13.044Z] --- PASS: TestExternalGraphDriver/json (1.93s) [2020-10-27T03:38:13.044Z] --- PASS: TestExternalGraphDriver/spec (1.83s) [2020-10-27T03:38:13.044Z] --- PASS: TestExternalGraphDriver/pull (1.70s) [2020-10-27T03:38:13.044Z] === RUN TestGraphdriverPluginV2 [2020-10-27T03:38:13.606Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-10-27T03:38:13.606Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-10-27T03:38:13.884Z] --- PASS: TestReplicatedJob (7.24s) [2020-10-27T03:38:13.884Z] === RUN TestUpdateReplicatedJob [2020-10-27T03:38:14.537Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-10-27T03:38:15.100Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-10-27T03:38:16.032Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-10-27T03:38:16.032Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-10-27T03:38:16.032Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-10-27T03:38:16.032Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-10-27T03:38:16.291Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-10-27T03:38:17.221Z] --- PASS: TestGraphdriverPluginV2 (4.12s) [2020-10-27T03:38:17.221Z] PASS [2020-10-27T03:38:17.221Z] [2020-10-27T03:38:17.221Z] DONE 5 tests in 9.932s [2020-10-27T03:38:17.221Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-10-27T03:38:17.221Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:17.221Z] ++ set -e [2020-10-27T03:38:17.221Z] ++ '[' -n 0 ']' [2020-10-27T03:38:17.221Z] ++ set -x [2020-10-27T03:38:17.221Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:17.221Z] INFO: Testing against a local daemon [2020-10-27T03:38:17.221Z] === RUN TestContinueAfterPluginCrash [2020-10-27T03:38:17.221Z] === PAUSE TestContinueAfterPluginCrash [2020-10-27T03:38:17.221Z] === RUN TestReadPluginNoRead [2020-10-27T03:38:17.221Z] === PAUSE TestReadPluginNoRead [2020-10-27T03:38:17.221Z] === RUN TestDaemonStartWithLogOpt [2020-10-27T03:38:17.221Z] === PAUSE TestDaemonStartWithLogOpt [2020-10-27T03:38:17.221Z] === CONT TestContinueAfterPluginCrash [2020-10-27T03:38:17.221Z] === CONT TestDaemonStartWithLogOpt [2020-10-27T03:38:17.407Z] --- PASS: TestUpdateReplicatedJob (4.49s) [2020-10-27T03:38:17.407Z] === RUN TestServiceListWithStatuses [2020-10-27T03:38:17.407Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-10-27T03:38:17.407Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-27T03:38:17.407Z] === RUN TestDockerNetworkConnectAlias [2020-10-27T03:38:17.784Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-10-27T03:38:17.784Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-10-27T03:38:18.714Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-10-27T03:38:20.083Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-10-27T03:38:21.013Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-10-27T03:38:21.013Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-10-27T03:38:22.908Z] --- PASS: TestDaemonStartWithLogOpt (5.28s) [2020-10-27T03:38:22.908Z] === CONT TestReadPluginNoRead [2020-10-27T03:38:23.837Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-10-27T03:38:25.215Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-10-27T03:38:25.925Z] --- PASS: TestDockerNetworkConnectAlias (7.93s) [2020-10-27T03:38:25.925Z] === RUN TestDockerNetworkReConnect [2020-10-27T03:38:26.154Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-10-27T03:38:26.154Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-10-27T03:38:26.409Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-10-27T03:38:26.971Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-10-27T03:38:26.971Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-10-27T03:38:27.534Z] === RUN TestReadPluginNoRead/default [2020-10-27T03:38:27.791Z] --- PASS: TestContinueAfterPluginCrash (10.41s) [2020-10-27T03:38:27.791Z] === RUN TestDockerSuite/TestBuildXZHost [2020-10-27T03:38:28.721Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-10-27T03:38:29.283Z] === RUN TestReadPluginNoRead/disabled_caching [2020-10-27T03:38:29.613Z] ok github.com/docker/docker/cmd/dockerd 0.115s coverage: 29.1% of statements [2020-10-27T03:38:29.845Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-10-27T03:38:29.845Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-10-27T03:38:30.101Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-10-27T03:38:30.403Z] --- PASS: TestBuildWithHugeFile (155.60s) [2020-10-27T03:38:30.403Z] === RUN TestBuildWithEmptyDockerfile [2020-10-27T03:38:30.403Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:38:30.403Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:38:30.403Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:38:30.403Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:38:30.403Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:38:30.403Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:38:30.403Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:38:30.403Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:38:30.403Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:38:30.403Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2020-10-27T03:38:30.403Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2020-10-27T03:38:30.403Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2020-10-27T03:38:30.403Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2020-10-27T03:38:30.403Z] === RUN TestBuildPreserveOwnership [2020-10-27T03:38:30.403Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2020-10-27T03:38:30.403Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-27T03:38:30.403Z] === RUN TestBuildPlatformInvalid [2020-10-27T03:38:30.403Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-10-27T03:38:30.403Z] PASS [2020-10-27T03:38:30.403Z] ok github.com/docker/docker/integration/build 223.661s [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === Skipped [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-10-27T03:38:30.403Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-10-27T03:38:30.403Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-10-27T03:38:30.403Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-10-27T03:38:30.403Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-10-27T03:38:30.403Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] DONE 28 tests, 5 skipped in 249.119s [2020-10-27T03:38:30.403Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-10-27T03:38:30.403Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:38:30.403Z] INFO: Testing against a local daemon [2020-10-27T03:38:30.403Z] === RUN TestConfigInspect [2020-10-27T03:38:30.403Z] --- SKIP: TestConfigInspect (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] === RUN TestConfigList [2020-10-27T03:38:30.403Z] --- SKIP: TestConfigList (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] === RUN TestConfigsCreateAndDelete [2020-10-27T03:38:30.403Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] === RUN TestConfigsUpdate [2020-10-27T03:38:30.403Z] --- SKIP: TestConfigsUpdate (0.02s) [2020-10-27T03:38:30.403Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] === RUN TestTemplatedConfig [2020-10-27T03:38:30.403Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] === RUN TestConfigCreateResolve [2020-10-27T03:38:30.403Z] --- SKIP: TestConfigCreateResolve (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:38:30.403Z] === RUN TestConfigDaemonLibtrustID [2020-10-27T03:38:30.403Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:38:30.403Z] PASS [2020-10-27T03:38:30.403Z] ok github.com/docker/docker/integration/config 0.223s [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === Skipped [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.02s) [2020-10-27T03:38:30.403Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-10-27T03:38:30.403Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] [2020-10-27T03:38:30.403Z] DONE 7 tests, 7 skipped in 2.806s [2020-10-27T03:38:30.403Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-10-27T03:38:30.403Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:38:30.403Z] INFO: Testing against a local daemon [2020-10-27T03:38:30.403Z] === RUN TestCheckpoint [2020-10-27T03:38:30.403Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-27T03:38:30.403Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:38:30.403Z] === RUN TestContainerInvalidJSON [2020-10-27T03:38:30.403Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:38:30.403Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:38:30.403Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:38:30.403Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:38:30.403Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:38:30.403Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:38:30.403Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:38:30.403Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:38:30.403Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:38:30.403Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-10-27T03:38:30.403Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-10-27T03:38:30.403Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-10-27T03:38:30.403Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-10-27T03:38:30.403Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-27T03:38:30.403Z] --- PASS: TestCopyFromContainerPathDoesNotExist (1.40s) [2020-10-27T03:38:30.403Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-27T03:38:30.403Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2020-10-27T03:38:30.403Z] copy_test.go:38: testEnv.OSType == "windows" [2020-10-27T03:38:30.403Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-27T03:38:30.403Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.25s) [2020-10-27T03:38:30.403Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-27T03:38:30.403Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.05s) [2020-10-27T03:38:30.403Z] copy_test.go:63: testEnv.OSType == "windows" [2020-10-27T03:38:30.403Z] === RUN TestCopyFromContainer [2020-10-27T03:38:30.403Z] --- SKIP: TestCopyFromContainer (0.00s) [2020-10-27T03:38:30.403Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-27T03:38:30.403Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:38:30.403Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:38:30.403Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:38:30.403Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:38:30.403Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:38:30.403Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:38:30.403Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:38:30.403Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:38:30.403Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:38:30.403Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-10-27T03:38:30.403Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-27T03:38:30.403Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2020-10-27T03:38:30.403Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-10-27T03:38:30.403Z] === RUN TestCreateWithInvalidEnv [2020-10-27T03:38:30.403Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-27T03:38:30.403Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-27T03:38:30.403Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-27T03:38:30.403Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-27T03:38:30.403Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-27T03:38:30.403Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-27T03:38:30.403Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-27T03:38:30.403Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-27T03:38:30.403Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-27T03:38:30.403Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-10-27T03:38:30.403Z] === RUN TestCreateTmpfsMountsTarget [2020-10-27T03:38:30.403Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2020-10-27T03:38:30.403Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-27T03:38:30.403Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2020-10-27T03:38:30.403Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:38:30.403Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-27T03:38:30.403Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2020-10-27T03:38:30.403Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:38:30.403Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-27T03:38:30.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:38:30.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:38:30.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:38:30.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:38:30.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:38:30.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:38:30.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:38:30.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:38:30.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:38:30.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:38:30.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:38:30.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:38:30.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:38:30.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:38:30.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:38:30.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-10-27T03:38:30.403Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-27T03:38:30.403Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-10-27T03:38:30.403Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-10-27T03:38:30.403Z] === RUN TestCreateDifferentPlatform [2020-10-27T03:38:30.403Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-27T03:38:30.403Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-27T03:38:30.403Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-10-27T03:38:30.403Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-10-27T03:38:30.403Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-27T03:38:30.403Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-10-27T03:38:30.403Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-10-27T03:38:30.403Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2020-10-27T03:38:30.403Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-10-27T03:38:30.403Z] === RUN TestContainerKillOnDaemonStart [2020-10-27T03:38:30.403Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-10-27T03:38:30.403Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:30.403Z] === RUN TestDiff [2020-10-27T03:38:30.403Z] --- SKIP: TestDiff (0.00s) [2020-10-27T03:38:30.403Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-10-27T03:38:30.403Z] === RUN TestExecWithCloseStdin [2020-10-27T03:38:30.991Z] ok github.com/docker/docker/container 0.120s coverage: 34.7% of statements [2020-10-27T03:38:30.992Z] ? github.com/docker/docker/container/stream [no test files] [2020-10-27T03:38:30.992Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-10-27T03:38:30.992Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-10-27T03:38:30.992Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-10-27T03:38:31.033Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-10-27T03:38:31.289Z] --- PASS: TestReadPluginNoRead (8.59s) [2020-10-27T03:38:31.289Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.52s) [2020-10-27T03:38:31.289Z] --- PASS: TestReadPluginNoRead/default (1.71s) [2020-10-27T03:38:31.289Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.97s) [2020-10-27T03:38:31.289Z] read_test.go:92: [dc7f9fba7f947] daemon is not started [2020-10-27T03:38:31.289Z] PASS [2020-10-27T03:38:31.289Z] [2020-10-27T03:38:31.289Z] DONE 6 tests in 14.035s [2020-10-27T03:38:31.289Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-10-27T03:38:31.289Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:31.289Z] ++ set -e [2020-10-27T03:38:31.289Z] ++ '[' -n 0 ']' [2020-10-27T03:38:31.289Z] ++ set -x [2020-10-27T03:38:31.289Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:31.289Z] testing: warning: no tests to run [2020-10-27T03:38:31.289Z] PASS [2020-10-27T03:38:31.289Z] [2020-10-27T03:38:31.289Z] DONE 0 tests in 0.065s [2020-10-27T03:38:31.289Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-10-27T03:38:31.289Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:31.289Z] ++ set -e [2020-10-27T03:38:31.289Z] ++ '[' -n 0 ']' [2020-10-27T03:38:31.289Z] ++ set -x [2020-10-27T03:38:31.289Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:31.500Z] --- PASS: TestDockerNetworkReConnect (6.31s) [2020-10-27T03:38:31.500Z] === RUN TestServicePlugin [2020-10-27T03:38:31.500Z] --- SKIP: TestServicePlugin (0.00s) [2020-10-27T03:38:31.500Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:38:31.500Z] === RUN TestServiceUpdateLabel [2020-10-27T03:38:31.547Z] INFO: Testing against a local daemon [2020-10-27T03:38:31.547Z] === RUN TestPluginWithDevMounts [2020-10-27T03:38:31.547Z] === PAUSE TestPluginWithDevMounts [2020-10-27T03:38:31.547Z] === CONT TestPluginWithDevMounts [2020-10-27T03:38:31.804Z] === RUN TestDockerSuite/TestCommitChange [2020-10-27T03:38:32.642Z] --- PASS: TestExecWithCloseStdin (2.24s) [2020-10-27T03:38:32.642Z] === RUN TestExec [2020-10-27T03:38:32.735Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-10-27T03:38:33.298Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-10-27T03:38:33.555Z] --- PASS: TestPluginWithDevMounts (2.06s) [2020-10-27T03:38:33.555Z] PASS [2020-10-27T03:38:33.555Z] [2020-10-27T03:38:33.555Z] DONE 1 tests in 2.276s [2020-10-27T03:38:33.555Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-10-27T03:38:33.555Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:33.555Z] ++ set -e [2020-10-27T03:38:33.555Z] ++ '[' -n 0 ']' [2020-10-27T03:38:33.555Z] ++ set -x [2020-10-27T03:38:33.555Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:33.812Z] INFO: Testing against a local daemon [2020-10-27T03:38:33.812Z] === RUN TestSecretInspect [2020-10-27T03:38:34.068Z] === RUN TestDockerSuite/TestCommitHardlink [2020-10-27T03:38:34.865Z] --- PASS: TestExec (2.05s) [2020-10-27T03:38:34.865Z] === RUN TestExecUser [2020-10-27T03:38:34.865Z] --- SKIP: TestExecUser (0.00s) [2020-10-27T03:38:34.865Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-10-27T03:38:34.865Z] === RUN TestExportContainerAndImportImage [2020-10-27T03:38:34.865Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2020-10-27T03:38:34.865Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:34.865Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-27T03:38:34.865Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-10-27T03:38:34.865Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:34.865Z] === RUN TestHealthCheckWorkdir [2020-10-27T03:38:34.865Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2020-10-27T03:38:34.865Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-10-27T03:38:34.865Z] === RUN TestHealthKillContainer [2020-10-27T03:38:34.865Z] --- SKIP: TestHealthKillContainer (0.00s) [2020-10-27T03:38:34.865Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-10-27T03:38:34.865Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-27T03:38:34.865Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2020-10-27T03:38:34.865Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-10-27T03:38:34.865Z] === RUN TestKillContainerInvalidSignal [2020-10-27T03:38:35.018Z] --- PASS: TestServiceUpdateLabel (3.62s) [2020-10-27T03:38:35.018Z] === RUN TestServiceUpdateSecrets [2020-10-27T03:38:35.960Z] === RUN TestDockerSuite/TestCommitNewFile [2020-10-27T03:38:37.064Z] --- PASS: TestKillContainerInvalidSignal (1.85s) [2020-10-27T03:38:37.064Z] === RUN TestKillContainer [2020-10-27T03:38:37.064Z] === RUN TestKillContainer/no_signal [2020-10-27T03:38:37.327Z] --- PASS: TestSecretInspect (3.33s) [2020-10-27T03:38:37.327Z] === RUN TestSecretList [2020-10-27T03:38:37.327Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-10-27T03:38:37.896Z] === RUN TestDockerSuite/TestCommitTTY [2020-10-27T03:38:38.614Z] === RUN TestKillContainer/non_killing_signal [2020-10-27T03:38:38.614Z] === RUN TestKillContainer/killing_signal [2020-10-27T03:38:39.264Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-10-27T03:38:39.826Z] --- PASS: TestSecretList (2.60s) [2020-10-27T03:38:39.826Z] === RUN TestSecretsCreateAndDelete [2020-10-27T03:38:40.081Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-10-27T03:38:40.810Z] --- PASS: TestKillContainer (3.88s) [2020-10-27T03:38:40.811Z] --- PASS: TestKillContainer/no_signal (1.69s) [2020-10-27T03:38:40.811Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-10-27T03:38:40.811Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-10-27T03:38:40.811Z] --- PASS: TestKillContainer/killing_signal (2.12s) [2020-10-27T03:38:40.811Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-27T03:38:40.811Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-10-27T03:38:40.811Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-27T03:38:40.811Z] === RUN TestKillStoppedContainer [2020-10-27T03:38:40.811Z] --- SKIP: TestKillStoppedContainer (0.00s) [2020-10-27T03:38:40.811Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-27T03:38:40.811Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-27T03:38:40.811Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2020-10-27T03:38:40.811Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-27T03:38:40.811Z] === RUN TestKillDifferentUserContainer [2020-10-27T03:38:40.811Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2020-10-27T03:38:40.811Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-10-27T03:38:40.811Z] === RUN TestInspectOomKilledTrue [2020-10-27T03:38:40.811Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-10-27T03:38:40.811Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:40.811Z] === RUN TestInspectOomKilledFalse [2020-10-27T03:38:40.811Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-10-27T03:38:40.811Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:38:40.811Z] === RUN TestLogsFollowTailEmpty [2020-10-27T03:38:40.977Z] ok github.com/docker/docker/daemon/cluster 0.064s coverage: 0.5% of statements [2020-10-27T03:38:41.009Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-10-27T03:38:41.937Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-10-27T03:38:41.937Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-10-27T03:38:41.937Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-10-27T03:38:41.937Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-10-27T03:38:41.937Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-10-27T03:38:41.937Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-10-27T03:38:41.937Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-10-27T03:38:42.361Z] --- PASS: TestLogsFollowTailEmpty (1.71s) [2020-10-27T03:38:42.361Z] === RUN TestNetworkNat [2020-10-27T03:38:42.361Z] --- SKIP: TestNetworkNat (0.00s) [2020-10-27T03:38:42.361Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-10-27T03:38:42.361Z] === RUN TestNetworkLocalhostTCPNat [2020-10-27T03:38:42.499Z] --- PASS: TestSecretsCreateAndDelete (2.77s) [2020-10-27T03:38:42.499Z] === RUN TestSecretsUpdate [2020-10-27T03:38:42.885Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-10-27T03:38:43.428Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-10-27T03:38:44.560Z] --- PASS: TestNetworkLocalhostTCPNat (2.03s) [2020-10-27T03:38:44.560Z] === RUN TestNetworkLoopbackNat [2020-10-27T03:38:44.560Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2020-10-27T03:38:44.560Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-10-27T03:38:44.560Z] === RUN TestPause [2020-10-27T03:38:44.560Z] --- SKIP: TestPause (0.00s) [2020-10-27T03:38:44.560Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-10-27T03:38:44.560Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-27T03:38:44.793Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2020-10-27T03:38:44.793Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-10-27T03:38:44.793Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-10-27T03:38:45.358Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-10-27T03:38:45.358Z] --- PASS: TestSecretsUpdate (2.79s) [2020-10-27T03:38:45.358Z] === RUN TestTemplatedSecret [2020-10-27T03:38:45.920Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-10-27T03:38:46.112Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.68s) [2020-10-27T03:38:46.112Z] === RUN TestPauseStopPausedContainer [2020-10-27T03:38:46.112Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2020-10-27T03:38:46.112Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:38:46.112Z] === RUN TestPsFilter [2020-10-27T03:38:46.112Z] --- PASS: TestPsFilter (0.13s) [2020-10-27T03:38:46.112Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-27T03:38:46.482Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-10-27T03:38:47.046Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-10-27T03:38:47.046Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-10-27T03:38:47.976Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-10-27T03:38:47.976Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-10-27T03:38:47.976Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-10-27T03:38:48.308Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.07s) [2020-10-27T03:38:48.308Z] === RUN TestRemoveContainerWithVolume [2020-10-27T03:38:48.539Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-10-27T03:38:48.539Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-10-27T03:38:48.539Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-10-27T03:38:48.795Z] --- PASS: TestTemplatedSecret (3.40s) [2020-10-27T03:38:48.795Z] === RUN TestSecretCreateResolve [2020-10-27T03:38:48.795Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-10-27T03:38:48.795Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-10-27T03:38:49.727Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-10-27T03:38:50.292Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-10-27T03:38:50.504Z] --- PASS: TestRemoveContainerWithVolume (2.02s) [2020-10-27T03:38:50.504Z] === RUN TestRemoveContainerRunning [2020-10-27T03:38:51.661Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-10-27T03:38:51.661Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-10-27T03:38:52.056Z] --- PASS: TestRemoveContainerRunning (1.77s) [2020-10-27T03:38:52.056Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-27T03:38:52.227Z] --- PASS: TestSecretCreateResolve (3.45s) [2020-10-27T03:38:52.227Z] PASS [2020-10-27T03:38:52.227Z] [2020-10-27T03:38:52.227Z] DONE 6 tests in 18.494s [2020-10-27T03:38:52.227Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-10-27T03:38:52.227Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:52.227Z] ++ set -e [2020-10-27T03:38:52.227Z] ++ '[' -n 0 ']' [2020-10-27T03:38:52.227Z] ++ set -x [2020-10-27T03:38:52.227Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:38:52.483Z] INFO: Testing against a local daemon [2020-10-27T03:38:52.483Z] === RUN TestServiceCreateInit [2020-10-27T03:38:52.483Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-27T03:38:52.929Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.438s coverage: 14.1% of statements [2020-10-27T03:38:53.411Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-10-27T03:38:53.604Z] --- PASS: TestServiceUpdateSecrets (15.70s) [2020-10-27T03:38:53.604Z] === RUN TestServiceUpdateConfigs [2020-10-27T03:38:53.606Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.70s) [2020-10-27T03:38:53.606Z] === RUN TestRemoveInvalidContainer [2020-10-27T03:38:53.606Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-10-27T03:38:53.606Z] === RUN TestRenameLinkedContainer [2020-10-27T03:38:53.606Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2020-10-27T03:38:53.606Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-10-27T03:38:53.606Z] === RUN TestRenameStoppedContainer [2020-10-27T03:38:53.973Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-10-27T03:38:53.974Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-10-27T03:38:54.310Z] ok github.com/docker/docker/daemon 12.191s coverage: 17.2% of statements [2020-10-27T03:38:54.310Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-10-27T03:38:54.310Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-10-27T03:38:54.537Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-10-27T03:38:54.879Z] ok github.com/docker/docker/daemon/config 0.053s coverage: 81.8% of statements [2020-10-27T03:38:55.099Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-10-27T03:38:55.660Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-10-27T03:38:56.257Z] ok github.com/docker/docker/daemon/discovery 0.006s coverage: 30.0% of statements [2020-10-27T03:38:56.258Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2020-10-27T03:38:56.258Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-10-27T03:38:56.258Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-10-27T03:38:56.590Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-10-27T03:38:56.590Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-10-27T03:38:57.152Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-10-27T03:38:57.152Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-27T03:38:57.196Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2020-10-27T03:38:57.714Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-10-27T03:38:58.278Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-10-27T03:38:58.535Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-10-27T03:38:59.101Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-10-27T03:38:59.733Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.541s coverage: 73.1% of statements [2020-10-27T03:38:59.733Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2020-10-27T03:39:00.470Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-10-27T03:39:00.724Z] --- PASS: TestRenameStoppedContainer (6.92s) [2020-10-27T03:39:00.724Z] === RUN TestRenameRunningContainerAndReuse [2020-10-27T03:39:01.113Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.450s coverage: 56.2% of statements [2020-10-27T03:39:01.837Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-10-27T03:39:01.838Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-10-27T03:39:01.838Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-10-27T03:39:01.838Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-10-27T03:39:01.838Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-10-27T03:39:01.838Z] --- PASS: TestServiceCreateInit (9.39s) [2020-10-27T03:39:01.838Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.70s) [2020-10-27T03:39:01.838Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.66s) [2020-10-27T03:39:01.838Z] === RUN TestCreateServiceMultipleTimes [2020-10-27T03:39:02.401Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-10-27T03:39:03.022Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.8% of statements [2020-10-27T03:39:03.291Z] --- PASS: TestBuildWithHugeFile (55.14s) [2020-10-27T03:39:03.291Z] === RUN TestBuildWithEmptyDockerfile [2020-10-27T03:39:03.291Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:39:03.291Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:39:03.291Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:39:03.291Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:39:03.291Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:39:03.291Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:39:03.291Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-27T03:39:03.291Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-27T03:39:03.291Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-27T03:39:03.291Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-10-27T03:39:03.291Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2020-10-27T03:39:03.291Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2020-10-27T03:39:03.291Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.25s) [2020-10-27T03:39:03.291Z] === RUN TestBuildPreserveOwnership [2020-10-27T03:39:03.291Z] === RUN TestBuildPreserveOwnership/copy_from [2020-10-27T03:39:03.929Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-10-27T03:39:04.488Z] --- PASS: TestRenameRunningContainerAndReuse (3.83s) [2020-10-27T03:39:04.488Z] === RUN TestRenameInvalidName [2020-10-27T03:39:05.452Z] --- PASS: TestBuildPreserveOwnership (3.82s) [2020-10-27T03:39:05.452Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.49s) [2020-10-27T03:39:05.452Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.32s) [2020-10-27T03:39:05.452Z] === RUN TestBuildPlatformInvalid [2020-10-27T03:39:05.452Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2020-10-27T03:39:05.452Z] PASS [2020-10-27T03:39:05.452Z] [2020-10-27T03:39:05.452Z] === Skipped [2020-10-27T03:39:05.452Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-10-27T03:39:05.452Z] build_session_test.go:25: TODO: BuildKit [2020-10-27T03:39:05.452Z] [2020-10-27T03:39:05.452Z] [2020-10-27T03:39:05.452Z] DONE 32 tests, 1 skipped in 95.200s [2020-10-27T03:39:05.452Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-10-27T03:39:05.452Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:39:05.452Z] ++ set -e [2020-10-27T03:39:05.452Z] ++ '[' -n 0 ']' [2020-10-27T03:39:05.452Z] ++ set -x [2020-10-27T03:39:05.452Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:39:05.452Z] INFO: Testing against a local daemon [2020-10-27T03:39:05.452Z] === RUN TestConfigInspect [2020-10-27T03:39:05.561Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.525s coverage: 46.2% of statements [2020-10-27T03:39:05.561Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-10-27T03:39:05.561Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.391s coverage: 49.5% of statements [2020-10-27T03:39:06.043Z] --- PASS: TestRenameInvalidName (1.74s) [2020-10-27T03:39:06.241Z] --- PASS: TestServiceUpdateConfigs (15.47s) [2020-10-27T03:39:06.241Z] === RUN TestServiceUpdateNetwork [2020-10-27T03:39:06.514Z] === RUN TestRenameAnonymousContainer [2020-10-27T03:39:06.514Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2020-10-27T03:39:06.514Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-10-27T03:39:06.514Z] === RUN TestRenameContainerWithSameName [2020-10-27T03:39:06.568Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-10-27T03:39:07.466Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.014s coverage: 58.0% of statements [2020-10-27T03:39:07.505Z] === RUN TestDockerSuite/TestContainerAPITop [2020-10-27T03:39:07.529Z] --- PASS: TestConfigInspect (1.91s) [2020-10-27T03:39:07.529Z] === RUN TestConfigList [2020-10-27T03:39:08.067Z] --- PASS: TestRenameContainerWithSameName (1.76s) [2020-10-27T03:39:08.067Z] === RUN TestRenameContainerWithLinkedContainer [2020-10-27T03:39:08.067Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2020-10-27T03:39:08.067Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-10-27T03:39:08.067Z] === RUN TestResize [2020-10-27T03:39:08.406Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.799s coverage: 57.7% of statements [2020-10-27T03:39:08.406Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-10-27T03:39:08.406Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-10-27T03:39:08.433Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-10-27T03:39:08.433Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-10-27T03:39:08.689Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-10-27T03:39:08.978Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.018s coverage: 3.0% of statements [2020-10-27T03:39:09.609Z] --- PASS: TestConfigList (1.92s) [2020-10-27T03:39:09.609Z] === RUN TestConfigsCreateAndDelete [2020-10-27T03:39:09.917Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2020-10-27T03:39:10.268Z] --- PASS: TestResize (1.82s) [2020-10-27T03:39:10.268Z] === RUN TestResizeWithInvalidSize [2020-10-27T03:39:10.268Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2020-10-27T03:39:10.268Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-10-27T03:39:10.268Z] === RUN TestResizeWhenContainerNotStarted [2020-10-27T03:39:11.147Z] --- PASS: TestConfigsCreateAndDelete (1.91s) [2020-10-27T03:39:11.147Z] === RUN TestConfigsUpdate [2020-10-27T03:39:11.203Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-10-27T03:39:11.298Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 4.9% of statements [2020-10-27T03:39:11.298Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-10-27T03:39:11.298Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-10-27T03:39:11.459Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-10-27T03:39:11.867Z] ok github.com/docker/docker/daemon/logger 0.218s coverage: 41.0% of statements [2020-10-27T03:39:12.468Z] --- PASS: TestResizeWhenContainerNotStarted (2.21s) [2020-10-27T03:39:12.468Z] === RUN TestDaemonRestartKillContainers [2020-10-27T03:39:12.468Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-10-27T03:39:12.468Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:39:12.468Z] === RUN TestStats [2020-10-27T03:39:12.468Z] --- SKIP: TestStats (0.00s) [2020-10-27T03:39:12.468Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-10-27T03:39:12.468Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-27T03:39:12.826Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-10-27T03:39:13.226Z] --- PASS: TestConfigsUpdate (1.95s) [2020-10-27T03:39:13.226Z] === RUN TestTemplatedConfig [2020-10-27T03:39:13.776Z] ok github.com/docker/docker/daemon/logger/awslogs 0.158s coverage: 77.8% of statements [2020-10-27T03:39:13.776Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-10-27T03:39:13.776Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-10-27T03:39:13.776Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 67.0% of statements [2020-10-27T03:39:14.754Z] ok github.com/docker/docker/daemon/logger/journald 0.031s coverage: 23.9% of statements [2020-10-27T03:39:15.026Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.012s coverage: 61.6% of statements [2020-10-27T03:39:15.606Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2020-10-27T03:39:15.986Z] --- PASS: TestTemplatedConfig (2.36s) [2020-10-27T03:39:15.986Z] === RUN TestConfigCreateResolve [2020-10-27T03:39:16.093Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-10-27T03:39:16.093Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-10-27T03:39:16.545Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2020-10-27T03:39:16.545Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-10-27T03:39:17.022Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-10-27T03:39:17.114Z] time="2020-10-27T03:39:16Z" level=error msg="Failed to remove source log file: remove /tmp/TestCheckCapacityAndRotate520548652/log556579483.1: no such file or directory" [2020-10-27T03:39:17.114Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.047s coverage: 37.7% of statements [2020-10-27T03:39:17.502Z] --- PASS: TestConfigCreateResolve (1.90s) [2020-10-27T03:39:17.502Z] === RUN TestConfigDaemonLibtrustID [2020-10-27T03:39:17.950Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-10-27T03:39:18.054Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 33.3% of statements [2020-10-27T03:39:18.142Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-10-27T03:39:18.142Z] PASS [2020-10-27T03:39:18.142Z] [2020-10-27T03:39:18.142Z] DONE 7 tests in 12.586s [2020-10-27T03:39:18.142Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-10-27T03:39:18.142Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:39:18.142Z] ++ set -e [2020-10-27T03:39:18.142Z] ++ '[' -n 0 ']' [2020-10-27T03:39:18.142Z] ++ set -x [2020-10-27T03:39:18.143Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:39:18.143Z] INFO: Testing against a local daemon [2020-10-27T03:39:18.143Z] === RUN TestCheckpoint [2020-10-27T03:39:18.143Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-27T03:39:18.143Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:39:18.143Z] === RUN TestContainerInvalidJSON [2020-10-27T03:39:18.143Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:39:18.143Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:39:18.143Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:39:18.143Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:39:18.143Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:39:18.143Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:39:18.143Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-27T03:39:18.143Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-27T03:39:18.143Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-27T03:39:18.143Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-10-27T03:39:18.143Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-10-27T03:39:18.143Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-10-27T03:39:18.143Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-10-27T03:39:18.143Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-27T03:39:18.143Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2020-10-27T03:39:18.143Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-27T03:39:18.143Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-10-27T03:39:18.143Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-27T03:39:18.143Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-10-27T03:39:18.143Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-27T03:39:18.437Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-10-27T03:39:18.437Z] === RUN TestCopyFromContainer [2020-10-27T03:39:18.878Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-10-27T03:39:18.878Z] --- PASS: TestCreateServiceMultipleTimes (16.96s) [2020-10-27T03:39:18.878Z] === RUN TestCreateServiceConflict [2020-10-27T03:39:19.435Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2020-10-27T03:39:19.480Z] === RUN TestCopyFromContainer// [2020-10-27T03:39:19.480Z] === RUN TestCopyFromContainer//bar/root [2020-10-27T03:39:19.695Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-10-27T03:39:19.772Z] === RUN TestCopyFromContainer//bar/root/ [2020-10-27T03:39:19.772Z] === RUN TestCopyFromContainer/bar/quux [2020-10-27T03:39:19.772Z] === RUN TestCopyFromContainer/bar/quux/ [2020-10-27T03:39:20.066Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-10-27T03:39:20.067Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-10-27T03:39:20.067Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-10-27T03:39:20.067Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-10-27T03:39:20.067Z] === RUN TestCopyFromContainer/bar/notarget [2020-10-27T03:39:20.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-10-27T03:39:20.360Z] --- PASS: TestCopyFromContainer (1.97s) [2020-10-27T03:39:20.360Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-10-27T03:39:20.360Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2020-10-27T03:39:20.360Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-10-27T03:39:20.360Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2020-10-27T03:39:20.360Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-10-27T03:39:20.360Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-10-27T03:39:20.360Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-10-27T03:39:20.360Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-10-27T03:39:20.360Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-10-27T03:39:20.360Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-10-27T03:39:20.360Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-27T03:39:20.360Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:39:20.360Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:39:20.360Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:39:20.360Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:39:20.360Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:39:20.360Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:39:20.360Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-27T03:39:20.360Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-27T03:39:20.360Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-27T03:39:20.360Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-10-27T03:39:20.360Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-10-27T03:39:20.360Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-27T03:39:20.360Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-27T03:39:20.360Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-27T03:39:20.360Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-10-27T03:39:20.360Z] === RUN TestCreateWithInvalidEnv [2020-10-27T03:39:20.360Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-27T03:39:20.360Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-27T03:39:20.360Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-27T03:39:20.360Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-27T03:39:20.360Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-27T03:39:20.360Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-27T03:39:20.360Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-27T03:39:20.360Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-27T03:39:20.360Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-27T03:39:20.360Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-10-27T03:39:20.360Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-10-27T03:39:20.360Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-10-27T03:39:20.360Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-10-27T03:39:20.360Z] === RUN TestCreateTmpfsMountsTarget [2020-10-27T03:39:20.360Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-10-27T03:39:20.360Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-27T03:39:20.634Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-10-27T03:39:20.634Z] ok github.com/docker/docker/daemon/logger/splunk 1.618s coverage: 82.5% of statements [2020-10-27T03:39:20.634Z] ? github.com/docker/docker/daemon/names [no test files] [2020-10-27T03:39:20.634Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-10-27T03:39:21.080Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.87s) [2020-10-27T03:39:21.080Z] === RUN TestStopContainerWithTimeout [2020-10-27T03:39:21.080Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2020-10-27T03:39:21.080Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-10-27T03:39:21.080Z] === RUN TestUpdateRestartPolicy [2020-10-27T03:39:21.171Z] --- PASS: TestCreateServiceConflict (2.38s) [2020-10-27T03:39:21.171Z] === RUN TestCreateServiceMaxReplicas [2020-10-27T03:39:21.733Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-10-27T03:39:21.881Z] --- PASS: TestCreateWithCustomMaskedPaths (1.48s) [2020-10-27T03:39:21.881Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-27T03:39:22.541Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2020-10-27T03:39:23.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-10-27T03:39:23.111Z] ok github.com/docker/docker/distribution 0.195s coverage: 21.9% of statements [2020-10-27T03:39:23.111Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-10-27T03:39:23.400Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.55s) [2020-10-27T03:39:23.400Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-27T03:39:23.400Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:39:23.400Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:39:23.400Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:39:23.400Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:39:23.400Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:39:23.400Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:39:23.400Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:39:23.400Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:39:23.400Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:39:23.400Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:39:23.400Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-27T03:39:23.400Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-27T03:39:23.400Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-27T03:39:23.400Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-27T03:39:23.400Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-27T03:39:23.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-10-27T03:39:23.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-10-27T03:39:23.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-10-27T03:39:23.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-10-27T03:39:23.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-10-27T03:39:23.400Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-10-27T03:39:23.400Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-27T03:39:24.038Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) [2020-10-27T03:39:24.038Z] === RUN TestCreateDifferentPlatform [2020-10-27T03:39:24.038Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-27T03:39:24.038Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-27T03:39:24.038Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-10-27T03:39:24.038Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-10-27T03:39:24.038Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-10-27T03:39:24.038Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-27T03:39:24.038Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-10-27T03:39:24.038Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-10-27T03:39:24.038Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2020-10-27T03:39:24.038Z] === RUN TestContainerStartOnDaemonRestart [2020-10-27T03:39:24.038Z] === PAUSE TestContainerStartOnDaemonRestart [2020-10-27T03:39:24.038Z] === RUN TestDaemonRestartIpcMode [2020-10-27T03:39:24.038Z] === PAUSE TestDaemonRestartIpcMode [2020-10-27T03:39:24.038Z] === RUN TestDaemonHostGatewayIP [2020-10-27T03:39:24.038Z] === PAUSE TestDaemonHostGatewayIP [2020-10-27T03:39:24.038Z] === RUN TestContainerKillOnDaemonStart [2020-10-27T03:39:24.038Z] === PAUSE TestContainerKillOnDaemonStart [2020-10-27T03:39:24.038Z] === RUN TestDiff [2020-10-27T03:39:24.050Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-10-27T03:39:24.466Z] --- PASS: TestCreateServiceMaxReplicas (3.16s) [2020-10-27T03:39:24.466Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-27T03:39:24.466Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008c2fe0_} [2020-10-27T03:39:24.681Z] --- PASS: TestDiff (0.50s) [2020-10-27T03:39:24.681Z] === RUN TestExecWithCloseStdin [2020-10-27T03:39:24.829Z] --- PASS: TestServiceUpdateNetwork (16.46s) [2020-10-27T03:39:24.829Z] === RUN TestServiceUpdatePidsLimit [2020-10-27T03:39:24.829Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-10-27T03:39:24.829Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-10-27T03:39:24.988Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-10-27T03:39:25.319Z] --- PASS: TestExecWithCloseStdin (0.61s) [2020-10-27T03:39:25.319Z] === RUN TestExec [2020-10-27T03:39:25.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1183812916_/foo_false____} [2020-10-27T03:39:25.926Z] ok github.com/docker/docker/distribution/xfer 1.883s coverage: 85.1% of statements [2020-10-27T03:39:25.926Z] ? github.com/docker/docker/dockerversion [no test files] [2020-10-27T03:39:25.926Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2020-10-27T03:39:25.926Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-10-27T03:39:25.953Z] --- PASS: TestExec (0.58s) [2020-10-27T03:39:25.953Z] === RUN TestExecUser [2020-10-27T03:39:26.590Z] --- PASS: TestExecUser (0.61s) [2020-10-27T03:39:26.590Z] === RUN TestExportContainerAndImportImage [2020-10-27T03:39:27.227Z] --- PASS: TestExportContainerAndImportImage (0.78s) [2020-10-27T03:39:27.227Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-27T03:39:27.307Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2020-10-27T03:39:27.307Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-10-27T03:39:27.724Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1183812916_/foo_true____} [2020-10-27T03:39:27.877Z] ok github.com/docker/docker/libcontainerd/queue 0.036s coverage: 100.0% of statements [2020-10-27T03:39:28.650Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3831178499_/foo_false____} [2020-10-27T03:39:28.742Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s) [2020-10-27T03:39:28.742Z] === RUN TestHealthCheckWorkdir [2020-10-27T03:39:28.816Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2020-10-27T03:39:29.381Z] --- PASS: TestHealthCheckWorkdir (0.74s) [2020-10-27T03:39:29.381Z] === RUN TestHealthKillContainer [2020-10-27T03:39:29.754Z] ok github.com/docker/docker/opts 0.022s coverage: 67.1% of statements [2020-10-27T03:39:29.754Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-10-27T03:39:30.014Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3831178499_/foo_true____} [2020-10-27T03:39:31.379Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3831178499_/foo_true__0xc0008c3040__} [2020-10-27T03:39:31.662Z] ok github.com/docker/docker/pkg/archive 0.315s coverage: 77.1% of statements [2020-10-27T03:39:31.781Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-10-27T03:39:32.152Z] --- PASS: TestHealthKillContainer (2.62s) [2020-10-27T03:39:32.152Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-27T03:39:32.445Z] --- PASS: TestInspectCpusetInConfigPre120 (0.58s) [2020-10-27T03:39:32.445Z] === RUN TestIpcModeNone [2020-10-27T03:39:32.601Z] ok github.com/docker/docker/pkg/authorization 0.423s coverage: 68.3% of statements [2020-10-27T03:39:32.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008c3060_} [2020-10-27T03:39:32.861Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-10-27T03:39:33.081Z] --- PASS: TestIpcModeNone (0.59s) [2020-10-27T03:39:33.081Z] === RUN TestIpcModePrivate [2020-10-27T03:39:33.121Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-10-27T03:39:33.717Z] --- PASS: TestIpcModePrivate (0.57s) [2020-10-27T03:39:33.717Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-10-27T03:39:33.717Z] === RUN TestIpcModeShareable [2020-10-27T03:39:34.109Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008c3080_} [2020-10-27T03:39:34.356Z] --- PASS: TestIpcModeShareable (0.62s) [2020-10-27T03:39:34.356Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-10-27T03:39:34.356Z] === RUN TestAPIIpcModeShareableAndContainer [2020-10-27T03:39:34.364Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008c30a0_} [2020-10-27T03:39:35.730Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008c30c0_} [2020-10-27T03:39:35.730Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-10-27T03:39:36.409Z] ok github.com/docker/docker/layer 7.836s coverage: 68.8% of statements [2020-10-27T03:39:36.409Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-10-27T03:39:36.409Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-10-27T03:39:36.409Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-10-27T03:39:36.409Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-10-27T03:39:36.409Z] ? github.com/docker/docker/oci/caps [no test files] [2020-10-27T03:39:36.409Z] ok github.com/docker/docker/pkg/chrootarchive 2.523s coverage: 43.2% of statements [2020-10-27T03:39:36.409Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-10-27T03:39:36.409Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-10-27T03:39:36.409Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2020-10-27T03:39:36.438Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.80s) [2020-10-27T03:39:36.438Z] === RUN TestAPIIpcModeHost [2020-10-27T03:39:36.733Z] --- PASS: TestAPIIpcModeHost (0.48s) [2020-10-27T03:39:36.733Z] === RUN TestDaemonIpcModeShareable [2020-10-27T03:39:36.996Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2020-10-27T03:39:37.096Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-10-27T03:39:37.262Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-10-27T03:39:37.831Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-10-27T03:39:38.026Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.75s) [2020-10-27T03:39:38.026Z] === RUN TestCreateServiceSecretFileMode [2020-10-27T03:39:38.251Z] --- PASS: TestDaemonIpcModeShareable (1.38s) [2020-10-27T03:39:38.251Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-10-27T03:39:38.251Z] === RUN TestDaemonIpcModePrivate [2020-10-27T03:39:38.400Z] ok github.com/docker/docker/pkg/discovery/nodes 0.020s coverage: 93.8% of statements [2020-10-27T03:39:38.591Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-10-27T03:39:38.591Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-10-27T03:39:38.591Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-10-27T03:39:38.591Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-10-27T03:39:38.591Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-10-27T03:39:38.591Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-10-27T03:39:38.591Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-10-27T03:39:38.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-10-27T03:39:38.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-10-27T03:39:38.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-10-27T03:39:38.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-10-27T03:39:38.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-10-27T03:39:38.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-10-27T03:39:38.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-10-27T03:39:38.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-10-27T03:39:38.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-10-27T03:39:38.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-10-27T03:39:38.968Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2020-10-27T03:39:39.104Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-10-27T03:39:39.296Z] --- PASS: TestDaemonIpcModePrivate (1.39s) [2020-10-27T03:39:39.296Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-10-27T03:39:39.296Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-10-27T03:39:40.275Z] --- PASS: TestServiceUpdatePidsLimit (17.68s) [2020-10-27T03:39:40.275Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s) [2020-10-27T03:39:40.275Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.15s) [2020-10-27T03:39:40.275Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.14s) [2020-10-27T03:39:40.275Z] PASS [2020-10-27T03:39:40.275Z] [2020-10-27T03:39:40.275Z] === Skipped [2020-10-27T03:39:40.275Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-10-27T03:39:40.275Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-27T03:39:40.275Z] [2020-10-27T03:39:40.275Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-10-27T03:39:40.275Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:39:40.275Z] [2020-10-27T03:39:40.275Z] [2020-10-27T03:39:40.275Z] DONE 27 tests, 2 skipped in 172.963s [2020-10-27T03:39:40.275Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-10-27T03:39:40.275Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:39:40.275Z] ++ set -e [2020-10-27T03:39:40.275Z] ++ '[' -n 0 ']' [2020-10-27T03:39:40.275Z] ++ set -x [2020-10-27T03:39:40.275Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:39:40.275Z] INFO: Testing against a local daemon [2020-10-27T03:39:40.275Z] === RUN TestSessionCreate [2020-10-27T03:39:40.275Z] --- PASS: TestSessionCreate (0.02s) [2020-10-27T03:39:40.275Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-27T03:39:40.275Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2020-10-27T03:39:40.275Z] PASS [2020-10-27T03:39:40.275Z] [2020-10-27T03:39:40.275Z] DONE 2 tests in 0.104s [2020-10-27T03:39:40.275Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-10-27T03:39:40.275Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:39:40.275Z] ++ set -e [2020-10-27T03:39:40.275Z] ++ '[' -n 0 ']' [2020-10-27T03:39:40.275Z] ++ set -x [2020-10-27T03:39:40.275Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:39:40.275Z] INFO: Testing against a local daemon [2020-10-27T03:39:40.275Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-27T03:39:40.275Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:39:40.275Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-27T03:39:40.275Z] === RUN TestEventsExecDie [2020-10-27T03:39:40.346Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2020-10-27T03:39:40.819Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.37s) [2020-10-27T03:39:40.819Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-10-27T03:39:40.819Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-10-27T03:39:40.915Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2020-10-27T03:39:41.313Z] --- PASS: TestEventsExecDie (0.92s) [2020-10-27T03:39:41.313Z] === RUN TestEventsBackwardsCompatible [2020-10-27T03:39:41.313Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-10-27T03:39:41.313Z] === RUN TestInfoBinaryCommits [2020-10-27T03:39:41.313Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-10-27T03:39:41.313Z] === RUN TestInfoAPIVersioned [2020-10-27T03:39:41.313Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-10-27T03:39:41.313Z] === RUN TestInfoDiscoveryBackend [2020-10-27T03:39:41.484Z] ok github.com/docker/docker/pkg/discovery/kv 3.075s coverage: 84.1% of statements [2020-10-27T03:39:41.624Z] --- PASS: TestCreateServiceSecretFileMode (3.52s) [2020-10-27T03:39:41.624Z] === RUN TestCreateServiceConfigFileMode [2020-10-27T03:39:41.745Z] ok github.com/docker/docker/pkg/fsutils 0.195s coverage: 85.1% of statements [2020-10-27T03:39:41.986Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-10-27T03:39:41.986Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-10-27T03:39:42.005Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2020-10-27T03:39:42.186Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-10-27T03:39:42.339Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.41s) [2020-10-27T03:39:42.339Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-10-27T03:39:42.339Z] === RUN TestIpcModeOlderClient [2020-10-27T03:39:42.339Z] === PAUSE TestIpcModeOlderClient [2020-10-27T03:39:42.339Z] === RUN TestKillContainerInvalidSignal [2020-10-27T03:39:42.632Z] --- PASS: TestKillContainerInvalidSignal (0.52s) [2020-10-27T03:39:42.632Z] === RUN TestKillContainer [2020-10-27T03:39:42.632Z] === RUN TestKillContainer/no_signal [2020-10-27T03:39:42.944Z] ok github.com/docker/docker/pkg/idtools 0.512s coverage: 70.1% of statements [2020-10-27T03:39:43.023Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-10-27T03:39:43.023Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-10-27T03:39:43.204Z] ok github.com/docker/docker/pkg/ioutils 0.500s coverage: 69.3% of statements [2020-10-27T03:39:43.271Z] === RUN TestKillContainer/non_killing_signal [2020-10-27T03:39:43.464Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2020-10-27T03:39:43.464Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-10-27T03:39:43.566Z] === RUN TestKillContainer/killing_signal [2020-10-27T03:39:43.659Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-10-27T03:39:43.659Z] === RUN TestInfoAPI [2020-10-27T03:39:43.659Z] --- PASS: TestInfoAPI (0.01s) [2020-10-27T03:39:43.659Z] === RUN TestInfoAPIWarnings [2020-10-27T03:39:43.724Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-10-27T03:39:43.724Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-10-27T03:39:43.724Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-10-27T03:39:43.984Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-10-27T03:39:43.984Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-10-27T03:39:44.079Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-10-27T03:39:44.246Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2020-10-27T03:39:44.505Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2020-10-27T03:39:44.608Z] --- PASS: TestKillContainer (1.66s) [2020-10-27T03:39:44.608Z] --- PASS: TestKillContainer/no_signal (0.53s) [2020-10-27T03:39:44.608Z] --- PASS: TestKillContainer/non_killing_signal (0.38s) [2020-10-27T03:39:44.608Z] --- PASS: TestKillContainer/killing_signal (0.51s) [2020-10-27T03:39:44.608Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-27T03:39:44.608Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-10-27T03:39:44.765Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2020-10-27T03:39:44.765Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-10-27T03:39:44.765Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-10-27T03:39:44.765Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-10-27T03:39:44.901Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-10-27T03:39:45.008Z] --- PASS: TestCreateServiceConfigFileMode (3.15s) [2020-10-27T03:39:45.008Z] === RUN TestCreateServiceSysctls [2020-10-27T03:39:45.545Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.08s) [2020-10-27T03:39:45.546Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.54s) [2020-10-27T03:39:45.546Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.36s) [2020-10-27T03:39:45.546Z] === RUN TestKillStoppedContainer [2020-10-27T03:39:45.546Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-10-27T03:39:45.546Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-27T03:39:45.546Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-10-27T03:39:45.546Z] === RUN TestKillDifferentUserContainer [2020-10-27T03:39:45.705Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2020-10-27T03:39:46.185Z] --- PASS: TestKillDifferentUserContainer (0.52s) [2020-10-27T03:39:46.185Z] === RUN TestInspectOomKilledTrue [2020-10-27T03:39:46.645Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-10-27T03:39:46.645Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2020-10-27T03:39:46.897Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-10-27T03:39:46.903Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-10-27T03:39:47.226Z] --- PASS: TestInspectOomKilledTrue (0.88s) [2020-10-27T03:39:47.226Z] === RUN TestInspectOomKilledFalse [2020-10-27T03:39:47.520Z] --- PASS: TestInspectOomKilledFalse (0.54s) [2020-10-27T03:39:47.520Z] === RUN TestLinksEtcHostsContentMatch [2020-10-27T03:39:47.816Z] --- PASS: TestLinksEtcHostsContentMatch (0.38s) [2020-10-27T03:39:47.816Z] === RUN TestLinksContainerNames [2020-10-27T03:39:48.264Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-10-27T03:39:48.264Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-10-27T03:39:48.279Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 75.0% of statements [2020-10-27T03:39:48.539Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-10-27T03:39:48.855Z] --- PASS: TestLinksContainerNames (1.02s) [2020-10-27T03:39:48.855Z] === RUN TestLogsFollowTailEmpty [2020-10-27T03:39:49.192Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-10-27T03:39:49.192Z] --- PASS: TestCreateServiceSysctls (4.45s) [2020-10-27T03:39:49.192Z] === RUN TestCreateServiceCapabilities [2020-10-27T03:39:49.493Z] --- PASS: TestLogsFollowTailEmpty (0.53s) [2020-10-27T03:39:49.493Z] === RUN TestContainerNetworkMountsNoChown [2020-10-27T03:39:49.754Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-10-27T03:39:50.130Z] --- PASS: TestContainerNetworkMountsNoChown (0.52s) [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/default [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/default [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/private [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/private [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rprivate [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rprivate [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/slave [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/slave [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rslave [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rslave [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/shared [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/shared [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rshared [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rshared [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/default [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rslave [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/slave [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rprivate [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/default/mount_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/default/bind_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/private [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/private/mount_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rshared [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/shared [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/default/mount_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/private/bind_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/default/bind_root [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:39:50.130Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:39:50.130Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/private/mount_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/private/bind_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-10-27T03:39:50.130Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-10-27T03:39:50.318Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-10-27T03:39:50.424Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-10-27T03:39:50.424Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-10-27T03:39:50.424Z] === RUN TestContainerBindMountNonRecursive [2020-10-27T03:39:51.247Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-10-27T03:39:51.483Z] --- PASS: TestContainerBindMountNonRecursive (1.25s) [2020-10-27T03:39:51.483Z] === RUN TestNetworkNat [2020-10-27T03:39:51.810Z] --- PASS: TestCreateServiceCapabilities (2.51s) [2020-10-27T03:39:51.810Z] === RUN TestInspect [2020-10-27T03:39:51.827Z] ok github.com/docker/docker/pkg/signal 2.394s coverage: 61.0% of statements [2020-10-27T03:39:51.827Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-10-27T03:39:52.066Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-10-27T03:39:52.086Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-10-27T03:39:52.146Z] --- PASS: TestNetworkNat (0.58s) [2020-10-27T03:39:52.146Z] === RUN TestNetworkLocalhostTCPNat [2020-10-27T03:39:52.323Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-10-27T03:39:52.345Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-10-27T03:39:52.579Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-10-27T03:39:52.605Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-10-27T03:39:52.788Z] --- PASS: TestNetworkLocalhostTCPNat (0.53s) [2020-10-27T03:39:52.788Z] === RUN TestNetworkLoopbackNat [2020-10-27T03:39:53.509Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-10-27T03:39:53.542Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.9% of statements [2020-10-27T03:39:53.802Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-10-27T03:39:54.370Z] ok github.com/docker/docker/pkg/tailfile 0.054s coverage: 88.6% of statements [2020-10-27T03:39:54.877Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-10-27T03:39:54.939Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2020-10-27T03:39:54.939Z] testing: warning: no tests to run [2020-10-27T03:39:54.939Z] coverage: [no statements] [2020-10-27T03:39:54.939Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2020-10-27T03:39:55.507Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-10-27T03:39:55.507Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-10-27T03:39:55.528Z] --- PASS: TestNetworkLoopbackNat (2.75s) [2020-10-27T03:39:55.528Z] === RUN TestPause [2020-10-27T03:39:55.768Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-10-27T03:39:56.171Z] --- PASS: TestPause (0.57s) [2020-10-27T03:39:56.171Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-27T03:39:56.171Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-27T03:39:56.171Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-27T03:39:56.171Z] === RUN TestPauseStopPausedContainer [2020-10-27T03:39:56.245Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-10-27T03:39:56.465Z] --- PASS: TestPauseStopPausedContainer (0.58s) [2020-10-27T03:39:56.465Z] === RUN TestPsFilter [2020-10-27T03:39:56.760Z] --- PASS: TestPsFilter (0.15s) [2020-10-27T03:39:56.760Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-27T03:39:56.856Z] --- PASS: TestUpdateRestartPolicy (31.22s) [2020-10-27T03:39:56.856Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-27T03:39:56.856Z] --- PASS: TestUpdateRestartWithAutoRemove (2.64s) [2020-10-27T03:39:56.856Z] === RUN TestWaitNonBlocked [2020-10-27T03:39:56.856Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:39:56.856Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:39:56.856Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:39:56.856Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:39:56.856Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:39:56.856Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:39:57.175Z] --- PASS: TestInspect (5.38s) [2020-10-27T03:39:57.175Z] === RUN TestCreateJob [2020-10-27T03:39:57.396Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2020-10-27T03:39:57.396Z] === RUN TestRemoveContainerWithVolume [2020-10-27T03:39:57.432Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-10-27T03:39:57.674Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.1% of statements [2020-10-27T03:39:57.691Z] --- PASS: TestRemoveContainerWithVolume (0.55s) [2020-10-27T03:39:57.691Z] === RUN TestRemoveContainerRunning [2020-10-27T03:39:57.995Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-10-27T03:39:58.331Z] --- PASS: TestRemoveContainerRunning (0.52s) [2020-10-27T03:39:58.331Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-27T03:39:58.557Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-10-27T03:39:58.620Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-10-27T03:39:58.879Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2020-10-27T03:39:58.968Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.56s) [2020-10-27T03:39:58.968Z] === RUN TestRemoveInvalidContainer [2020-10-27T03:39:58.968Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-10-27T03:39:58.968Z] === RUN TestRenameLinkedContainer [2020-10-27T03:39:59.926Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-10-27T03:40:00.259Z] ok github.com/docker/docker/quota 0.235s coverage: 71.4% of statements [2020-10-27T03:40:00.518Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-10-27T03:40:00.854Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-10-27T03:40:00.854Z] --- PASS: TestCreateJob (3.83s) [2020-10-27T03:40:00.854Z] === RUN TestReplicatedJob [2020-10-27T03:40:01.059Z] --- PASS: TestRenameLinkedContainer (2.10s) [2020-10-27T03:40:01.059Z] === RUN TestRenameStoppedContainer [2020-10-27T03:40:01.416Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-10-27T03:40:01.700Z] --- PASS: TestRenameStoppedContainer (0.52s) [2020-10-27T03:40:01.700Z] === RUN TestRenameRunningContainerAndReuse [2020-10-27T03:40:02.258Z] --- PASS: TestInfoAPIWarnings (16.26s) [2020-10-27T03:40:02.258Z] === RUN TestInfoDebug [2020-10-27T03:40:02.258Z] --- PASS: TestInfoDebug (0.52s) [2020-10-27T03:40:02.258Z] === RUN TestInfoInsecureRegistries [2020-10-27T03:40:02.258Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-10-27T03:40:02.258Z] === RUN TestInfoRegistryMirrors [2020-10-27T03:40:02.258Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-10-27T03:40:02.258Z] === RUN TestLoginFailsWithBadCredentials [2020-10-27T03:40:02.258Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-10-27T03:40:02.258Z] === RUN TestPingCacheHeaders [2020-10-27T03:40:02.258Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-10-27T03:40:02.258Z] === RUN TestPingGet [2020-10-27T03:40:02.258Z] --- PASS: TestPingGet (0.01s) [2020-10-27T03:40:02.258Z] === RUN TestPingHead [2020-10-27T03:40:02.258Z] --- PASS: TestPingHead (0.02s) [2020-10-27T03:40:02.258Z] === RUN TestVersion [2020-10-27T03:40:02.258Z] --- PASS: TestVersion (0.01s) [2020-10-27T03:40:02.258Z] PASS [2020-10-27T03:40:02.258Z] [2020-10-27T03:40:02.258Z] === Skipped [2020-10-27T03:40:02.258Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:40:02.258Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-27T03:40:02.258Z] [2020-10-27T03:40:02.258Z] [2020-10-27T03:40:02.258Z] DONE 18 tests, 1 skipped in 21.372s [2020-10-27T03:40:02.258Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-10-27T03:40:02.258Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:40:02.258Z] ++ set -e [2020-10-27T03:40:02.258Z] ++ '[' -n 0 ']' [2020-10-27T03:40:02.258Z] ++ set -x [2020-10-27T03:40:02.258Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:40:02.258Z] INFO: Testing against a local daemon [2020-10-27T03:40:02.258Z] === RUN TestVolumesCreateAndList [2020-10-27T03:40:02.258Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-10-27T03:40:02.258Z] === RUN TestVolumesRemove [2020-10-27T03:40:02.258Z] --- PASS: TestVolumesRemove (0.11s) [2020-10-27T03:40:02.258Z] === RUN TestVolumesInspect [2020-10-27T03:40:02.258Z] --- PASS: TestVolumesInspect (0.01s) [2020-10-27T03:40:02.258Z] === RUN TestVolumesInvalidJSON [2020-10-27T03:40:02.258Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-27T03:40:02.258Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-27T03:40:02.258Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-27T03:40:02.258Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-10-27T03:40:02.258Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-27T03:40:02.258Z] PASS [2020-10-27T03:40:02.258Z] [2020-10-27T03:40:02.258Z] DONE 5 tests in 0.218s [2020-10-27T03:40:02.258Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-27T03:40:02.259Z] ++++ cat bundles/test-integration/docker.pid [2020-10-27T03:40:02.259Z] +++ kill 12072 [2020-10-27T03:40:02.346Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-10-27T03:40:02.346Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-10-27T03:40:02.426Z] ok github.com/docker/docker/registry 0.082s coverage: 56.3% of statements [2020-10-27T03:40:02.686Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2020-10-27T03:40:02.700Z] --- PASS: TestWaitNonBlocked (0.04s) [2020-10-27T03:40:02.700Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.80s) [2020-10-27T03:40:02.700Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (7.41s) [2020-10-27T03:40:02.700Z] === RUN TestWaitBlocked [2020-10-27T03:40:02.700Z] --- SKIP: TestWaitBlocked (0.00s) [2020-10-27T03:40:02.700Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:02.700Z] PASS [2020-10-27T03:40:02.700Z] ok github.com/docker/docker/integration/container 93.918s [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === Skipped [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-10-27T03:40:02.700Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2020-10-27T03:40:02.700Z] copy_test.go:38: testEnv.OSType == "windows" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.05s) [2020-10-27T03:40:02.700Z] copy_test.go:63: testEnv.OSType == "windows" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-10-27T03:40:02.700Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-10-27T03:40:02.700Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-10-27T03:40:02.700Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-10-27T03:40:02.700Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-10-27T03:40:02.700Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-10-27T03:40:02.700Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2020-10-27T03:40:02.700Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-10-27T03:40:02.700Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-10-27T03:40:02.700Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-10-27T03:40:02.700Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-10-27T03:40:02.700Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-10-27T03:40:02.700Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-10-27T03:40:02.700Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-10-27T03:40:02.700Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-10-27T03:40:02.700Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2020-10-27T03:40:02.700Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-10-27T03:40:02.700Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-10-27T03:40:02.700Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-10-27T03:40:02.700Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-10-27T03:40:02.700Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-10-27T03:40:02.700Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-10-27T03:40:02.700Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-10-27T03:40:02.700Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-10-27T03:40:02.700Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-10-27T03:40:02.700Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-10-27T03:40:02.700Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-10-27T03:40:02.700Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-10-27T03:40:02.700Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-10-27T03:40:02.700Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-10-27T03:40:02.700Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-10-27T03:40:02.700Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-10-27T03:40:02.700Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-10-27T03:40:02.700Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-10-27T03:40:02.700Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-10-27T03:40:02.700Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] [2020-10-27T03:40:02.700Z] DONE 88 tests, 37 skipped in 97.224s [2020-10-27T03:40:02.700Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-10-27T03:40:02.753Z] --- PASS: TestRenameRunningContainerAndReuse (1.09s) [2020-10-27T03:40:02.753Z] === RUN TestRenameInvalidName [2020-10-27T03:40:02.908Z] === RUN TestDockerSuite/TestCpRelativePath [2020-10-27T03:40:02.946Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-10-27T03:40:03.047Z] --- PASS: TestRenameInvalidName (0.57s) [2020-10-27T03:40:03.047Z] === RUN TestRenameAnonymousContainer [2020-10-27T03:40:03.297Z] +++ /etc/init.d/apparmor stop [2020-10-27T03:40:03.297Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-27T03:40:03.297Z] [2020-10-27T03:40:03.297Z] Unloading profiles will leave already running processes permanently [2020-10-27T03:40:03.297Z] unconfined, which can lead to unexpected situations. [2020-10-27T03:40:03.297Z] [2020-10-27T03:40:03.297Z] To set a process to complain mode, use the command line tool [2020-10-27T03:40:03.297Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-27T03:40:03.297Z] +++ true [2020-10-27T03:40:03.297Z] exiting test-integration [2020-10-27T03:40:03.297Z] ++ exit 0 [2020-10-27T03:40:03.297Z] [2020-10-27T03:40:03.516Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-10-27T03:40:03.775Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-10-27T03:40:03.840Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-10-27T03:40:04.898Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:04.898Z] INFO: Testing against a local daemon [2020-10-27T03:40:04.898Z] === RUN TestCommitInheritsEnv [2020-10-27T03:40:04.898Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2020-10-27T03:40:04.898Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-27T03:40:04.898Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-27T03:40:04.898Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-10-27T03:40:04.898Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-10-27T03:40:04.898Z] === RUN TestImagesFilterMultiReference [2020-10-27T03:40:04.898Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-10-27T03:40:04.898Z] === RUN TestImagePullPlatformInvalid [2020-10-27T03:40:04.898Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-10-27T03:40:04.898Z] === RUN TestRemoveImageOrphaning [2020-10-27T03:40:05.131Z] --- PASS: TestRenameAnonymousContainer (1.98s) [2020-10-27T03:40:05.131Z] === RUN TestRenameContainerWithSameName [2020-10-27T03:40:05.207Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-10-27T03:40:05.773Z] --- PASS: TestRenameContainerWithSameName (0.51s) [2020-10-27T03:40:05.773Z] === RUN TestRenameContainerWithLinkedContainer Post stage [Pipeline] junit [2020-10-27T03:40:06.081Z] Recording test results [2020-10-27T03:40:06.135Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [Pipeline] } [Pipeline] // withEnv [2020-10-27T03:40:06.314Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-10-27T03:40:06.447Z] --- PASS: TestRemoveImageOrphaning (1.08s) [2020-10-27T03:40:06.447Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-27T03:40:06.447Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-10-27T03:40:06.447Z] === RUN TestTagInvalidReference [2020-10-27T03:40:06.447Z] --- PASS: TestTagInvalidReference (0.04s) [2020-10-27T03:40:06.447Z] === RUN TestTagValidPrefixedRepo [2020-10-27T03:40:06.447Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-10-27T03:40:06.447Z] === RUN TestTagExistedNameWithoutForce [2020-10-27T03:40:06.447Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2020-10-27T03:40:06.447Z] === RUN TestTagOfficialNames [2020-10-27T03:40:06.447Z] --- PASS: TestTagOfficialNames (0.11s) [2020-10-27T03:40:06.447Z] === RUN TestTagMatchesDigest [2020-10-27T03:40:06.447Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-10-27T03:40:06.447Z] PASS [2020-10-27T03:40:06.447Z] ok github.com/docker/docker/integration/image 1.785s [2020-10-27T03:40:06.698Z] === RUN TestDockerSuite/TestCpToCaseA [2020-10-27T03:40:06.703Z] + echo Ensuring container killed. [2020-10-27T03:40:06.703Z] Ensuring container killed. [2020-10-27T03:40:06.703Z] + docker rm -vf docker-pr1 [2020-10-27T03:40:06.703Z] Error: No such container: docker-pr1 [2020-10-27T03:40:06.703Z] + true [Pipeline] sh [2020-10-27T03:40:06.824Z] --- PASS: TestRenameContainerWithLinkedContainer (1.10s) [2020-10-27T03:40:06.824Z] === RUN TestResize [2020-10-27T03:40:06.911Z] [2020-10-27T03:40:06.911Z] === Skipped [2020-10-27T03:40:06.911Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-10-27T03:40:06.911Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-27T03:40:06.911Z] [2020-10-27T03:40:06.911Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-10-27T03:40:06.911Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-10-27T03:40:06.911Z] [2020-10-27T03:40:06.911Z] [2020-10-27T03:40:06.911Z] DONE 11 tests, 2 skipped in 4.241s [2020-10-27T03:40:06.911Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-10-27T03:40:07.086Z] + echo Chowning /workspace to jenkins user [2020-10-27T03:40:07.086Z] Chowning /workspace to jenkins user [2020-10-27T03:40:07.086Z] + id -u [2020-10-27T03:40:07.086Z] + id -g [2020-10-27T03:40:07.086Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41593:/workspace busybox chown -R 1001:1001 /workspace [2020-10-27T03:40:07.086Z] Unable to find image 'busybox:latest' locally [2020-10-27T03:40:07.263Z] --- PASS: TestReplicatedJob (6.43s) [2020-10-27T03:40:07.263Z] === RUN TestUpdateReplicatedJob [2020-10-27T03:40:07.378Z] latest: Pulling from library/busybox [2020-10-27T03:40:07.460Z] --- PASS: TestResize (0.57s) [2020-10-27T03:40:07.460Z] === RUN TestResizeWithInvalidSize [2020-10-27T03:40:07.671Z] 393d6a917252: Pulling fs layer [2020-10-27T03:40:07.671Z] 393d6a917252: Download complete [2020-10-27T03:40:07.695Z] ok github.com/docker/docker/volume/local 0.105s coverage: 76.4% of statements [2020-10-27T03:40:07.954Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2020-10-27T03:40:08.101Z] --- PASS: TestResizeWithInvalidSize (0.58s) [2020-10-27T03:40:08.101Z] === RUN TestResizeWhenContainerNotStarted [2020-10-27T03:40:08.192Z] === RUN TestDockerSuite/TestCpToCaseB [2020-10-27T03:40:08.306Z] 393d6a917252: Pull complete [2020-10-27T03:40:08.306Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-10-27T03:40:08.306Z] Status: Downloaded newer image for busybox:latest [2020-10-27T03:40:08.398Z] --- PASS: TestResizeWhenContainerNotStarted (0.53s) [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:40:08.398Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:40:08.398Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:40:08.398Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-27T03:40:08.398Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-27T03:40:08.398Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-27T03:40:08.398Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-27T03:40:08.448Z] === RUN TestDockerSuite/TestCpToCaseC [2020-10-27T03:40:09.113Z] testing: warning: no tests to run [2020-10-27T03:40:09.113Z] PASS [2020-10-27T03:40:09.113Z] testing: warning: no tests to run [2020-10-27T03:40:09.113Z] PASS [2020-10-27T03:40:09.113Z] ok github.com/docker/docker/integration/network/macvlan 0.133s [no tests to run] [2020-10-27T03:40:09.113Z] ok github.com/docker/docker/integration/network/ipvlan 0.103s [no tests to run] [2020-10-27T03:40:09.334Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.1% of statements [2020-10-27T03:40:10.091Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:10.091Z] INFO: Testing against a local daemon [2020-10-27T03:40:10.091Z] === RUN TestNetworkCreateDelete [2020-10-27T03:40:10.091Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2020-10-27T03:40:10.091Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:10.091Z] === RUN TestDockerNetworkDeletePreferID [2020-10-27T03:40:10.091Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2020-10-27T03:40:10.091Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-10-27T03:40:10.091Z] === RUN TestDaemonDNSFallback [2020-10-27T03:40:10.091Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2020-10-27T03:40:10.091Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:10.091Z] === RUN TestInspectNetwork [2020-10-27T03:40:10.091Z] --- SKIP: TestInspectNetwork (0.00s) [2020-10-27T03:40:10.091Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:10.091Z] === RUN TestRunContainerWithBridgeNone [2020-10-27T03:40:10.091Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-10-27T03:40:10.091Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:10.091Z] === RUN TestNetworkInvalidJSON [2020-10-27T03:40:10.091Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-27T03:40:10.091Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-27T03:40:10.091Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:40:10.091Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:40:10.091Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:40:10.091Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:40:10.091Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-27T03:40:10.091Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:40:10.091Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:40:10.091Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-10-27T03:40:10.091Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2020-10-27T03:40:10.091Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2020-10-27T03:40:10.091Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-10-27T03:40:10.091Z] === RUN TestHostIPv4BridgeLabel [2020-10-27T03:40:10.091Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-10-27T03:40:10.091Z] network_test.go:97: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-27T03:40:10.091Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:29: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] === RUN TestDaemonDefaultNetworkPools [2020-10-27T03:40:10.091Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-10-27T03:40:10.091Z] service_test.go:52: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-27T03:40:10.091Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:96: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-27T03:40:10.091Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:130: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-27T03:40:10.091Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:181: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] === RUN TestServiceWithPredefinedNetwork [2020-10-27T03:40:10.091Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:206: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-27T03:40:10.091Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:40:10.091Z] === RUN TestServiceWithDataPathPortInit [2020-10-27T03:40:10.091Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:326: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-27T03:40:10.091Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:394: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] PASS [2020-10-27T03:40:10.091Z] ok github.com/docker/docker/integration/network 0.248s [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === Skipped [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-10-27T03:40:10.091Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-10-27T03:40:10.091Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-10-27T03:40:10.091Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-10-27T03:40:10.091Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-10-27T03:40:10.091Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-10-27T03:40:10.091Z] network_test.go:97: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:29: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.01s) [2020-10-27T03:40:10.091Z] service_test.go:52: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:96: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:130: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:181: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:206: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:326: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-10-27T03:40:10.091Z] service_test.go:394: testEnv.OSType == "windows" [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] [2020-10-27T03:40:10.091Z] DONE 19 tests, 15 skipped in 3.525s [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-27T03:40:10.555Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-10-27T03:40:10.555Z] testing: warning: no tests to run [2020-10-27T03:40:10.555Z] PASS [2020-10-27T03:40:10.555Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2020-10-27T03:40:10.555Z] [2020-10-27T03:40:10.555Z] DONE 0 tests in 0.391s [2020-10-27T03:40:10.776Z] + bundleName=s390x-integration [2020-10-27T03:40:10.776Z] + echo Creating s390x-integration-bundles.tar.gz [2020-10-27T03:40:10.776Z] Creating s390x-integration-bundles.tar.gz [2020-10-27T03:40:10.776Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-10-27T03:40:10.776Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-10-27T03:40:10.822Z] Archiving artifacts [2020-10-27T03:40:10.967Z] === RUN TestDockerSuite/TestCpToCaseD [2020-10-27T03:40:10.967Z] --- PASS: TestUpdateReplicatedJob (3.45s) [2020-10-27T03:40:10.967Z] === RUN TestServiceListWithStatuses [2020-10-27T03:40:10.967Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-10-27T03:40:10.967Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-27T03:40:10.967Z] === RUN TestDockerNetworkConnectAlias [2020-10-27T03:40:11.019Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-10-27T03:40:11.019Z] testing: warning: no tests to run [2020-10-27T03:40:11.019Z] PASS [2020-10-27T03:40:11.019Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2020-10-27T03:40:11.019Z] [2020-10-27T03:40:11.019Z] DONE 0 tests in 0.396s [2020-10-27T03:40:11.019Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-10-27T03:40:11.213Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41593/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-27T03:40:11.613Z] + make clean [2020-10-27T03:40:11.906Z] docker volume rm -f docker-dev-cache [2020-10-27T03:40:11.906Z] docker-dev-cache [Pipeline] deleteDir [2020-10-27T03:40:11.953Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-27T03:40:11.953Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-27T03:40:12.251Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-27T03:40:12.251Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T03:40:13.220Z] testing: warning: no tests to run [2020-10-27T03:40:13.220Z] PASS [2020-10-27T03:40:13.220Z] ok github.com/docker/docker/integration/plugin/authz 0.129s [no tests to run] [2020-10-27T03:40:13.220Z] testing: warning: no tests to run [2020-10-27T03:40:13.220Z] PASS [2020-10-27T03:40:13.220Z] ok github.com/docker/docker/integration/plugin 0.097s [no tests to run] [2020-10-27T03:40:13.840Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-27T03:40:14.150Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:40:14.150Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-27T03:40:14.237Z] === RUN TestDockerSuite/TestCpToCaseE [2020-10-27T03:40:14.794Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-27T03:40:16.127Z] --- PASS: TestDockerNetworkConnectAlias (5.31s) [2020-10-27T03:40:16.127Z] === RUN TestDockerNetworkReConnect [2020-10-27T03:40:16.689Z] === RUN TestDockerSuite/TestCpToCaseF [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.93s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.94s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.72s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.77s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.52s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.80s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.66s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.55s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.83s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.85s) [2020-10-27T03:40:16.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.06s) [2020-10-27T03:40:16.885Z] === RUN TestCgroupNamespacesRun [2020-10-27T03:40:17.251Z] === RUN TestDockerSuite/TestCpToCaseG [2020-10-27T03:40:18.413Z] --- PASS: TestCgroupNamespacesRun (1.34s) [2020-10-27T03:40:18.413Z] === RUN TestCgroupNamespacesRunPrivileged [2020-10-27T03:40:19.462Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.35s) [2020-10-27T03:40:19.462Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-10-27T03:40:20.524Z] --- PASS: TestDockerNetworkReConnect (4.28s) [2020-10-27T03:40:20.524Z] === RUN TestServicePlugin [2020-10-27T03:40:20.983Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.33s) [2020-10-27T03:40:20.983Z] === RUN TestCgroupNamespacesRunHostMode [2020-10-27T03:40:21.454Z] === RUN TestDockerSuite/TestCpToCaseH [2020-10-27T03:40:21.539Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/pkg/term [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/rootless [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/testutil/request [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/volume [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-10-27T03:40:21.539Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === Skipped [2020-10-27T03:40:21.539Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-10-27T03:40:21.539Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-10-27T03:40:21.539Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-10-27T03:40:21.539Z] time="2020-10-27T03:39:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-10-27T03:40:21.539Z] time="2020-10-27T03:39:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-10-27T03:40:21.539Z] time="2020-10-27T03:39:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-10-27T03:40:21.539Z] time="2020-10-27T03:39:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-10-27T03:40:21.539Z] time="2020-10-27T03:39:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-10-27T03:40:21.539Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-10-27T03:40:21.539Z] overlay_test.go:49: Fails to compute changes intermittently [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-10-27T03:40:21.539Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-27T03:40:21.539Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-10-27T03:40:21.539Z] graphtest_unix.go:73: No driver to put! [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-10-27T03:40:21.539Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-10-27T03:40:21.539Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] [2020-10-27T03:40:21.539Z] DONE 2199 tests, 26 skipped in 249.130s Post stage [Pipeline] junit [2020-10-27T03:40:21.552Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-10-27T03:40:22.033Z] --- PASS: TestCgroupNamespacesRunHostMode (1.31s) [2020-10-27T03:40:22.033Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-10-27T03:40:22.248Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41593/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8cc0fd811eb48e7c3cec935a84f5988743b9881a hack/validate/vendor [2020-10-27T03:40:22.818Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-10-27T03:40:23.552Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.36s) [2020-10-27T03:40:23.552Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-10-27T03:40:23.613Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:23.613Z] INFO: Testing against a local daemon [2020-10-27T03:40:23.613Z] === RUN TestExternalGraphDriver [2020-10-27T03:40:23.613Z] --- SKIP: TestExternalGraphDriver (0.01s) [2020-10-27T03:40:23.613Z] external_test.go:48: runtime.GOOS == "windows" [2020-10-27T03:40:23.613Z] === RUN TestGraphdriverPluginV2 [2020-10-27T03:40:23.613Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2020-10-27T03:40:23.613Z] external_test.go:408: runtime.GOOS == "windows" [2020-10-27T03:40:23.613Z] PASS [2020-10-27T03:40:23.613Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.543s [2020-10-27T03:40:23.613Z] testing: warning: no tests to run [2020-10-27T03:40:23.613Z] PASS [2020-10-27T03:40:23.613Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.084s [no tests to run] [2020-10-27T03:40:23.718Z] + echo Building e2e image [2020-10-27T03:40:23.718Z] Building e2e image [2020-10-27T03:40:23.718Z] + docker build --build-arg DOCKER_GITCOMMIT=8cc0fd811eb48e7c3cec935a84f5988743b9881a -t moby-e2e-test -f Dockerfile.e2e . [2020-10-27T03:40:23.718Z] #1 [internal] load build definition from Dockerfile.e2e [2020-10-27T03:40:23.718Z] #1 transferring dockerfile: 3.21kB done [2020-10-27T03:40:23.718Z] #1 DONE 0.0s [2020-10-27T03:40:23.718Z] [2020-10-27T03:40:23.718Z] #2 [internal] load .dockerignore [2020-10-27T03:40:23.718Z] #2 transferring context: 34B done [2020-10-27T03:40:23.718Z] #2 DONE 0.0s [2020-10-27T03:40:23.718Z] [2020-10-27T03:40:23.718Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-10-27T03:40:23.979Z] #4 DONE 0.3s [2020-10-27T03:40:23.979Z] [2020-10-27T03:40:23.979Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-10-27T03:40:23.979Z] #3 DONE 0.3s [2020-10-27T03:40:23.979Z] [2020-10-27T03:40:23.979Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-27T03:40:23.979Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done [2020-10-27T03:40:24.238Z] #14 sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 2.80MB / 2.80MB 0.1s done [2020-10-27T03:40:24.238Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done [2020-10-27T03:40:24.238Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done [2020-10-27T03:40:24.238Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done [2020-10-27T03:40:24.238Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done [2020-10-27T03:40:24.238Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done [2020-10-27T03:40:24.238Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 0B / 127.34MB 0.1s [2020-10-27T03:40:24.238Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 0B / 126B 0.1s [2020-10-27T03:40:24.238Z] #14 ... [2020-10-27T03:40:24.238Z] [2020-10-27T03:40:24.238Z] #8 [internal] load build context [2020-10-27T03:40:24.238Z] #8 transferring context: 858.54kB 0.3s done [2020-10-27T03:40:24.238Z] #8 DONE 0.3s [2020-10-27T03:40:24.238Z] [2020-10-27T03:40:24.238Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-27T03:40:24.238Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c [2020-10-27T03:40:24.497Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 12.92MB / 127.34MB 0.3s [2020-10-27T03:40:24.497Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done [2020-10-27T03:40:24.497Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 23.53MB / 127.34MB 0.5s [2020-10-27T03:40:24.497Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 0.3s done [2020-10-27T03:40:24.593Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:24.593Z] INFO: Testing against a local daemon [2020-10-27T03:40:24.593Z] === RUN TestPluginInvalidJSON [2020-10-27T03:40:24.593Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:40:24.593Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:40:24.593Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:40:24.593Z] --- PASS: TestPluginInvalidJSON (0.05s) [2020-10-27T03:40:24.593Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-10-27T03:40:24.593Z] === RUN TestPluginInstall [2020-10-27T03:40:24.593Z] --- SKIP: TestPluginInstall (0.00s) [2020-10-27T03:40:24.593Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-10-27T03:40:24.593Z] PASS [2020-10-27T03:40:24.593Z] ok github.com/docker/docker/integration/plugin/common 0.281s [2020-10-27T03:40:24.593Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:24.593Z] INFO: Testing against a local daemon [2020-10-27T03:40:24.593Z] === RUN TestReadPluginNoRead [2020-10-27T03:40:24.593Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-10-27T03:40:24.593Z] read_test.go:21: no unix domain sockets on Windows [2020-10-27T03:40:24.593Z] PASS [2020-10-27T03:40:24.593Z] ok github.com/docker/docker/integration/plugin/logging 0.232s [2020-10-27T03:40:24.593Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-10-27T03:40:24.593Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-10-27T03:40:24.733Z] === RUN TestDockerSuite/TestCpToCaseI [2020-10-27T03:40:24.757Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 30.74MB / 127.34MB 0.6s [2020-10-27T03:40:24.757Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d [2020-10-27T03:40:24.757Z] #14 ... [2020-10-27T03:40:24.757Z] [2020-10-27T03:40:24.757Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-10-27T03:40:24.757Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-10-27T03:40:24.757Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-10-27T03:40:24.757Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-10-27T03:40:24.757Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-10-27T03:40:24.757Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.1s done [2020-10-27T03:40:24.757Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.3s done [2020-10-27T03:40:24.757Z] #5 DONE 0.7s [2020-10-27T03:40:24.757Z] [2020-10-27T03:40:24.757Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-27T03:40:24.757Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.2s done [2020-10-27T03:40:24.990Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-10-27T03:40:25.017Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 48.45MB / 127.34MB 0.9s [2020-10-27T03:40:25.017Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done [2020-10-27T03:40:25.017Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 58.69MB / 127.34MB 1.0s [2020-10-27T03:40:25.077Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.33s) [2020-10-27T03:40:25.077Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-10-27T03:40:25.277Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 72.72MB / 127.34MB 1.1s [2020-10-27T03:40:25.277Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 85.95MB / 127.34MB 1.2s [2020-10-27T03:40:25.538Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 109.43MB / 127.34MB 1.4s [2020-10-27T03:40:25.538Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 124.01MB / 127.34MB 1.5s [2020-10-27T03:40:25.571Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:25.571Z] INFO: Testing against a local daemon [2020-10-27T03:40:25.571Z] === RUN TestPluginWithDevMounts [2020-10-27T03:40:25.571Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-10-27T03:40:25.572Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:25.572Z] PASS [2020-10-27T03:40:25.572Z] ok github.com/docker/docker/integration/plugin/volumes 0.217s [2020-10-27T03:40:25.572Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-10-27T03:40:25.572Z] [2020-10-27T03:40:25.572Z] === Skipped [2020-10-27T03:40:25.572Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-10-27T03:40:25.572Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-10-27T03:40:25.715Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.85s) [2020-10-27T03:40:25.715Z] === RUN TestCgroupNamespacesRunOlderClient [2020-10-27T03:40:25.798Z] #14 ... [2020-10-27T03:40:25.798Z] [2020-10-27T03:40:25.798Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-10-27T03:40:25.798Z] #6 DONE 1.0s [2020-10-27T03:40:25.798Z] [2020-10-27T03:40:25.798Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-27T03:40:25.798Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.6s done [2020-10-27T03:40:25.798Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b [2020-10-27T03:40:26.035Z] [2020-10-27T03:40:26.035Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2020-10-27T03:40:26.035Z] external_test.go:48: runtime.GOOS == "windows" [2020-10-27T03:40:26.035Z] [2020-10-27T03:40:26.035Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2020-10-27T03:40:26.035Z] external_test.go:408: runtime.GOOS == "windows" [2020-10-27T03:40:26.035Z] [2020-10-27T03:40:26.035Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-10-27T03:40:26.035Z] read_test.go:21: no unix domain sockets on Windows [2020-10-27T03:40:26.035Z] [2020-10-27T03:40:26.035Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-10-27T03:40:26.035Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:26.035Z] [2020-10-27T03:40:26.035Z] [2020-10-27T03:40:26.035Z] DONE 7 tests, 5 skipped in 14.530s [2020-10-27T03:40:26.035Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-10-27T03:40:26.035Z] testing: warning: no tests to run [2020-10-27T03:40:26.035Z] PASS [2020-10-27T03:40:26.035Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2020-10-27T03:40:26.035Z] [2020-10-27T03:40:26.035Z] DONE 0 tests in 0.398s [2020-10-27T03:40:26.507Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-10-27T03:40:27.236Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.39s) [2020-10-27T03:40:27.236Z] === RUN TestKernelTCPMemory [2020-10-27T03:40:27.495Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:27.495Z] INFO: Testing against a local daemon [2020-10-27T03:40:27.495Z] === RUN TestPluginInvalidJSON [2020-10-27T03:40:27.495Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:40:27.495Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:40:27.495Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:40:27.495Z] --- PASS: TestPluginInvalidJSON (0.05s) [2020-10-27T03:40:27.495Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-10-27T03:40:27.495Z] === RUN TestPluginInstall [2020-10-27T03:40:27.495Z] --- SKIP: TestPluginInstall (0.00s) [2020-10-27T03:40:27.495Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-10-27T03:40:27.495Z] PASS [2020-10-27T03:40:27.495Z] ok github.com/docker/docker/integration/plugin/common (cached) [2020-10-27T03:40:27.495Z] [2020-10-27T03:40:27.495Z] === Skipped [2020-10-27T03:40:27.495Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-10-27T03:40:27.495Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-10-27T03:40:27.495Z] [2020-10-27T03:40:27.495Z] [2020-10-27T03:40:27.495Z] DONE 3 tests, 1 skipped in 1.086s [2020-10-27T03:40:27.495Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-10-27T03:40:27.530Z] --- PASS: TestKernelTCPMemory (0.60s) [2020-10-27T03:40:27.530Z] === RUN TestNISDomainname [2020-10-27T03:40:28.170Z] --- PASS: TestNISDomainname (0.66s) [2020-10-27T03:40:28.170Z] === RUN TestHostnameDnsResolution [2020-10-27T03:40:28.473Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:28.474Z] INFO: Testing against a local daemon [2020-10-27T03:40:28.474Z] === RUN TestExternalGraphDriver [2020-10-27T03:40:28.474Z] --- SKIP: TestExternalGraphDriver (0.01s) [2020-10-27T03:40:28.474Z] external_test.go:48: runtime.GOOS == "windows" [2020-10-27T03:40:28.474Z] === RUN TestGraphdriverPluginV2 [2020-10-27T03:40:28.474Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2020-10-27T03:40:28.474Z] external_test.go:408: runtime.GOOS == "windows" [2020-10-27T03:40:28.474Z] PASS [2020-10-27T03:40:28.474Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2020-10-27T03:40:28.474Z] [2020-10-27T03:40:28.474Z] === Skipped [2020-10-27T03:40:28.474Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2020-10-27T03:40:28.474Z] external_test.go:48: runtime.GOOS == "windows" [2020-10-27T03:40:28.474Z] [2020-10-27T03:40:28.474Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2020-10-27T03:40:28.474Z] external_test.go:408: runtime.GOOS == "windows" [2020-10-27T03:40:28.474Z] [2020-10-27T03:40:28.474Z] [2020-10-27T03:40:28.474Z] DONE 2 tests, 2 skipped in 1.023s [2020-10-27T03:40:28.474Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-10-27T03:40:29.163Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-10-27T03:40:29.163Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-10-27T03:40:29.215Z] --- PASS: TestHostnameDnsResolution (0.88s) [2020-10-27T03:40:29.215Z] === RUN TestStats [2020-10-27T03:40:29.419Z] === RUN TestDockerSuite/TestCpToDot [2020-10-27T03:40:29.459Z] testing: warning: no tests to run [2020-10-27T03:40:29.459Z] PASS [2020-10-27T03:40:29.459Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-10-27T03:40:29.459Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:29.459Z] INFO: Testing against a local daemon [2020-10-27T03:40:29.459Z] === RUN TestReadPluginNoRead [2020-10-27T03:40:29.459Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-10-27T03:40:29.459Z] read_test.go:21: no unix domain sockets on Windows [2020-10-27T03:40:29.459Z] PASS [2020-10-27T03:40:29.459Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2020-10-27T03:40:29.459Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-10-27T03:40:29.459Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-10-27T03:40:29.459Z] [2020-10-27T03:40:29.459Z] === Skipped [2020-10-27T03:40:29.459Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-10-27T03:40:29.459Z] read_test.go:21: no unix domain sockets on Windows [2020-10-27T03:40:29.459Z] [2020-10-27T03:40:29.459Z] [2020-10-27T03:40:29.459Z] DONE 1 tests, 1 skipped in 1.084s [2020-10-27T03:40:29.459Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-10-27T03:40:29.982Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-10-27T03:40:30.442Z] testing: warning: no tests to run [2020-10-27T03:40:30.442Z] PASS [2020-10-27T03:40:30.442Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-10-27T03:40:30.442Z] [2020-10-27T03:40:30.442Z] DONE 0 tests in 0.589s [2020-10-27T03:40:30.442Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-10-27T03:40:31.073Z] #14 ... [2020-10-27T03:40:31.073Z] [2020-10-27T03:40:31.073Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-10-27T03:40:31.073Z] #7 0.769 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-27T03:40:31.073Z] #7 1.847 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-27T03:40:31.073Z] #7 1.949 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-10-27T03:40:31.073Z] #7 1.954 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-10-27T03:40:31.073Z] #7 1.963 (3/30) Installing readline (8.0.0-r0) [2020-10-27T03:40:31.073Z] #7 1.967 (4/30) Installing bash (5.0.0-r0) [2020-10-27T03:40:31.073Z] #7 1.982 Executing bash-5.0.0-r0.post-install [2020-10-27T03:40:31.073Z] #7 1.989 (5/30) Installing ca-certificates (20191127-r2) [2020-10-27T03:40:31.073Z] #7 2.005 (6/30) Installing libgcc (8.3.0-r0) [2020-10-27T03:40:31.073Z] #7 2.010 (7/30) Installing libstdc++ (8.3.0-r0) [2020-10-27T03:40:31.073Z] #7 2.025 (8/30) Installing binutils (2.32-r0) [2020-10-27T03:40:31.073Z] #7 2.119 (9/30) Installing gmp (6.1.2-r1) [2020-10-27T03:40:31.073Z] #7 2.126 (10/30) Installing isl (0.18-r0) [2020-10-27T03:40:31.073Z] #7 2.148 (11/30) Installing libgomp (8.3.0-r0) [2020-10-27T03:40:31.073Z] #7 2.152 (12/30) Installing libatomic (8.3.0-r0) [2020-10-27T03:40:31.073Z] #7 2.154 (13/30) Installing mpfr3 (3.1.5-r1) [2020-10-27T03:40:31.073Z] #7 2.160 (14/30) Installing mpc1 (1.1.0-r0) [2020-10-27T03:40:31.073Z] #7 2.163 (15/30) Installing gcc (8.3.0-r0) [2020-10-27T03:40:31.073Z] #7 3.049 (16/30) Installing musl-dev (1.1.22-r3) [2020-10-27T03:40:31.073Z] #7 3.154 (17/30) Installing libc-dev (0.7.1-r0) [2020-10-27T03:40:31.073Z] #7 3.155 (18/30) Installing g++ (8.3.0-r0) [2020-10-27T03:40:31.073Z] #7 3.705 (19/30) Installing nghttp2-libs (1.39.2-r1) [2020-10-27T03:40:31.073Z] #7 3.709 (20/30) Installing libcurl (7.66.0-r1) [2020-10-27T03:40:31.073Z] #7 3.720 (21/30) Installing expat (2.2.8-r0) [2020-10-27T03:40:31.073Z] #7 3.724 (22/30) Installing pcre2 (10.33-r0) [2020-10-27T03:40:31.073Z] #7 3.737 (23/30) Installing git (2.22.4-r0) [2020-10-27T03:40:31.073Z] #7 3.944 (24/30) Installing libmnl (1.0.4-r0) [2020-10-27T03:40:31.073Z] #7 3.947 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-10-27T03:40:31.073Z] #7 3.950 (26/30) Installing iptables (1.8.3-r1) [2020-10-27T03:40:31.073Z] #7 3.975 (27/30) Installing pigz (2.4-r0) [2020-10-27T03:40:31.073Z] #7 3.982 (28/30) Installing tar (1.32-r0) [2020-10-27T03:40:31.073Z] #7 3.990 (29/30) Installing xz-libs (5.2.4-r0) [2020-10-27T03:40:31.073Z] #7 3.995 (30/30) Installing xz (5.2.4-r0) [2020-10-27T03:40:31.073Z] #7 4.002 Executing busybox-1.30.1-r3.trigger [2020-10-27T03:40:31.073Z] #7 4.009 Executing ca-certificates-20191127-r2.trigger [2020-10-27T03:40:31.073Z] #7 4.056 OK: 179 MiB in 44 packages [2020-10-27T03:40:31.073Z] #7 DONE 5.1s [2020-10-27T03:40:31.073Z] [2020-10-27T03:40:31.073Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-27T03:40:31.073Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.2s [2020-10-27T03:40:31.073Z] #14 ... [2020-10-27T03:40:31.073Z] [2020-10-27T03:40:31.073Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-10-27T03:40:31.073Z] #9 DONE 0.1s [2020-10-27T03:40:31.073Z] [2020-10-27T03:40:31.073Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-10-27T03:40:31.073Z] #10 DONE 0.1s [2020-10-27T03:40:31.073Z] [2020-10-27T03:40:31.073Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-27T03:40:31.073Z] #14 ... [2020-10-27T03:40:31.073Z] [2020-10-27T03:40:31.073Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-10-27T03:40:31.073Z] #11 DONE 0.1s [2020-10-27T03:40:31.073Z] [2020-10-27T03:40:31.073Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-27T03:40:31.332Z] #14 ... [2020-10-27T03:40:31.332Z] [2020-10-27T03:40:31.332Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-10-27T03:40:31.332Z] #12 DONE 0.1s [2020-10-27T03:40:31.332Z] [2020-10-27T03:40:31.332Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-10-27T03:40:31.332Z] #13 DONE 0.0s [2020-10-27T03:40:31.332Z] [2020-10-27T03:40:31.332Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-27T03:40:31.349Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-10-27T03:40:31.421Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:31.421Z] INFO: Testing against a local daemon [2020-10-27T03:40:31.421Z] === RUN TestPluginWithDevMounts [2020-10-27T03:40:31.421Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-10-27T03:40:31.421Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:31.421Z] PASS [2020-10-27T03:40:31.421Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2020-10-27T03:40:31.421Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-10-27T03:40:31.421Z] [2020-10-27T03:40:31.421Z] === Skipped [2020-10-27T03:40:31.421Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-10-27T03:40:31.421Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:31.421Z] [2020-10-27T03:40:31.421Z] [2020-10-27T03:40:31.421Z] DONE 1 tests, 1 skipped in 1.070s [2020-10-27T03:40:31.421Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-10-27T03:40:31.900Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 6.1s done [2020-10-27T03:40:31.900Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 [2020-10-27T03:40:31.953Z] --- PASS: TestStats (2.52s) [2020-10-27T03:40:31.953Z] === RUN TestStopContainerWithTimeout [2020-10-27T03:40:31.953Z] === RUN TestStopContainerWithTimeout/0 [2020-10-27T03:40:31.953Z] === PAUSE TestStopContainerWithTimeout/0 [2020-10-27T03:40:31.953Z] === RUN TestStopContainerWithTimeout/1 [2020-10-27T03:40:31.953Z] === PAUSE TestStopContainerWithTimeout/1 [2020-10-27T03:40:31.953Z] === RUN TestStopContainerWithTimeout/3 [2020-10-27T03:40:31.953Z] === PAUSE TestStopContainerWithTimeout/3 [2020-10-27T03:40:31.953Z] === RUN TestStopContainerWithTimeout/-1 [2020-10-27T03:40:31.953Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-10-27T03:40:31.953Z] === CONT TestStopContainerWithTimeout/0 [2020-10-27T03:40:31.953Z] === CONT TestStopContainerWithTimeout/3 [2020-10-27T03:40:31.953Z] === CONT TestStopContainerWithTimeout/1 [2020-10-27T03:40:31.953Z] === CONT TestStopContainerWithTimeout/-1 [2020-10-27T03:40:32.159Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done [2020-10-27T03:40:32.159Z] #14 DONE 8.1s [2020-10-27T03:40:32.159Z] [2020-10-27T03:40:32.159Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-10-27T03:40:32.277Z] === RUN TestDockerSuite/TestCpToStdout [2020-10-27T03:40:32.727Z] #15 0.376 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T03:40:32.840Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-10-27T03:40:33.663Z] #15 1.417 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T03:40:33.663Z] #15 1.524 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-10-27T03:40:33.663Z] #15 1.527 (2/54) Installing ncurses-libs (6.2_p20200523-r0) [2020-10-27T03:40:33.663Z] #15 1.534 (3/54) Installing readline (8.0.4-r0) [2020-10-27T03:40:33.663Z] #15 1.537 (4/54) Installing bash (5.0.17-r0) [2020-10-27T03:40:33.663Z] #15 1.548 Executing bash-5.0.17-r0.post-install [2020-10-27T03:40:33.663Z] #15 1.550 (5/54) Installing linux-headers (5.4.5-r1) [2020-10-27T03:40:33.663Z] #15 1.630 (6/54) Installing libblkid (2.35.2-r0) [2020-10-27T03:40:33.768Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-10-27T03:40:33.923Z] #15 1.634 (7/54) Installing libuuid (2.35.2-r0) [2020-10-27T03:40:33.923Z] #15 1.635 (8/54) Installing btrfs-progs-libs (5.6.1-r0) [2020-10-27T03:40:33.923Z] #15 1.641 (9/54) Installing btrfs-progs-dev (5.6.1-r0) [2020-10-27T03:40:33.923Z] #15 1.645 (10/54) Installing libgcc (9.3.0-r2) [2020-10-27T03:40:33.923Z] #15 1.647 (11/54) Installing libstdc++ (9.3.0-r2) [2020-10-27T03:40:33.923Z] #15 1.659 (12/54) Installing binutils (2.34-r1) [2020-10-27T03:40:33.923Z] #15 1.727 (13/54) Installing libmagic (5.38-r0) [2020-10-27T03:40:33.923Z] #15 1.750 (14/54) Installing file (5.38-r0) [2020-10-27T03:40:33.923Z] #15 1.751 (15/54) Installing gmp (6.2.0-r0) [2020-10-27T03:40:33.923Z] #15 1.757 (16/54) Installing isl (0.18-r0) [2020-10-27T03:40:33.923Z] #15 1.772 (17/54) Installing libgomp (9.3.0-r2) [2020-10-27T03:40:33.923Z] #15 1.775 (18/54) Installing libatomic (9.3.0-r2) [2020-10-27T03:40:33.923Z] #15 1.776 (19/54) Installing libgphobos (9.3.0-r2) [2020-10-27T03:40:33.923Z] #15 1.817 (20/54) Installing mpfr4 (4.0.2-r4) [2020-10-27T03:40:33.923Z] #15 1.823 (21/54) Installing mpc1 (1.1.0-r1) [2020-10-27T03:40:33.923Z] #15 1.824 (22/54) Installing gcc (9.3.0-r2) [2020-10-27T03:40:34.025Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-10-27T03:40:34.351Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:34.351Z] INFO: Testing against a local daemon [2020-10-27T03:40:34.351Z] === RUN TestSecretInspect [2020-10-27T03:40:34.351Z] --- SKIP: TestSecretInspect (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:34.351Z] === RUN TestSecretList [2020-10-27T03:40:34.351Z] --- SKIP: TestSecretList (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:34.351Z] === RUN TestSecretsCreateAndDelete [2020-10-27T03:40:34.351Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:34.351Z] === RUN TestSecretsUpdate [2020-10-27T03:40:34.351Z] --- SKIP: TestSecretsUpdate (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:34.351Z] === RUN TestTemplatedSecret [2020-10-27T03:40:34.351Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:34.351Z] === RUN TestSecretCreateResolve [2020-10-27T03:40:34.351Z] --- SKIP: TestSecretCreateResolve (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:34.351Z] PASS [2020-10-27T03:40:34.351Z] ok github.com/docker/docker/integration/secret 0.179s [2020-10-27T03:40:34.351Z] [2020-10-27T03:40:34.351Z] === Skipped [2020-10-27T03:40:34.351Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:34.351Z] [2020-10-27T03:40:34.351Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:34.351Z] [2020-10-27T03:40:34.351Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:34.351Z] [2020-10-27T03:40:34.351Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:34.351Z] [2020-10-27T03:40:34.351Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:34.351Z] [2020-10-27T03:40:34.351Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-10-27T03:40:34.351Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:34.351Z] [2020-10-27T03:40:34.351Z] [2020-10-27T03:40:34.351Z] DONE 6 tests, 6 skipped in 2.691s [2020-10-27T03:40:34.351Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-10-27T03:40:34.587Z] === RUN TestDockerSuite/TestCpVolumePath [2020-10-27T03:40:34.693Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-10-27T03:40:34.693Z] --- PASS: TestStopContainerWithTimeout/0 (0.90s) [2020-10-27T03:40:34.693Z] --- PASS: TestStopContainerWithTimeout/1 (2.00s) [2020-10-27T03:40:34.693Z] --- PASS: TestStopContainerWithTimeout/3 (2.62s) [2020-10-27T03:40:34.693Z] --- PASS: TestStopContainerWithTimeout/-1 (2.98s) [2020-10-27T03:40:34.693Z] === RUN TestDeleteDevicemapper [2020-10-27T03:40:34.693Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-10-27T03:40:34.693Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-27T03:40:34.693Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-27T03:40:34.863Z] #15 2.657 (23/54) Installing musl-dev (1.1.24-r9) [2020-10-27T03:40:34.863Z] #15 2.726 (24/54) Installing libc-dev (0.7.2-r3) [2020-10-27T03:40:34.863Z] #15 2.727 (25/54) Installing g++ (9.3.0-r2) [2020-10-27T03:40:35.432Z] #15 3.129 (26/54) Installing make (4.3-r0) [2020-10-27T03:40:35.432Z] #15 3.132 (27/54) Installing fortify-headers (1.1-r0) [2020-10-27T03:40:35.432Z] #15 3.134 (28/54) Installing patch (2.7.6-r6) [2020-10-27T03:40:35.432Z] #15 3.137 (29/54) Installing build-base (0.5-r2) [2020-10-27T03:40:35.432Z] #15 3.138 (30/54) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T03:40:35.432Z] #15 3.140 (31/54) Installing libcurl (7.69.1-r1) [2020-10-27T03:40:35.432Z] #15 3.146 (32/54) Installing curl (7.69.1-r1) [2020-10-27T03:40:35.432Z] #15 3.149 (33/54) Installing oniguruma (6.9.5-r2) [2020-10-27T03:40:35.432Z] #15 3.154 (34/54) Installing jq (1.6-r1) [2020-10-27T03:40:35.432Z] #15 3.160 (35/54) Installing device-mapper-libs (2.02.186-r1) [2020-10-27T03:40:35.432Z] #15 3.164 (36/54) Installing device-mapper-event-libs (2.02.186-r1) [2020-10-27T03:40:35.432Z] #15 3.165 (37/54) Installing libaio (0.3.112-r1) [2020-10-27T03:40:35.432Z] #15 3.166 (38/54) Installing lvm2-libs (2.02.186-r1) [2020-10-27T03:40:35.432Z] #15 3.193 (39/54) Installing blkid (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.195 (40/54) Installing libcap-ng (0.7.10-r1) [2020-10-27T03:40:35.432Z] #15 3.196 (41/54) Installing setpriv (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.198 (42/54) Installing libmount (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.203 (43/54) Installing libsmartcols (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.206 (44/54) Installing findmnt (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.208 (45/54) Installing mcookie (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.209 (46/54) Installing hexdump (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.210 (47/54) Installing lsblk (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.213 (48/54) Installing libfdisk (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.218 (49/54) Installing sfdisk (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.220 (50/54) Installing cfdisk (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.221 (51/54) Installing util-linux (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.255 (52/54) Installing pkgconf (1.7.2-r0) [2020-10-27T03:40:35.432Z] #15 3.258 (53/54) Installing util-linux-dev (2.35.2-r0) [2020-10-27T03:40:35.432Z] #15 3.278 (54/54) Installing lvm2-dev (2.02.186-r1) [2020-10-27T03:40:35.432Z] #15 3.282 Executing busybox-1.31.1-r16.trigger [2020-10-27T03:40:35.432Z] #15 3.288 OK: 230 MiB in 69 packages [2020-10-27T03:40:35.518Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-10-27T03:40:35.518Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-10-27T03:40:35.518Z] === RUN TestDockerSuite/TestCreateArgs [2020-10-27T03:40:35.518Z] === RUN TestDockerSuite/TestCreateByImageID [2020-10-27T03:40:35.775Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-10-27T03:40:36.000Z] #15 DONE 3.7s [2020-10-27T03:40:36.000Z] [2020-10-27T03:40:36.000Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-10-27T03:40:36.259Z] #16 DONE 0.5s [2020-10-27T03:40:36.259Z] [2020-10-27T03:40:36.259Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-10-27T03:40:36.704Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-10-27T03:40:36.704Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-10-27T03:40:36.704Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-10-27T03:40:36.784Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.84s) [2020-10-27T03:40:36.784Z] === RUN TestUpdateMemory [2020-10-27T03:40:36.831Z] #17 DONE 0.5s [2020-10-27T03:40:36.831Z] [2020-10-27T03:40:36.831Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-10-27T03:40:36.831Z] #18 DONE 0.0s [2020-10-27T03:40:36.831Z] [2020-10-27T03:40:36.831Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-10-27T03:40:36.831Z] #19 DONE 0.1s [2020-10-27T03:40:36.831Z] [2020-10-27T03:40:36.831Z] #31 [builder 1/4] COPY . . [2020-10-27T03:40:37.092Z] #31 ... [2020-10-27T03:40:37.092Z] [2020-10-27T03:40:37.092Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-10-27T03:40:37.092Z] #22 DONE 0.1s [2020-10-27T03:40:37.092Z] [2020-10-27T03:40:37.092Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-10-27T03:40:37.092Z] #26 DONE 0.1s [2020-10-27T03:40:37.092Z] [2020-10-27T03:40:37.092Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-10-27T03:40:37.092Z] #23 DONE 0.1s [2020-10-27T03:40:37.092Z] [2020-10-27T03:40:37.092Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-10-27T03:40:37.092Z] #27 DONE 0.1s [2020-10-27T03:40:37.092Z] [2020-10-27T03:40:37.092Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-10-27T03:40:37.092Z] #28 DONE 0.1s [2020-10-27T03:40:37.092Z] [2020-10-27T03:40:37.092Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-10-27T03:40:37.279Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:37.279Z] INFO: Testing against a local daemon [2020-10-27T03:40:37.279Z] === RUN TestServiceCreateInit [2020-10-27T03:40:37.279Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-27T03:40:37.279Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-27T03:40:37.279Z] --- PASS: TestServiceCreateInit (0.06s) [2020-10-27T03:40:37.279Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-27T03:40:37.279Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-27T03:40:37.279Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestCreateServiceMultipleTimes [2020-10-27T03:40:37.279Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2020-10-27T03:40:37.279Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestCreateServiceConflict [2020-10-27T03:40:37.279Z] --- SKIP: TestCreateServiceConflict (0.00s) [2020-10-27T03:40:37.279Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestCreateServiceMaxReplicas [2020-10-27T03:40:37.279Z] --- SKIP: TestCreateServiceMaxReplicas (0.06s) [2020-10-27T03:40:37.279Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-27T03:40:37.279Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2020-10-27T03:40:37.279Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestCreateServiceSecretFileMode [2020-10-27T03:40:37.279Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2020-10-27T03:40:37.279Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestCreateServiceConfigFileMode [2020-10-27T03:40:37.279Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2020-10-27T03:40:37.279Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestCreateServiceSysctls [2020-10-27T03:40:37.279Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2020-10-27T03:40:37.279Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestCreateServiceCapabilities [2020-10-27T03:40:37.279Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2020-10-27T03:40:37.279Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestInspect [2020-10-27T03:40:37.279Z] --- SKIP: TestInspect (0.00s) [2020-10-27T03:40:37.279Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestCreateJob [2020-10-27T03:40:37.279Z] --- SKIP: TestCreateJob (0.00s) [2020-10-27T03:40:37.279Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestReplicatedJob [2020-10-27T03:40:37.279Z] --- SKIP: TestReplicatedJob (0.00s) [2020-10-27T03:40:37.279Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestUpdateReplicatedJob [2020-10-27T03:40:37.279Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2020-10-27T03:40:37.279Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestServiceListWithStatuses [2020-10-27T03:40:37.279Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-10-27T03:40:37.279Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestDockerNetworkConnectAlias [2020-10-27T03:40:37.279Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2020-10-27T03:40:37.279Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestDockerNetworkReConnect [2020-10-27T03:40:37.279Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2020-10-27T03:40:37.279Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestServicePlugin [2020-10-27T03:40:37.279Z] --- SKIP: TestServicePlugin (0.00s) [2020-10-27T03:40:37.279Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.279Z] === RUN TestServiceUpdateLabel [2020-10-27T03:40:37.279Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2020-10-27T03:40:37.279Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:37.279Z] === RUN TestServiceUpdateSecrets [2020-10-27T03:40:37.279Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2020-10-27T03:40:37.279Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:37.279Z] === RUN TestServiceUpdateConfigs [2020-10-27T03:40:37.279Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2020-10-27T03:40:37.279Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:37.279Z] === RUN TestServiceUpdateNetwork [2020-10-27T03:40:37.279Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2020-10-27T03:40:37.279Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:37.279Z] === RUN TestServiceUpdatePidsLimit [2020-10-27T03:40:37.280Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2020-10-27T03:40:37.280Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:37.280Z] PASS [2020-10-27T03:40:37.280Z] ok github.com/docker/docker/integration/service 0.463s [2020-10-27T03:40:37.430Z] --- PASS: TestUpdateMemory (0.74s) [2020-10-27T03:40:37.430Z] === RUN TestUpdateCPUQuota [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === Skipped [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-27T03:40:37.744Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-27T03:40:37.744Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-27T03:40:37.744Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-27T03:40:37.744Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-10-27T03:40:37.744Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-10-27T03:40:37.744Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.06s) [2020-10-27T03:40:37.744Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-10-27T03:40:37.744Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-10-27T03:40:37.744Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-10-27T03:40:37.744Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2020-10-27T03:40:37.744Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2020-10-27T03:40:37.744Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-10-27T03:40:37.744Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-10-27T03:40:37.744Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-10-27T03:40:37.744Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-10-27T03:40:37.744Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-10-27T03:40:37.744Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-10-27T03:40:37.744Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-10-27T03:40:37.744Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-10-27T03:40:37.744Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-10-27T03:40:37.744Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-10-27T03:40:37.744Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-10-27T03:40:37.744Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-10-27T03:40:37.744Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2020-10-27T03:40:37.744Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] [2020-10-27T03:40:37.744Z] DONE 24 tests, 23 skipped in 3.377s [2020-10-27T03:40:37.744Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-10-27T03:40:38.069Z] --- PASS: TestUpdateCPUQuota (0.82s) [2020-10-27T03:40:38.069Z] === RUN TestUpdatePidsLimit [2020-10-27T03:40:38.069Z] === RUN TestUpdatePidsLimit/update_from_none [2020-10-27T03:40:38.074Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-10-27T03:40:38.074Z] === RUN TestDockerSuite/TestCreateLabels [2020-10-27T03:40:38.330Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-10-27T03:40:38.330Z] === RUN TestDockerSuite/TestCreateRM [2020-10-27T03:40:38.330Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-10-27T03:40:38.330Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-10-27T03:40:38.362Z] === RUN TestUpdatePidsLimit/no_change [2020-10-27T03:40:38.475Z] #29 ... [2020-10-27T03:40:38.475Z] [2020-10-27T03:40:38.475Z] #31 [builder 1/4] COPY . . [2020-10-27T03:40:38.475Z] #31 DONE 1.6s [2020-10-27T03:40:38.475Z] [2020-10-27T03:40:38.475Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-10-27T03:40:38.475Z] #24 1.053 + RM_GOPATH=0 [2020-10-27T03:40:38.475Z] #24 1.053 + TMP_GOPATH= [2020-10-27T03:40:38.475Z] #24 1.053 + : /build [2020-10-27T03:40:38.475Z] #24 1.053 + '[' -z '' ']' [2020-10-27T03:40:38.475Z] #24 1.053 ++ mktemp -d [2020-10-27T03:40:38.475Z] #24 1.055 + export GOPATH=/tmp/tmp.dIHimh [2020-10-27T03:40:38.475Z] #24 1.055 + GOPATH=/tmp/tmp.dIHimh [2020-10-27T03:40:38.475Z] #24 1.055 + RM_GOPATH=1 [2020-10-27T03:40:38.475Z] #24 1.055 + case "$(go env GOARCH)" in [2020-10-27T03:40:38.475Z] #24 1.060 ++ go env GOARCH [2020-10-27T03:40:38.475Z] #24 1.065 + export GO_BUILDMODE=-buildmode=pie [2020-10-27T03:40:38.475Z] #24 1.066 + GO_BUILDMODE=-buildmode=pie [2020-10-27T03:40:38.475Z] #24 1.066 ++ dirname ./install.sh [2020-10-27T03:40:38.475Z] #24 1.067 + dir=. [2020-10-27T03:40:38.475Z] #24 1.067 + bin=dockercli [2020-10-27T03:40:38.475Z] #24 1.067 + shift [2020-10-27T03:40:38.475Z] #24 1.067 + '[' '!' -f ./dockercli.installer ']' [2020-10-27T03:40:38.475Z] #24 1.068 + . ./dockercli.installer [2020-10-27T03:40:38.475Z] #24 1.068 ++ : stable [2020-10-27T03:40:38.475Z] #24 1.068 ++ : 17.06.2-ce [2020-10-27T03:40:38.475Z] #24 1.068 + install_dockercli [2020-10-27T03:40:38.475Z] #24 1.069 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-10-27T03:40:38.475Z] #24 1.069 Install docker/cli version 17.06.2-ce from stable [2020-10-27T03:40:38.475Z] #24 1.069 ++ uname -m [2020-10-27T03:40:38.475Z] #24 1.070 + arch=x86_64 [2020-10-27T03:40:38.475Z] #24 1.071 + '[' x86_64 '!=' x86_64 ']' [2020-10-27T03:40:38.475Z] #24 1.071 + url=https://download.docker.com/linux/static [2020-10-27T03:40:38.475Z] #24 1.071 + tar -xz docker/docker [2020-10-27T03:40:38.475Z] #24 1.072 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-10-27T03:40:38.587Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-10-27T03:40:38.587Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-10-27T03:40:38.655Z] === RUN TestUpdatePidsLimit/update_lower [2020-10-27T03:40:38.950Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-10-27T03:40:38.951Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-10-27T03:40:39.243Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-10-27T03:40:39.415Z] #24 ... [2020-10-27T03:40:39.415Z] [2020-10-27T03:40:39.415Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-10-27T03:40:39.415Z] #32 DONE 1.0s [2020-10-27T03:40:39.538Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-10-27T03:40:39.679Z] [2020-10-27T03:40:39.679Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-10-27T03:40:39.940Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:39.940Z] INFO: Testing against a local daemon [2020-10-27T03:40:39.940Z] === RUN TestSessionCreate [2020-10-27T03:40:39.940Z] --- SKIP: TestSessionCreate (0.00s) [2020-10-27T03:40:39.940Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:39.940Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-27T03:40:39.940Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2020-10-27T03:40:39.940Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:39.940Z] PASS [2020-10-27T03:40:39.940Z] ok github.com/docker/docker/integration/session 0.192s [2020-10-27T03:40:39.940Z] [2020-10-27T03:40:39.940Z] === Skipped [2020-10-27T03:40:39.940Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-10-27T03:40:39.940Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:39.940Z] [2020-10-27T03:40:39.940Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-10-27T03:40:39.940Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-10-27T03:40:39.940Z] [2020-10-27T03:40:39.940Z] [2020-10-27T03:40:39.940Z] DONE 2 tests, 2 skipped in 2.452s [2020-10-27T03:40:40.249Z] #33 0.882 [2020-10-27T03:40:40.405Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-10-27T03:40:40.477Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-10-27T03:40:40.477Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-10-27T03:40:40.477Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-10-27T03:40:40.511Z] #33 1.073 Removing bundles/ [2020-10-27T03:40:40.511Z] #33 1.075 [2020-10-27T03:40:40.511Z] #33 1.088 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-10-27T03:40:40.581Z] --- PASS: TestUpdatePidsLimit (2.36s) [2020-10-27T03:40:40.582Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.26s) [2020-10-27T03:40:40.582Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2020-10-27T03:40:40.582Z] --- PASS: TestUpdatePidsLimit/update_lower (0.27s) [2020-10-27T03:40:40.582Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2020-10-27T03:40:40.582Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s) [2020-10-27T03:40:40.582Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2020-10-27T03:40:40.582Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2020-10-27T03:40:40.582Z] === RUN TestUpdateRestartPolicy [2020-10-27T03:40:41.450Z] #33 ... [2020-10-27T03:40:41.450Z] [2020-10-27T03:40:41.450Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-10-27T03:40:41.450Z] #24 4.390 + mkdir -p /build [2020-10-27T03:40:41.450Z] #24 4.394 + mv docker/docker /build/ [2020-10-27T03:40:41.450Z] #24 4.395 + rmdir docker [2020-10-27T03:40:41.450Z] #24 DONE 4.5s [2020-10-27T03:40:41.450Z] [2020-10-27T03:40:41.450Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-10-27T03:40:41.450Z] #20 2.655 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-10-27T03:40:41.450Z] #20 3.368 [2020-10-27T03:40:41.451Z] #20 3.490 0.7% ############ 17.5% ########################## 36.7% ####################################### 54.7% ###################################################### 75.1% ################################################################### 93.6% ######################################################################## 100.0% [2020-10-27T03:40:41.451Z] #20 4.522 [2020-10-27T03:40:41.451Z] #20 4.659 0.8% ######################################################################## 100.0% [2020-10-27T03:40:42.391Z] #20 5.393 [2020-10-27T03:40:42.391Z] #20 5.509 #################### 28.9% ######################################################################## 100.0% [2020-10-27T03:40:42.621Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:42.621Z] INFO: Testing against a local daemon [2020-10-27T03:40:42.621Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-27T03:40:42.621Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:40:42.621Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:42.621Z] === RUN TestEventsExecDie [2020-10-27T03:40:42.621Z] --- SKIP: TestEventsExecDie (0.00s) [2020-10-27T03:40:42.621Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-10-27T03:40:42.621Z] === RUN TestEventsBackwardsCompatible [2020-10-27T03:40:42.621Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2020-10-27T03:40:42.621Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-10-27T03:40:42.621Z] === RUN TestInfoAPI [2020-10-27T03:40:42.621Z] --- PASS: TestInfoAPI (0.04s) [2020-10-27T03:40:42.621Z] === RUN TestInfoAPIWarnings [2020-10-27T03:40:42.621Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-10-27T03:40:42.621Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-27T03:40:42.621Z] === RUN TestInfoDebug [2020-10-27T03:40:42.621Z] --- SKIP: TestInfoDebug (0.00s) [2020-10-27T03:40:42.621Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-27T03:40:42.621Z] === RUN TestInfoInsecureRegistries [2020-10-27T03:40:42.621Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2020-10-27T03:40:42.621Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-27T03:40:42.621Z] === RUN TestInfoRegistryMirrors [2020-10-27T03:40:42.621Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2020-10-27T03:40:42.621Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-27T03:40:42.621Z] === RUN TestLoginFailsWithBadCredentials [2020-10-27T03:40:42.961Z] #20 5.995 [2020-10-27T03:40:43.480Z] #20 6.118 #### 6.1% ################## 25.4% ################################## 47.4% ############################################### 66.3% ################################################################ 89.4% ######################################################################## 100.0% [2020-10-27T03:40:43.600Z] --- PASS: TestLoginFailsWithBadCredentials (1.03s) [2020-10-27T03:40:43.600Z] === RUN TestPingCacheHeaders [2020-10-27T03:40:43.600Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-10-27T03:40:43.600Z] === RUN TestPingGet [2020-10-27T03:40:43.741Z] #20 6.938 [2020-10-27T03:40:44.067Z] --- PASS: TestPingGet (0.04s) [2020-10-27T03:40:44.067Z] === RUN TestPingHead [2020-10-27T03:40:44.067Z] --- PASS: TestPingHead (0.04s) [2020-10-27T03:40:44.067Z] === RUN TestVersion [2020-10-27T03:40:44.067Z] --- PASS: TestVersion (0.04s) [2020-10-27T03:40:44.067Z] PASS [2020-10-27T03:40:44.067Z] ok github.com/docker/docker/integration/system 1.422s [2020-10-27T03:40:44.067Z] [2020-10-27T03:40:44.067Z] === Skipped [2020-10-27T03:40:44.067Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:40:44.067Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-10-27T03:40:44.067Z] [2020-10-27T03:40:44.067Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-10-27T03:40:44.067Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-10-27T03:40:44.067Z] [2020-10-27T03:40:44.067Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-10-27T03:40:44.067Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-10-27T03:40:44.067Z] [2020-10-27T03:40:44.067Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-10-27T03:40:44.067Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-27T03:40:44.067Z] [2020-10-27T03:40:44.067Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-10-27T03:40:44.067Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-27T03:40:44.067Z] [2020-10-27T03:40:44.067Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-10-27T03:40:44.067Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-27T03:40:44.067Z] [2020-10-27T03:40:44.067Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-10-27T03:40:44.067Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-27T03:40:44.067Z] [2020-10-27T03:40:44.067Z] [2020-10-27T03:40:44.067Z] DONE 13 tests, 7 skipped in 3.789s [2020-10-27T03:40:44.067Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-10-27T03:40:44.650Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-10-27T03:40:44.650Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-10-27T03:40:44.650Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-10-27T03:40:44.650Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-10-27T03:40:44.650Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-10-27T03:40:44.650Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-10-27T03:40:45.212Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-10-27T03:40:46.107Z] #20 7.054 # 1.6% ##### 8.1% ######### 12.8% ########### 16.6% ################ 22.9% ################### 27.6% ####################### 32.8% ########################### 38.4% ############################# 41.0% ############################### 43.7% ################################## 48.6% ###################################### 53.1% ########################################## 58.8% ################################################ 67.7% ###################################################### 75.7% ######################################################### 79.8% ############################################################# 85.6% ################################################################# 91.0% ##################################################################### 96.5% ######################################################################## 100.0% [2020-10-27T03:40:46.141Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-10-27T03:40:46.367Z] #20 9.367 [2020-10-27T03:40:46.400Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-10-27T03:40:46.999Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:46.999Z] INFO: Testing against a local daemon [2020-10-27T03:40:46.999Z] === RUN TestVolumesCreateAndList [2020-10-27T03:40:46.999Z] --- PASS: TestVolumesCreateAndList (0.05s) [2020-10-27T03:40:46.999Z] === RUN TestVolumesRemove [2020-10-27T03:40:46.999Z] --- PASS: TestVolumesRemove (0.08s) [2020-10-27T03:40:46.999Z] === RUN TestVolumesInspect [2020-10-27T03:40:46.999Z] --- PASS: TestVolumesInspect (0.05s) [2020-10-27T03:40:46.999Z] === RUN TestVolumesInvalidJSON [2020-10-27T03:40:46.999Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-27T03:40:46.999Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-27T03:40:46.999Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-27T03:40:46.999Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-10-27T03:40:46.999Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-27T03:40:46.999Z] PASS [2020-10-27T03:40:46.999Z] ok github.com/docker/docker/integration/volume 0.732s [2020-10-27T03:40:46.999Z] [2020-10-27T03:40:46.999Z] DONE 5 tests in 3.074s [2020-10-27T03:40:46.999Z] INFO: make.ps1 ended at 10/27/2020 03:40:46 [2020-10-27T03:40:46.999Z] INFO: Integration CLI tests being run from the host: [2020-10-27T03:40:46.999Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2020-10-27T03:40:47.326Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-10-27T03:40:47.750Z] #20 10.65 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-10-27T03:40:48.010Z] #20 11.21 [2020-10-27T03:40:48.253Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-10-27T03:40:48.269Z] #20 11.33 # 2.2% ######################################################################## 100.0% [2020-10-27T03:40:48.529Z] #20 11.73 [2020-10-27T03:40:49.181Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-10-27T03:40:49.437Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-10-27T03:40:49.437Z] === RUN TestDockerSuite/TestDevicePermissions [2020-10-27T03:40:49.910Z] #20 13.01 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-10-27T03:40:49.998Z] === RUN TestDockerSuite/TestDockerFails [2020-10-27T03:40:49.998Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-10-27T03:40:49.998Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-10-27T03:40:49.998Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-10-27T03:40:50.480Z] #20 13.41 [2020-10-27T03:40:50.740Z] #20 13.63 #=#=# ######################################################################## 100.0% [2020-10-27T03:40:50.930Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-10-27T03:40:51.000Z] #20 14.05 [2020-10-27T03:40:51.187Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-10-27T03:40:52.116Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-10-27T03:40:52.372Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-10-27T03:40:52.372Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-10-27T03:40:52.372Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-10-27T03:40:52.381Z] #20 15.31 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-10-27T03:40:52.381Z] #20 15.47 skipping existing c35d46ef359f [2020-10-27T03:40:52.628Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-10-27T03:40:52.640Z] #20 ... [2020-10-27T03:40:52.641Z] [2020-10-27T03:40:52.641Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-10-27T03:40:52.641Z] #33 3.067 Building test suite binary ./integration-cli/test.main [2020-10-27T03:40:52.641Z] #33 ... [2020-10-27T03:40:52.641Z] [2020-10-27T03:40:52.641Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-10-27T03:40:52.641Z] #20 15.81 [2020-10-27T03:40:53.230Z] --- PASS: TestUpdateRestartPolicy (11.24s) [2020-10-27T03:40:53.230Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-27T03:40:53.230Z] --- PASS: TestUpdateRestartWithAutoRemove (0.54s) [2020-10-27T03:40:53.230Z] === RUN TestWaitNonBlocked [2020-10-27T03:40:53.230Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:40:53.230Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:40:53.230Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:40:53.230Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:40:53.230Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-27T03:40:53.230Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-27T03:40:53.230Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-10-27T03:40:53.230Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2020-10-27T03:40:53.230Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.75s) [2020-10-27T03:40:53.230Z] === RUN TestWaitBlocked [2020-10-27T03:40:53.230Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:40:53.230Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:40:53.230Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:40:53.230Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:40:53.230Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-27T03:40:53.230Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-10-27T03:40:53.558Z] --- PASS: TestServicePlugin (33.17s) [2020-10-27T03:40:53.558Z] plugin_test.go:62: [de4c65e60dbde] joining swarm manager [d0af97a1ad458]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T03:40:53.558Z] plugin_test.go:65: [d8b34f2dc275e] joining swarm manager [d0af97a1ad458]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T03:40:53.558Z] === RUN TestServiceUpdateLabel [2020-10-27T03:40:53.872Z] --- PASS: TestWaitBlocked (0.02s) [2020-10-27T03:40:53.872Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s) [2020-10-27T03:40:53.872Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.77s) [2020-10-27T03:40:53.872Z] === CONT TestContainerStartOnDaemonRestart [2020-10-27T03:40:53.872Z] === CONT TestDaemonHostGatewayIP [2020-10-27T03:40:53.872Z] === CONT TestContainerKillOnDaemonStart [2020-10-27T03:40:53.872Z] === CONT TestDaemonRestartIpcMode [2020-10-27T03:40:54.022Z] #20 17.03 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-10-27T03:40:54.282Z] #20 17.54 [2020-10-27T03:40:54.542Z] #20 17.65 ######################################################################## 100.0% [2020-10-27T03:40:55.112Z] #20 17.98 [2020-10-27T03:40:55.113Z] #20 18.11 Download of images into '/build' complete. [2020-10-27T03:40:55.113Z] #20 18.11 Use something like the following to load the result into a Docker daemon: [2020-10-27T03:40:55.113Z] #20 18.11 tar -cC '/build' . | docker load [2020-10-27T03:40:55.372Z] #20 DONE 18.4s [2020-10-27T03:40:55.372Z] [2020-10-27T03:40:55.372Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-10-27T03:40:56.077Z] --- PASS: TestServiceUpdateLabel (2.46s) [2020-10-27T03:40:56.077Z] === RUN TestServiceUpdateSecrets [2020-10-27T03:40:57.383Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-27T03:40:57.383Z] INFO: Testing against a local daemon [2020-10-27T03:40:57.383Z] === RUN TestDockerSuite [2020-10-27T03:40:57.383Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-10-27T03:40:57.383Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-10-27T03:40:57.383Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-10-27T03:40:57.383Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-10-27T03:40:57.383Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-10-27T03:40:57.383Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-10-27T03:40:57.383Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-10-27T03:40:57.383Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-10-27T03:40:57.847Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-10-27T03:40:58.311Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-10-27T03:40:58.369Z] --- PASS: TestContainerStartOnDaemonRestart (3.83s) [2020-10-27T03:40:58.369Z] === CONT TestIpcModeOlderClient [2020-10-27T03:40:58.369Z] --- PASS: TestIpcModeOlderClient (0.13s) [2020-10-27T03:40:58.369Z] --- PASS: TestDaemonRestartIpcMode (4.32s) [2020-10-27T03:40:58.369Z] --- PASS: TestDaemonHostGatewayIP (4.41s) [2020-10-27T03:40:58.598Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-10-27T03:40:58.666Z] #33 ... [2020-10-27T03:40:58.666Z] [2020-10-27T03:40:58.666Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-10-27T03:40:58.774Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-10-27T03:40:59.237Z] #21 DONE 0.7s [2020-10-27T03:40:59.237Z] [2020-10-27T03:40:59.237Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-10-27T03:40:59.237Z] #25 DONE 0.1s [2020-10-27T03:40:59.237Z] [2020-10-27T03:40:59.237Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-10-27T03:40:59.237Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-10-27T03:40:59.965Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-10-27T03:41:01.854Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-10-27T03:41:03.223Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-10-27T03:41:03.785Z] === RUN TestDockerSuite/TestEventsAttach [2020-10-27T03:41:04.346Z] === RUN TestDockerSuite/TestEventsCommit [2020-10-27T03:41:04.908Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-10-27T03:41:05.470Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-10-27T03:41:06.033Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-10-27T03:41:06.595Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-10-27T03:41:06.861Z] --- PASS: TestContainerKillOnDaemonStart (13.00s) [2020-10-27T03:41:06.861Z] PASS [2020-10-27T03:41:06.861Z] [2020-10-27T03:41:06.861Z] === Skipped [2020-10-27T03:41:06.861Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-10-27T03:41:06.861Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-27T03:41:06.861Z] [2020-10-27T03:41:06.861Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-27T03:41:06.861Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-27T03:41:06.861Z] [2020-10-27T03:41:06.861Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-10-27T03:41:06.861Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-27T03:41:06.861Z] [2020-10-27T03:41:06.861Z] [2020-10-27T03:41:06.861Z] DONE 193 tests, 3 skipped in 108.809s [2020-10-27T03:41:06.861Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-10-27T03:41:06.861Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:41:06.861Z] ++ set -e [2020-10-27T03:41:06.861Z] ++ '[' -n 0 ']' [2020-10-27T03:41:06.861Z] ++ set -x [2020-10-27T03:41:06.861Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:41:06.861Z] INFO: Testing against a local daemon [2020-10-27T03:41:06.861Z] === RUN TestCommitInheritsEnv [2020-10-27T03:41:07.157Z] --- PASS: TestCommitInheritsEnv (0.35s) [2020-10-27T03:41:07.157Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-27T03:41:07.157Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-10-27T03:41:07.157Z] === RUN TestImagesFilterMultiReference [2020-10-27T03:41:07.157Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-10-27T03:41:07.157Z] === RUN TestImagePullPlatformInvalid [2020-10-27T03:41:07.450Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-10-27T03:41:07.450Z] === RUN TestRemoveImageOrphaning [2020-10-27T03:41:07.744Z] --- PASS: TestRemoveImageOrphaning (0.31s) [2020-10-27T03:41:07.744Z] === RUN TestRemoveImageGarbageCollector [2020-10-27T03:41:07.744Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-10-27T03:41:07.744Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:41:07.744Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-27T03:41:07.744Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-10-27T03:41:07.744Z] === RUN TestTagInvalidReference [2020-10-27T03:41:07.744Z] --- PASS: TestTagInvalidReference (0.02s) [2020-10-27T03:41:07.744Z] === RUN TestTagValidPrefixedRepo [2020-10-27T03:41:07.744Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-10-27T03:41:07.744Z] === RUN TestTagExistedNameWithoutForce [2020-10-27T03:41:07.744Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-10-27T03:41:07.744Z] === RUN TestTagOfficialNames [2020-10-27T03:41:07.744Z] --- PASS: TestTagOfficialNames (0.03s) [2020-10-27T03:41:07.744Z] === RUN TestTagMatchesDigest [2020-10-27T03:41:07.744Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-10-27T03:41:07.744Z] === CONT TestImportExtremelyLargeImageWorks [2020-10-27T03:41:07.961Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-10-27T03:41:09.327Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-10-27T03:41:11.221Z] --- PASS: TestServiceUpdateSecrets (15.10s) [2020-10-27T03:41:11.221Z] === RUN TestServiceUpdateConfigs [2020-10-27T03:41:11.460Z] #33 ... [2020-10-27T03:41:11.460Z] [2020-10-27T03:41:11.460Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-10-27T03:41:11.460Z] #29 32.82 # github.com/docker/docker/contrib/httpserver [2020-10-27T03:41:11.460Z] #29 32.82 loadinternal: cannot find runtime/cgo [2020-10-27T03:41:11.460Z] #29 DONE 33.0s [2020-10-27T03:41:11.460Z] [2020-10-27T03:41:11.460Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-10-27T03:41:11.460Z] #33 ... [2020-10-27T03:41:11.460Z] [2020-10-27T03:41:11.460Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-10-27T03:41:11.460Z] #30 DONE 0.1s [2020-10-27T03:41:11.460Z] [2020-10-27T03:41:11.460Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-10-27T03:41:11.785Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-10-27T03:41:14.307Z] === RUN TestDockerSuite/TestEventsCopy [2020-10-27T03:41:14.870Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-10-27T03:41:15.797Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-10-27T03:41:16.053Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-10-27T03:41:16.616Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-10-27T03:41:17.543Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-10-27T03:41:18.104Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-10-27T03:41:18.361Z] === RUN TestDockerSuite/TestEventsFilterType [2020-10-27T03:41:18.617Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-10-27T03:41:18.873Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-10-27T03:41:18.873Z] === RUN TestDockerSuite/TestEventsFilters [2020-10-27T03:41:19.802Z] === RUN TestDockerSuite/TestEventsFormat [2020-10-27T03:41:20.731Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-10-27T03:41:20.731Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-10-27T03:41:20.731Z] === RUN TestDockerSuite/TestEventsImageImport [2020-10-27T03:41:21.660Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-10-27T03:41:21.660Z] === RUN TestDockerSuite/TestEventsImagePull [2020-10-27T03:41:21.915Z] === RUN TestDockerSuite/TestEventsImageTag [2020-10-27T03:41:23.281Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-10-27T03:41:23.281Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-10-27T03:41:23.281Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-10-27T03:41:23.281Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-10-27T03:41:25.169Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-10-27T03:41:25.732Z] === RUN TestDockerSuite/TestEventsRename [2020-10-27T03:41:25.989Z] --- PASS: TestServiceUpdateConfigs (14.86s) [2020-10-27T03:41:25.989Z] === RUN TestServiceUpdateNetwork [2020-10-27T03:41:26.248Z] === RUN TestDockerSuite/TestEventsResize [2020-10-27T03:41:27.175Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-10-27T03:41:33.712Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-10-27T03:41:33.712Z] === RUN TestDockerSuite/TestEventsStreaming [2020-10-27T03:41:33.968Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-10-27T03:41:36.485Z] === RUN TestDockerSuite/TestEventsTop [2020-10-27T03:41:37.412Z] === RUN TestDockerSuite/TestEventsUntag [2020-10-27T03:41:38.777Z] --- PASS: TestServiceUpdateNetwork (12.83s) [2020-10-27T03:41:38.777Z] === RUN TestServiceUpdatePidsLimit [2020-10-27T03:41:39.705Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-10-27T03:41:40.268Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-10-27T03:41:41.197Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-10-27T03:41:47.734Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-10-27T03:41:49.628Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-10-27T03:41:50.556Z] === RUN TestDockerSuite/TestExec [2020-10-27T03:41:51.487Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-10-27T03:41:52.051Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-10-27T03:41:52.614Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-10-27T03:41:53.542Z] === RUN TestDockerSuite/TestExecAPIStart [2020-10-27T03:41:54.471Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-10-27T03:41:55.402Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-10-27T03:41:55.402Z] --- PASS: TestServiceUpdatePidsLimit (16.61s) [2020-10-27T03:41:55.402Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s) [2020-10-27T03:41:55.402Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2020-10-27T03:41:55.402Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.02s) [2020-10-27T03:41:55.402Z] PASS [2020-10-27T03:41:55.402Z] [2020-10-27T03:41:55.402Z] === Skipped [2020-10-27T03:41:55.402Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-10-27T03:41:55.402Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-27T03:41:55.402Z] [2020-10-27T03:41:55.402Z] [2020-10-27T03:41:55.402Z] DONE 27 tests, 1 skipped in 183.264s [2020-10-27T03:41:55.402Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-10-27T03:41:55.402Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:41:55.402Z] ++ set -e [2020-10-27T03:41:55.402Z] ++ '[' -n 0 ']' [2020-10-27T03:41:55.402Z] ++ set -x [2020-10-27T03:41:55.402Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:41:55.658Z] INFO: Testing against a local daemon [2020-10-27T03:41:55.658Z] === RUN TestSessionCreate [2020-10-27T03:41:55.658Z] --- PASS: TestSessionCreate (0.03s) [2020-10-27T03:41:55.658Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-27T03:41:55.658Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-10-27T03:41:55.658Z] PASS [2020-10-27T03:41:55.658Z] [2020-10-27T03:41:55.658Z] DONE 2 tests in 0.236s [2020-10-27T03:41:55.658Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-10-27T03:41:55.658Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:41:55.658Z] ++ set -e [2020-10-27T03:41:55.658Z] ++ '[' -n 0 ']' [2020-10-27T03:41:55.658Z] ++ set -x [2020-10-27T03:41:55.658Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:41:55.915Z] INFO: Testing against a local daemon [2020-10-27T03:41:55.915Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-27T03:41:55.915Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:41:55.915Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-27T03:41:55.915Z] === RUN TestEventsExecDie [2020-10-27T03:41:55.915Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-10-27T03:41:56.844Z] --- PASS: TestEventsExecDie (0.93s) [2020-10-27T03:41:56.844Z] === RUN TestEventsBackwardsCompatible [2020-10-27T03:41:56.844Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-10-27T03:41:56.844Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2020-10-27T03:41:56.844Z] === RUN TestInfoBinaryCommits [2020-10-27T03:41:57.100Z] --- PASS: TestInfoBinaryCommits (0.08s) [2020-10-27T03:41:57.100Z] === RUN TestInfoAPIVersioned [2020-10-27T03:41:57.100Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-10-27T03:41:57.100Z] === RUN TestInfoDiscoveryBackend [2020-10-27T03:41:57.512Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-10-27T03:41:57.512Z] --- PASS: TestInfoDiscoveryBackend (0.56s) [2020-10-27T03:41:57.512Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-10-27T03:41:58.441Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-10-27T03:41:58.697Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-10-27T03:41:58.697Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-10-27T03:41:58.954Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-10-27T03:41:59.210Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-10-27T03:41:59.210Z] === RUN TestInfoAPI [2020-10-27T03:41:59.210Z] --- PASS: TestInfoAPI (0.05s) [2020-10-27T03:41:59.210Z] === RUN TestInfoAPIWarnings [2020-10-27T03:42:00.140Z] === RUN TestDockerSuite/TestExecCgroup [2020-10-27T03:42:01.068Z] === RUN TestDockerSuite/TestExecEnv [2020-10-27T03:42:01.324Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-10-27T03:42:02.695Z] === RUN TestDockerSuite/TestExecExitStatus [2020-10-27T03:42:02.951Z] === RUN TestDockerSuite/TestExecInspectID [2020-10-27T03:42:04.843Z] === RUN TestDockerSuite/TestExecInteractive [2020-10-27T03:42:05.405Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-10-27T03:42:05.967Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-10-27T03:42:06.530Z] === RUN TestDockerSuite/TestExecParseError [2020-10-27T03:42:07.092Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-10-27T03:42:07.656Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-10-27T03:42:08.222Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-10-27T03:42:09.151Z] === RUN TestDockerSuite/TestExecSetEnv [2020-10-27T03:42:09.713Z] === RUN TestDockerSuite/TestExecStartFails [2020-10-27T03:42:10.275Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-10-27T03:42:15.518Z] --- PASS: TestInfoAPIWarnings (16.37s) [2020-10-27T03:42:15.519Z] === RUN TestInfoDebug [2020-10-27T03:42:16.080Z] --- PASS: TestInfoDebug (0.53s) [2020-10-27T03:42:16.080Z] === RUN TestInfoInsecureRegistries [2020-10-27T03:42:16.642Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2020-10-27T03:42:16.642Z] === RUN TestInfoRegistryMirrors [2020-10-27T03:42:17.204Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-10-27T03:42:17.204Z] === RUN TestLoginFailsWithBadCredentials [2020-10-27T03:42:17.460Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s) [2020-10-27T03:42:17.460Z] === RUN TestPingCacheHeaders [2020-10-27T03:42:17.460Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-10-27T03:42:17.460Z] === RUN TestPingGet [2020-10-27T03:42:17.460Z] --- PASS: TestPingGet (0.01s) [2020-10-27T03:42:17.460Z] === RUN TestPingHead [2020-10-27T03:42:17.460Z] --- PASS: TestPingHead (0.02s) [2020-10-27T03:42:17.460Z] === RUN TestVersion [2020-10-27T03:42:17.460Z] --- PASS: TestVersion (0.02s) [2020-10-27T03:42:17.460Z] PASS [2020-10-27T03:42:17.460Z] [2020-10-27T03:42:17.460Z] === Skipped [2020-10-27T03:42:17.460Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:42:17.460Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-27T03:42:17.460Z] [2020-10-27T03:42:17.460Z] [2020-10-27T03:42:17.460Z] DONE 18 tests, 1 skipped in 21.679s [2020-10-27T03:42:17.460Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-10-27T03:42:17.460Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:42:17.460Z] ++ set -e [2020-10-27T03:42:17.460Z] ++ '[' -n 0 ']' [2020-10-27T03:42:17.460Z] ++ set -x [2020-10-27T03:42:17.460Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:42:17.460Z] INFO: Testing against a local daemon [2020-10-27T03:42:17.460Z] === RUN TestVolumesCreateAndList [2020-10-27T03:42:17.460Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-10-27T03:42:17.460Z] === RUN TestVolumesRemove [2020-10-27T03:42:17.716Z] --- PASS: TestVolumesRemove (0.06s) [2020-10-27T03:42:17.716Z] === RUN TestVolumesInspect [2020-10-27T03:42:17.716Z] --- PASS: TestVolumesInspect (0.01s) [2020-10-27T03:42:17.716Z] === RUN TestVolumesInvalidJSON [2020-10-27T03:42:17.716Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-27T03:42:17.716Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-27T03:42:17.716Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-27T03:42:17.716Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-10-27T03:42:17.717Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-27T03:42:17.717Z] PASS [2020-10-27T03:42:17.717Z] [2020-10-27T03:42:17.717Z] DONE 5 tests in 0.206s [2020-10-27T03:42:17.717Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-27T03:42:17.717Z] ++++ cat bundles/test-integration/docker.pid [2020-10-27T03:42:17.717Z] +++ kill 5595 [2020-10-27T03:42:19.086Z] +++ /etc/init.d/apparmor stop [2020-10-27T03:42:19.086Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-27T03:42:19.086Z] [2020-10-27T03:42:19.086Z] Unloading profiles will leave already running processes permanently [2020-10-27T03:42:19.086Z] unconfined, which can lead to unexpected situations. [2020-10-27T03:42:19.086Z] [2020-10-27T03:42:19.086Z] To set a process to complain mode, use the command line tool [2020-10-27T03:42:19.086Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-27T03:42:19.086Z] +++ true [2020-10-27T03:42:19.086Z] exiting test-integration [2020-10-27T03:42:19.086Z] ++ exit 0 [2020-10-27T03:42:19.086Z] [2020-10-27T03:42:19.648Z] + for job in $(jobs -p) [2020-10-27T03:42:19.648Z] + wait 22464 [2020-10-27T03:42:21.012Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-10-27T03:42:21.574Z] === RUN TestDockerSuite/TestExecTTY [2020-10-27T03:42:22.136Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-10-27T03:42:22.700Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-10-27T03:42:23.263Z] === RUN TestDockerSuite/TestExecUlimits [2020-10-27T03:42:23.825Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-10-27T03:42:23.825Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-10-27T03:42:25.191Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-10-27T03:42:25.447Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-10-27T03:42:26.375Z] === RUN TestDockerSuite/TestExecWithTERM [2020-10-27T03:42:26.936Z] === RUN TestDockerSuite/TestExecWithUser [2020-10-27T03:42:27.498Z] === RUN TestDockerSuite/TestGetContainerStats [2020-10-27T03:42:32.741Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-10-27T03:42:36.918Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-10-27T03:42:37.845Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-10-27T03:42:43.088Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-10-27T03:42:43.089Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-10-27T03:42:43.089Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-10-27T03:42:43.089Z] === RUN TestDockerSuite/TestHealth [2020-10-27T03:42:53.032Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-10-27T03:43:02.960Z] #33 139.6 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-10-27T03:43:02.960Z] #33 141.8 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-27T03:43:02.960Z] #33 143.1 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-27T03:43:02.972Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-10-27T03:43:02.972Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-10-27T03:43:02.972Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-10-27T03:43:02.972Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-10-27T03:43:02.972Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-10-27T03:43:02.972Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-10-27T03:43:02.972Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-10-27T03:43:02.972Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-10-27T03:43:02.972Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-10-27T03:43:03.227Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-10-27T03:43:03.484Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-10-27T03:43:03.484Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-10-27T03:43:04.047Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-10-27T03:43:04.047Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-10-27T03:43:04.612Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-10-27T03:43:04.612Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-10-27T03:43:04.869Z] #33 145.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-27T03:43:05.189Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-10-27T03:43:05.751Z] === RUN TestDockerSuite/TestImagesFormat [2020-10-27T03:43:05.751Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-10-27T03:43:06.313Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-10-27T03:43:07.410Z] #33 147.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-27T03:43:08.791Z] #33 149.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-27T03:43:09.579Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-10-27T03:43:09.579Z] === RUN TestDockerSuite/TestImportBadURL [2020-10-27T03:43:09.579Z] === RUN TestDockerSuite/TestImportDisplay [2020-10-27T03:43:09.730Z] #33 150.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-27T03:43:10.141Z] === RUN TestDockerSuite/TestImportFile [2020-10-27T03:43:11.111Z] #33 151.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-27T03:43:11.371Z] #33 151.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-27T03:43:11.507Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-10-27T03:43:11.507Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-10-27T03:43:12.436Z] === RUN TestDockerSuite/TestImportGzipped [2020-10-27T03:43:12.751Z] #33 153.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-27T03:43:13.366Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-10-27T03:43:13.623Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-10-27T03:43:14.659Z] #33 155.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-27T03:43:14.991Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-10-27T03:43:15.553Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-10-27T03:43:16.484Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-10-27T03:43:16.566Z] #33 156.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-27T03:43:17.413Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-10-27T03:43:17.413Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-10-27T03:43:17.670Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-10-27T03:43:17.947Z] #33 158.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-27T03:43:18.517Z] #33 159.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-27T03:43:18.599Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-10-27T03:43:18.599Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-10-27T03:43:19.169Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-10-27T03:43:19.734Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-10-27T03:43:19.990Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-10-27T03:43:20.436Z] #33 160.6 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-27T03:43:20.921Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-10-27T03:43:21.375Z] #33 161.8 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-27T03:43:21.484Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-10-27T03:43:21.484Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-10-27T03:43:22.851Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-10-27T03:43:23.283Z] #33 163.5 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-27T03:43:23.413Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-10-27T03:43:24.221Z] #33 164.7 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-27T03:43:24.344Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-10-27T03:43:24.344Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-10-27T03:43:25.274Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-10-27T03:43:25.274Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-10-27T03:43:25.601Z] #33 165.9 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-27T03:43:25.838Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-10-27T03:43:26.768Z] === RUN TestDockerSuite/TestInspectDefault [2020-10-27T03:43:26.986Z] #33 167.2 [2020-10-27T03:43:26.986Z] #33 DONE 167.3s [2020-10-27T03:43:26.986Z] [2020-10-27T03:43:26.986Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-10-27T03:43:27.330Z] === RUN TestDockerSuite/TestInspectHistory [2020-10-27T03:43:27.897Z] === RUN TestDockerSuite/TestInspectImage [2020-10-27T03:43:27.897Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-10-27T03:43:27.897Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-10-27T03:43:27.897Z] === RUN TestDockerSuite/TestInspectInt64 [2020-10-27T03:43:27.924Z] #34 DONE 1.2s [2020-10-27T03:43:28.462Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-10-27T03:43:29.024Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-10-27T03:43:29.024Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-10-27T03:43:29.586Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-10-27T03:43:29.835Z] [2020-10-27T03:43:29.835Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-10-27T03:43:29.842Z] === RUN TestDockerSuite/TestInspectPlugin [2020-10-27T03:43:30.094Z] #35 DONE 0.6s [2020-10-27T03:43:30.094Z] [2020-10-27T03:43:30.094Z] #36 exporting to image [2020-10-27T03:43:30.094Z] #36 exporting layers [2020-10-27T03:43:31.731Z] === RUN TestDockerSuite/TestInspectRootFS [2020-10-27T03:43:31.731Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-10-27T03:43:31.987Z] === RUN TestDockerSuite/TestInspectStatus [2020-10-27T03:43:32.916Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-10-27T03:43:33.384Z] #36 exporting layers 2.9s done [2020-10-27T03:43:33.384Z] #36 writing image sha256:7788f0902dacc49fd467da8ed18f623390ea0fc299c063dac1608f154d404581 done [2020-10-27T03:43:33.384Z] #36 naming to docker.io/library/moby-e2e-test done [2020-10-27T03:43:33.384Z] #36 DONE 2.9s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-10-27T03:43:33.701Z] + echo Ensuring container killed. [2020-10-27T03:43:33.701Z] Ensuring container killed. [2020-10-27T03:43:33.701Z] + docker rm -vf docker-pr1 [2020-10-27T03:43:33.701Z] Error: No such container: docker-pr1 [2020-10-27T03:43:33.701Z] + true [Pipeline] sh [2020-10-27T03:43:33.886Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-10-27T03:43:33.983Z] + echo Chowning /workspace to jenkins user [2020-10-27T03:43:33.984Z] Chowning /workspace to jenkins user [2020-10-27T03:43:33.984Z] + id -u [2020-10-27T03:43:33.984Z] + id -g [2020-10-27T03:43:33.984Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41593:/workspace busybox chown -R 1000:1000 /workspace [2020-10-27T03:43:34.142Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-27T03:43:34.705Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-10-27T03:43:34.849Z] + bundleName=unit [2020-10-27T03:43:34.849Z] + echo Creating unit-bundles.tar.gz [2020-10-27T03:43:34.849Z] Creating unit-bundles.tar.gz [2020-10-27T03:43:34.849Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-10-27T03:43:34.849Z] bundles/junit-report.xml [2020-10-27T03:43:34.849Z] bundles/go-test-report.json [2020-10-27T03:43:34.849Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-10-27T03:43:34.861Z] Archiving artifacts [2020-10-27T03:43:35.265Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41593/1/artifacts/ [Pipeline] } [2020-10-27T03:43:35.267Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [Pipeline] // catchError [Pipeline] sh [2020-10-27T03:43:35.577Z] + make clean [2020-10-27T03:43:35.577Z] docker volume rm -f docker-dev-cache [2020-10-27T03:43:35.577Z] docker-dev-cache [Pipeline] deleteDir [2020-10-27T03:43:35.830Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T03:43:36.394Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-10-27T03:43:36.650Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-10-27T03:43:36.650Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-10-27T03:43:38.016Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-10-27T03:43:38.272Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-10-27T03:43:40.167Z] === RUN TestDockerSuite/TestLinksEnvs [2020-10-27T03:43:41.098Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-10-27T03:43:41.356Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-10-27T03:43:43.252Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-10-27T03:43:45.143Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-10-27T03:43:46.510Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-10-27T03:43:46.510Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-10-27T03:43:47.878Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-10-27T03:43:47.878Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-10-27T03:43:48.439Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-10-27T03:43:54.980Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-10-27T03:43:56.347Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-10-27T03:43:56.678Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-10-27T03:43:58.233Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-10-27T03:43:58.238Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-10-27T03:44:00.129Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-10-27T03:44:00.386Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-10-27T03:44:00.441Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-10-27T03:44:00.441Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-10-27T03:44:00.441Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-10-27T03:44:00.441Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-10-27T03:44:00.441Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-10-27T03:44:02.274Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-10-27T03:44:02.274Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-10-27T03:44:02.274Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-10-27T03:44:02.274Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-10-27T03:44:02.274Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-10-27T03:44:02.837Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-10-27T03:44:03.094Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-10-27T03:44:03.376Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-10-27T03:44:03.376Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-10-27T03:44:03.376Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-10-27T03:44:07.265Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-10-27T03:44:07.266Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-10-27T03:44:10.493Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-10-27T03:44:11.429Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-10-27T03:44:11.685Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-10-27T03:44:12.616Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-10-27T03:44:12.616Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-10-27T03:44:13.985Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-10-27T03:44:14.912Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-10-27T03:44:15.842Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-10-27T03:44:16.404Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-10-27T03:44:16.967Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-10-27T03:44:17.896Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-10-27T03:44:20.425Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-10-27T03:44:21.355Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-10-27T03:44:21.612Z] === RUN TestDockerSuite/TestLogsSince [2020-10-27T03:44:29.700Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-10-27T03:44:30.335Z] --- PASS: TestImportExtremelyLargeImageWorks (192.87s) [2020-10-27T03:44:30.335Z] PASS [2020-10-27T03:44:30.335Z] [2020-10-27T03:44:30.335Z] === Skipped [2020-10-27T03:44:30.335Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-10-27T03:44:30.335Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:44:30.335Z] [2020-10-27T03:44:30.335Z] [2020-10-27T03:44:30.335Z] DONE 12 tests, 1 skipped in 193.893s [2020-10-27T03:44:30.335Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-10-27T03:44:30.335Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:44:30.335Z] ++ set -e [2020-10-27T03:44:30.335Z] ++ '[' -n 0 ']' [2020-10-27T03:44:30.335Z] ++ set -x [2020-10-27T03:44:30.335Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:44:30.335Z] INFO: Testing against a local daemon [2020-10-27T03:44:30.335Z] === RUN TestNetworkCreateDelete [2020-10-27T03:44:30.335Z] --- PASS: TestNetworkCreateDelete (0.17s) [2020-10-27T03:44:30.335Z] === RUN TestDockerNetworkDeletePreferID [2020-10-27T03:44:30.335Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2020-10-27T03:44:30.335Z] === RUN TestDaemonDNSFallback [2020-10-27T03:44:30.335Z] --- PASS: TestDaemonDNSFallback (1.53s) [2020-10-27T03:44:30.335Z] === RUN TestInspectNetwork [2020-10-27T03:44:30.335Z] === RUN TestInspectNetwork/full_network_id [2020-10-27T03:44:30.335Z] === RUN TestInspectNetwork/partial_network_id [2020-10-27T03:44:30.335Z] === RUN TestInspectNetwork/network_name [2020-10-27T03:44:30.335Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-10-27T03:44:30.335Z] --- PASS: TestInspectNetwork (7.03s) [2020-10-27T03:44:30.335Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-10-27T03:44:30.335Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-10-27T03:44:30.335Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-10-27T03:44:30.335Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-10-27T03:44:30.335Z] === RUN TestRunContainerWithBridgeNone [2020-10-27T03:44:31.853Z] --- PASS: TestRunContainerWithBridgeNone (1.85s) [2020-10-27T03:44:31.853Z] === RUN TestNetworkInvalidJSON [2020-10-27T03:44:31.853Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-27T03:44:31.853Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-27T03:44:31.853Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:44:31.853Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:44:31.853Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:44:31.853Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:44:31.853Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-27T03:44:31.853Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-27T03:44:31.853Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-27T03:44:31.853Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-10-27T03:44:31.853Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-10-27T03:44:31.853Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-10-27T03:44:31.853Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-10-27T03:44:31.853Z] === RUN TestHostIPv4BridgeLabel [2020-10-27T03:44:32.494Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-10-27T03:44:32.494Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-27T03:44:33.542Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-10-27T03:44:33.542Z] === RUN TestDaemonDefaultNetworkPools [2020-10-27T03:44:33.866Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-10-27T03:44:34.194Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2020-10-27T03:44:34.195Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-27T03:44:34.428Z] === RUN TestDockerSuite/TestLogsTail [2020-10-27T03:44:34.991Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-10-27T03:44:35.553Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-10-27T03:44:35.717Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-10-27T03:44:35.717Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-27T03:44:36.115Z] === RUN TestDockerSuite/TestMountIntoProc [2020-10-27T03:44:36.116Z] === RUN TestDockerSuite/TestMountIntoSys [2020-10-27T03:44:36.677Z] === RUN TestDockerSuite/TestNetHostname [2020-10-27T03:44:36.763Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2020-10-27T03:44:36.763Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-27T03:44:37.397Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-10-27T03:44:37.397Z] === RUN TestServiceWithPredefinedNetwork [2020-10-27T03:44:38.043Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-10-27T03:44:38.299Z] === RUN TestDockerSuite/TestNetworkEvents [2020-10-27T03:44:39.237Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-10-27T03:44:39.472Z] --- PASS: TestServiceWithPredefinedNetwork (2.05s) [2020-10-27T03:44:39.472Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-27T03:44:39.472Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:44:39.472Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:44:39.472Z] === RUN TestServiceWithDataPathPortInit [2020-10-27T03:44:40.611Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-10-27T03:44:40.867Z] === RUN TestDockerSuite/TestPluginActive [2020-10-27T03:44:42.273Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-10-27T03:44:44.799Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-10-27T03:44:48.072Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-10-27T03:44:48.329Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-10-27T03:44:48.329Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-10-27T03:44:49.837Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-10-27T03:44:53.109Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-10-27T03:44:54.846Z] --- PASS: TestServiceWithDataPathPortInit (13.81s) [2020-10-27T03:44:54.846Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-27T03:44:55.001Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-10-27T03:44:56.890Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-10-27T03:45:00.450Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.84s) [2020-10-27T03:45:00.450Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:6jkqjy9ah65rlupzl79xrt1g3 Created:2020-10-27 03:44:54.171560544 +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[aff12379edcb2dea56f248b05774a7edae9da40256bb755d555e738761e92354:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m8ubxm2zclhuqdttt97ky2492 EndpointID:fed9a7484dc86afc28ea030a5436f464ce4f3e6d7428f548c670e6bad92ef078 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:decdec386235592d0afebc60400a5ee417a919c189f7af0d9beb87db8ecddb2a 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:69ba55d9d9cf IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m8ubxm2zclhuqdttt97ky2492 EndpointID:fed9a7484dc86afc28ea030a5436f464ce4f3e6d7428f548c670e6bad92ef078 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-10-27T03:45:00.450Z] PASS [2020-10-27T03:45:00.450Z] [2020-10-27T03:45:00.450Z] === Skipped [2020-10-27T03:45:00.450Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-27T03:45:00.450Z] service_test.go:236: FLAKY_TEST [2020-10-27T03:45:00.450Z] [2020-10-27T03:45:00.450Z] [2020-10-27T03:45:00.450Z] DONE 23 tests, 1 skipped in 39.316s [2020-10-27T03:45:00.450Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-10-27T03:45:00.450Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:00.450Z] ++ set -e [2020-10-27T03:45:00.450Z] ++ '[' -n 0 ']' [2020-10-27T03:45:00.450Z] ++ set -x [2020-10-27T03:45:00.450Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:00.450Z] INFO: Testing against a local daemon [2020-10-27T03:45:00.450Z] === RUN TestDockerNetworkIpvlanPersistance [2020-10-27T03:45:00.450Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-27T03:45:00.450Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:45:00.450Z] === RUN TestDockerNetworkIpvlan [2020-10-27T03:45:00.450Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-10-27T03:45:00.450Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:45:00.450Z] PASS [2020-10-27T03:45:00.450Z] [2020-10-27T03:45:00.450Z] === Skipped [2020-10-27T03:45:00.450Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-27T03:45:00.450Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:45:00.450Z] [2020-10-27T03:45:00.450Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-10-27T03:45:00.450Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-27T03:45:00.450Z] [2020-10-27T03:45:00.450Z] [2020-10-27T03:45:00.450Z] DONE 2 tests, 2 skipped in 0.081s [2020-10-27T03:45:00.450Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-10-27T03:45:00.450Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:00.450Z] ++ set -e [2020-10-27T03:45:00.450Z] ++ '[' -n 0 ']' [2020-10-27T03:45:00.450Z] ++ set -x [2020-10-27T03:45:00.451Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:00.451Z] INFO: Testing against a local daemon [2020-10-27T03:45:00.451Z] === RUN TestDockerNetworkMacvlanPersistance [2020-10-27T03:45:01.497Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2020-10-27T03:45:01.497Z] === RUN TestDockerNetworkMacvlan [2020-10-27T03:45:02.140Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-10-27T03:45:02.545Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-10-27T03:45:02.703Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-10-27T03:45:03.184Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-10-27T03:45:03.632Z] === RUN TestDockerSuite/TestPortHostBinding [2020-10-27T03:45:04.233Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-10-27T03:45:04.563Z] === RUN TestDockerSuite/TestPortList [2020-10-27T03:45:06.320Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-10-27T03:45:08.451Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-10-27T03:45:11.106Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-10-27T03:45:11.106Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-10-27T03:45:11.988Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-10-27T03:45:12.035Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-10-27T03:45:12.627Z] --- PASS: TestDockerNetworkMacvlan (10.98s) [2020-10-27T03:45:12.627Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-10-27T03:45:12.627Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2020-10-27T03:45:12.627Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2020-10-27T03:45:12.627Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.93s) [2020-10-27T03:45:12.627Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.23s) [2020-10-27T03:45:12.627Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s) [2020-10-27T03:45:12.627Z] PASS [2020-10-27T03:45:12.627Z] [2020-10-27T03:45:12.627Z] DONE 8 tests in 12.453s [2020-10-27T03:45:12.627Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-10-27T03:45:12.627Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:12.627Z] ++ set -e [2020-10-27T03:45:12.627Z] ++ '[' -n 0 ']' [2020-10-27T03:45:12.627Z] ++ set -x [2020-10-27T03:45:12.627Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:12.627Z] testing: warning: no tests to run [2020-10-27T03:45:12.627Z] PASS [2020-10-27T03:45:12.627Z] [2020-10-27T03:45:12.627Z] DONE 0 tests in 0.012s [2020-10-27T03:45:12.627Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-10-27T03:45:12.627Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:12.627Z] ++ set -e [2020-10-27T03:45:12.627Z] ++ '[' -n 0 ']' [2020-10-27T03:45:12.627Z] ++ set -x [2020-10-27T03:45:12.627Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:12.627Z] INFO: Testing against a local daemon [2020-10-27T03:45:12.627Z] === RUN TestAuthZPluginAllowRequest [2020-10-27T03:45:14.156Z] --- PASS: TestAuthZPluginAllowRequest (1.33s) [2020-10-27T03:45:14.156Z] === RUN TestAuthZPluginTLS [2020-10-27T03:45:14.794Z] --- PASS: TestAuthZPluginTLS (0.58s) [2020-10-27T03:45:14.794Z] === RUN TestAuthZPluginDenyRequest [2020-10-27T03:45:15.088Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-10-27T03:45:15.088Z] === RUN TestAuthZPluginAPIDenyResponse [2020-10-27T03:45:15.726Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-10-27T03:45:15.726Z] === RUN TestAuthZPluginDenyResponse [2020-10-27T03:45:16.363Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2020-10-27T03:45:16.363Z] === RUN TestAuthZPluginAllowEventStream [2020-10-27T03:45:17.415Z] --- PASS: TestAuthZPluginAllowEventStream (1.30s) [2020-10-27T03:45:17.415Z] === RUN TestAuthZPluginErrorResponse [2020-10-27T03:45:18.056Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-10-27T03:45:18.056Z] === RUN TestAuthZPluginErrorRequest [2020-10-27T03:45:18.574Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-10-27T03:45:18.574Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-10-27T03:45:18.574Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-10-27T03:45:18.696Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-10-27T03:45:18.696Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-10-27T03:45:19.140Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-10-27T03:45:19.140Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-10-27T03:45:19.333Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-10-27T03:45:19.333Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-10-27T03:45:19.701Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-10-27T03:45:19.701Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-10-27T03:45:20.264Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-10-27T03:45:20.264Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-10-27T03:45:20.858Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.74s) [2020-10-27T03:45:20.858Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-10-27T03:45:21.193Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-10-27T03:45:21.193Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-10-27T03:45:22.934Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.71s) [2020-10-27T03:45:22.934Z] === RUN TestAuthZPluginHeader [2020-10-27T03:45:23.082Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-10-27T03:45:23.573Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-10-27T03:45:23.573Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-10-27T03:45:23.573Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-27T03:45:23.573Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:45:23.573Z] === RUN TestAuthZPluginV2Disable [2020-10-27T03:45:23.573Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-10-27T03:45:23.573Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:45:23.573Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-10-27T03:45:23.573Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-27T03:45:23.573Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:45:23.573Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-10-27T03:45:23.573Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-27T03:45:23.573Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:45:23.573Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-10-27T03:45:24.010Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-10-27T03:45:24.572Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-10-27T03:45:24.572Z] === RUN TestDockerSuite/TestPsByOrder [2020-10-27T03:45:27.088Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-10-27T03:45:27.345Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-10-27T03:45:31.688Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-10-27T03:45:34.212Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-10-27T03:45:34.212Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-10-27T03:45:36.731Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-10-27T03:45:36.731Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-10-27T03:45:41.501Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.75s) [2020-10-27T03:45:41.501Z] PASS [2020-10-27T03:45:41.501Z] [2020-10-27T03:45:41.501Z] === Skipped [2020-10-27T03:45:41.501Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-27T03:45:41.501Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:45:41.501Z] [2020-10-27T03:45:41.501Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-10-27T03:45:41.501Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:45:41.501Z] [2020-10-27T03:45:41.501Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-27T03:45:41.501Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:45:41.501Z] [2020-10-27T03:45:41.501Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-27T03:45:41.501Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:45:41.501Z] [2020-10-27T03:45:41.501Z] [2020-10-27T03:45:41.501Z] DONE 17 tests, 4 skipped in 27.626s [2020-10-27T03:45:41.501Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-10-27T03:45:41.501Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:41.501Z] ++ set -e [2020-10-27T03:45:41.501Z] ++ '[' -n 0 ']' [2020-10-27T03:45:41.501Z] ++ set -x [2020-10-27T03:45:41.501Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:41.501Z] INFO: Testing against a local daemon [2020-10-27T03:45:41.501Z] === RUN TestPluginInvalidJSON [2020-10-27T03:45:41.501Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:45:41.501Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:45:41.501Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-27T03:45:41.501Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-10-27T03:45:41.501Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-10-27T03:45:41.502Z] === RUN TestPluginInstall [2020-10-27T03:45:41.502Z] === RUN TestPluginInstall/no_auth [2020-10-27T03:45:43.272Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-10-27T03:45:44.641Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-10-27T03:45:45.990Z] time="2020-10-27T03:45:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:45:45.990Z] time="2020-10-27T03:45:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:603b48cd8c1dc8527efe40f8afcb4a149d241e36c3def43c71d787f20b122f59" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:45:45.990Z] time="2020-10-27T03:45:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:45:45.990Z] time="2020-10-27T03:45:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:603b48cd8c1dc8527efe40f8afcb4a149d241e36c3def43c71d787f20b122f59" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:45:45.990Z] === RUN TestPluginInstall/with_htpasswd [2020-10-27T03:45:46.535Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-10-27T03:45:46.631Z] time="2020-10-27T03:45:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:45:46.631Z] time="2020-10-27T03:45:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:def183806b5d898f256b64e3d2b206a5673e4575434e1e478872465e229cac21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:45:46.631Z] time="2020-10-27T03:45:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:45:46.631Z] time="2020-10-27T03:45:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:def183806b5d898f256b64e3d2b206a5673e4575434e1e478872465e229cac21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:45:46.924Z] === RUN TestPluginInstall/with_insecure [2020-10-27T03:45:47.463Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-10-27T03:45:47.970Z] time="2020-10-27T03:45:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:45:47.970Z] time="2020-10-27T03:45:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6e5abd087417fbc115309803978e3cc8d2890371f95a5a2c04cfdb9c435e5ee3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:45:47.970Z] time="2020-10-27T03:45:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-27T03:45:47.970Z] time="2020-10-27T03:45:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6e5abd087417fbc115309803978e3cc8d2890371f95a5a2c04cfdb9c435e5ee3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-27T03:45:48.266Z] --- PASS: TestPluginInstall (7.81s) [2020-10-27T03:45:48.266Z] --- PASS: TestPluginInstall/no_auth (5.46s) [2020-10-27T03:45:48.266Z] --- PASS: TestPluginInstall/with_htpasswd (0.95s) [2020-10-27T03:45:48.266Z] --- PASS: TestPluginInstall/with_insecure (1.39s) [2020-10-27T03:45:48.266Z] plugin_test.go:157: [d4305805d1cf8] daemon is not started [2020-10-27T03:45:48.266Z] PASS [2020-10-27T03:45:48.266Z] [2020-10-27T03:45:48.266Z] DONE 6 tests in 7.902s [2020-10-27T03:45:48.266Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-10-27T03:45:48.266Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:48.266Z] ++ set -e [2020-10-27T03:45:48.266Z] ++ '[' -n 0 ']' [2020-10-27T03:45:48.266Z] ++ set -x [2020-10-27T03:45:48.266Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:48.266Z] INFO: Testing against a local daemon [2020-10-27T03:45:48.266Z] === RUN TestExternalGraphDriver [2020-10-27T03:45:48.266Z] === RUN TestExternalGraphDriver/json [2020-10-27T03:45:48.392Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-10-27T03:45:49.760Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-10-27T03:45:50.347Z] === RUN TestExternalGraphDriver/spec [2020-10-27T03:45:51.650Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-10-27T03:45:51.868Z] === RUN TestExternalGraphDriver/pull [2020-10-27T03:45:52.578Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-10-27T03:45:52.579Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-10-27T03:45:53.140Z] === RUN TestDockerSuite/TestPsRightTagName [2020-10-27T03:45:53.971Z] --- PASS: TestExternalGraphDriver (5.44s) [2020-10-27T03:45:53.971Z] --- PASS: TestExternalGraphDriver/json (1.82s) [2020-10-27T03:45:53.971Z] --- PASS: TestExternalGraphDriver/spec (1.76s) [2020-10-27T03:45:53.971Z] --- PASS: TestExternalGraphDriver/pull (1.75s) [2020-10-27T03:45:53.971Z] === RUN TestGraphdriverPluginV2 [2020-10-27T03:45:53.971Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-10-27T03:45:53.971Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:45:53.971Z] PASS [2020-10-27T03:45:53.971Z] [2020-10-27T03:45:53.971Z] === Skipped [2020-10-27T03:45:53.971Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-10-27T03:45:53.971Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:45:53.971Z] [2020-10-27T03:45:53.971Z] [2020-10-27T03:45:53.971Z] DONE 5 tests, 1 skipped in 5.579s [2020-10-27T03:45:53.971Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-10-27T03:45:53.971Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:53.971Z] ++ set -e [2020-10-27T03:45:53.971Z] ++ '[' -n 0 ']' [2020-10-27T03:45:53.971Z] ++ set -x [2020-10-27T03:45:53.971Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:45:53.971Z] INFO: Testing against a local daemon [2020-10-27T03:45:53.971Z] === RUN TestContinueAfterPluginCrash [2020-10-27T03:45:53.971Z] === PAUSE TestContinueAfterPluginCrash [2020-10-27T03:45:53.971Z] === RUN TestReadPluginNoRead [2020-10-27T03:45:53.971Z] === PAUSE TestReadPluginNoRead [2020-10-27T03:45:53.971Z] === RUN TestDaemonStartWithLogOpt [2020-10-27T03:45:53.971Z] === PAUSE TestDaemonStartWithLogOpt [2020-10-27T03:45:53.971Z] === CONT TestContinueAfterPluginCrash [2020-10-27T03:45:53.971Z] === CONT TestDaemonStartWithLogOpt [2020-10-27T03:45:53.971Z] === CONT TestReadPluginNoRead [2020-10-27T03:45:54.515Z] === RUN TestDockerSuite/TestPsShowMounts [2020-10-27T03:45:56.409Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-10-27T03:45:56.667Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-10-27T03:45:56.667Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-10-27T03:45:56.923Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-10-27T03:45:56.923Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-10-27T03:45:57.179Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-10-27T03:45:57.743Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-10-27T03:45:58.671Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-10-27T03:45:59.585Z] === RUN TestReadPluginNoRead/default [2020-10-27T03:45:59.585Z] --- PASS: TestDaemonStartWithLogOpt (5.50s) [2020-10-27T03:45:59.599Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-10-27T03:46:00.162Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-10-27T03:46:00.634Z] === RUN TestReadPluginNoRead/disabled_caching [2020-10-27T03:46:02.157Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-10-27T03:46:02.678Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-10-27T03:46:03.191Z] --- PASS: TestReadPluginNoRead (9.39s) [2020-10-27T03:46:03.192Z] --- PASS: TestReadPluginNoRead/default (1.38s) [2020-10-27T03:46:03.192Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.47s) [2020-10-27T03:46:03.192Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.36s) [2020-10-27T03:46:03.192Z] read_test.go:92: [d6f82afb09261] daemon is not started [2020-10-27T03:46:04.703Z] --- PASS: TestContinueAfterPluginCrash (10.67s) [2020-10-27T03:46:04.703Z] PASS [2020-10-27T03:46:04.703Z] [2020-10-27T03:46:04.703Z] DONE 6 tests in 10.738s [2020-10-27T03:46:04.703Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-10-27T03:46:04.703Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:46:04.703Z] ++ set -e [2020-10-27T03:46:04.703Z] ++ '[' -n 0 ']' [2020-10-27T03:46:04.703Z] ++ set -x [2020-10-27T03:46:04.703Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:46:04.703Z] testing: warning: no tests to run [2020-10-27T03:46:04.703Z] PASS [2020-10-27T03:46:04.703Z] [2020-10-27T03:46:04.703Z] DONE 0 tests in 0.021s [2020-10-27T03:46:04.703Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-10-27T03:46:04.703Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:46:04.703Z] ++ set -e [2020-10-27T03:46:04.703Z] ++ '[' -n 0 ']' [2020-10-27T03:46:04.703Z] ++ set -x [2020-10-27T03:46:04.703Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:46:04.703Z] INFO: Testing against a local daemon [2020-10-27T03:46:04.703Z] === RUN TestPluginWithDevMounts [2020-10-27T03:46:04.703Z] === PAUSE TestPluginWithDevMounts [2020-10-27T03:46:04.703Z] === CONT TestPluginWithDevMounts [2020-10-27T03:46:06.822Z] --- PASS: TestPluginWithDevMounts (1.82s) [2020-10-27T03:46:06.822Z] PASS [2020-10-27T03:46:06.822Z] [2020-10-27T03:46:06.822Z] DONE 1 tests in 1.892s [2020-10-27T03:46:06.822Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-10-27T03:46:06.822Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:46:06.822Z] ++ set -e [2020-10-27T03:46:06.822Z] ++ '[' -n 0 ']' [2020-10-27T03:46:06.822Z] ++ set -x [2020-10-27T03:46:06.822Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:46:06.822Z] INFO: Testing against a local daemon [2020-10-27T03:46:06.822Z] === RUN TestSecretInspect [2020-10-27T03:46:07.929Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-10-27T03:46:08.345Z] --- PASS: TestSecretInspect (1.88s) [2020-10-27T03:46:08.345Z] === RUN TestSecretList [2020-10-27T03:46:08.857Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-10-27T03:46:10.423Z] --- PASS: TestSecretList (1.88s) [2020-10-27T03:46:10.423Z] === RUN TestSecretsCreateAndDelete [2020-10-27T03:46:10.750Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-10-27T03:46:10.750Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-10-27T03:46:10.750Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-10-27T03:46:10.750Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-10-27T03:46:12.512Z] --- PASS: TestSecretsCreateAndDelete (1.90s) [2020-10-27T03:46:12.512Z] === RUN TestSecretsUpdate [2020-10-27T03:46:12.650Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-10-27T03:46:13.582Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-10-27T03:46:14.038Z] --- PASS: TestSecretsUpdate (1.91s) [2020-10-27T03:46:14.038Z] === RUN TestTemplatedSecret [2020-10-27T03:46:16.099Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-10-27T03:46:16.779Z] --- PASS: TestTemplatedSecret (2.42s) [2020-10-27T03:46:16.779Z] === RUN TestSecretCreateResolve [2020-10-27T03:46:17.032Z] === RUN TestDockerSuite/TestRmiBlank [2020-10-27T03:46:17.032Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-10-27T03:46:17.032Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-10-27T03:46:18.305Z] --- PASS: TestSecretCreateResolve (1.90s) [2020-10-27T03:46:18.305Z] PASS [2020-10-27T03:46:18.305Z] [2020-10-27T03:46:18.305Z] DONE 6 tests in 11.957s [2020-10-27T03:46:18.305Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-10-27T03:46:18.305Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:46:18.305Z] ++ set -e [2020-10-27T03:46:18.305Z] ++ '[' -n 0 ']' [2020-10-27T03:46:18.305Z] ++ set -x [2020-10-27T03:46:18.305Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:46:18.606Z] INFO: Testing against a local daemon [2020-10-27T03:46:18.606Z] === RUN TestServiceCreateInit [2020-10-27T03:46:18.606Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-27T03:46:19.551Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-10-27T03:46:20.113Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-10-27T03:46:20.370Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-10-27T03:46:21.299Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-10-27T03:46:22.141Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-27T03:46:22.228Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-10-27T03:46:22.294Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-10-27T03:46:22.294Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-10-27T03:46:22.294Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-10-27T03:46:22.294Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-10-27T03:46:23.596Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-10-27T03:46:24.158Z] === RUN TestDockerSuite/TestRmiTag [2020-10-27T03:46:24.722Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-10-27T03:46:25.285Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-10-27T03:46:26.074Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-10-27T03:46:26.612Z] --- PASS: TestServiceCreateInit (7.45s) [2020-10-27T03:46:26.612Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.72s) [2020-10-27T03:46:26.612Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.70s) [2020-10-27T03:46:26.612Z] === RUN TestCreateServiceMultipleTimes [2020-10-27T03:46:27.063Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-10-27T03:46:27.063Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-10-27T03:46:27.063Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-10-27T03:46:27.063Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-10-27T03:46:27.063Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-10-27T03:46:27.804Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-10-27T03:46:28.046Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-10-27T03:46:28.366Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-10-27T03:46:28.936Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-10-27T03:46:29.196Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-10-27T03:46:30.123Z] === RUN TestDockerSuite/TestRunAddHost [2020-10-27T03:46:30.690Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-10-27T03:46:30.948Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-10-27T03:46:30.979Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-10-27T03:46:31.511Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-10-27T03:46:31.511Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-10-27T03:46:32.440Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-10-27T03:46:32.533Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-10-27T03:46:32.533Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-10-27T03:46:32.533Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-10-27T03:46:32.533Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-10-27T03:46:33.368Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-10-27T03:46:33.930Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-10-27T03:46:34.492Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-10-27T03:46:34.740Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-10-27T03:46:35.053Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-10-27T03:46:35.981Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-10-27T03:46:36.911Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-10-27T03:46:37.472Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-10-27T03:46:38.034Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-10-27T03:46:38.598Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-10-27T03:46:39.162Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-10-27T03:46:39.725Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-10-27T03:46:40.287Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-10-27T03:46:41.215Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-10-27T03:46:41.472Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-10-27T03:46:41.995Z] --- PASS: TestCreateServiceMultipleTimes (15.23s) [2020-10-27T03:46:41.995Z] === RUN TestCreateServiceConflict [2020-10-27T03:46:42.034Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-10-27T03:46:42.295Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-10-27T03:46:42.552Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-10-27T03:46:42.552Z] === RUN TestDockerSuite/TestRunBindMounts [2020-10-27T03:46:43.048Z] --- PASS: TestCreateServiceConflict (1.95s) [2020-10-27T03:46:43.048Z] === RUN TestCreateServiceMaxReplicas [2020-10-27T03:46:44.443Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-10-27T03:46:45.008Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-10-27T03:46:45.810Z] --- PASS: TestCreateServiceMaxReplicas (2.59s) [2020-10-27T03:46:45.810Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-27T03:46:45.938Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-10-27T03:46:46.195Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-10-27T03:46:47.126Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-10-27T03:46:47.126Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-10-27T03:46:47.193Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-10-27T03:46:47.383Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-10-27T03:46:47.946Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-10-27T03:46:48.510Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-10-27T03:46:48.768Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-10-27T03:46:49.336Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-10-27T03:46:49.336Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-10-27T03:46:49.898Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-10-27T03:46:49.898Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-10-27T03:46:50.826Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-10-27T03:46:51.389Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-10-27T03:46:51.646Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-10-27T03:46:52.208Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-10-27T03:46:52.465Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-10-27T03:46:53.028Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-10-27T03:46:53.959Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-10-27T03:46:54.309Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-10-27T03:46:54.309Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-10-27T03:46:54.309Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-10-27T03:46:55.328Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-10-27T03:46:56.272Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-10-27T03:46:56.532Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-10-27T03:46:57.095Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-10-27T03:46:57.658Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-10-27T03:46:58.078Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-10-27T03:46:58.221Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-10-27T03:46:58.488Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.88s) [2020-10-27T03:46:58.488Z] === RUN TestCreateServiceSecretFileMode [2020-10-27T03:46:58.785Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-10-27T03:46:59.057Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-10-27T03:46:59.714Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-10-27T03:47:01.231Z] --- PASS: TestCreateServiceSecretFileMode (2.17s) [2020-10-27T03:47:01.231Z] === RUN TestCreateServiceConfigFileMode [2020-10-27T03:47:03.127Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-10-27T03:47:03.128Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-10-27T03:47:03.128Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-10-27T03:47:03.322Z] --- PASS: TestCreateServiceConfigFileMode (2.18s) [2020-10-27T03:47:03.322Z] === RUN TestCreateServiceSysctls [2020-10-27T03:47:05.018Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-10-27T03:47:05.948Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-10-27T03:47:06.070Z] --- PASS: TestCreateServiceSysctls (2.97s) [2020-10-27T03:47:06.070Z] === RUN TestCreateServiceCapabilities [2020-10-27T03:47:07.319Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-10-27T03:47:08.164Z] --- PASS: TestCreateServiceCapabilities (2.34s) [2020-10-27T03:47:08.164Z] === RUN TestInspect [2020-10-27T03:47:08.249Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-10-27T03:47:09.431Z] === RUN TestDockerSuite/TestBuildAddScript [2020-10-27T03:47:09.431Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-10-27T03:47:09.431Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-10-27T03:47:09.431Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-10-27T03:47:09.431Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-10-27T03:47:09.431Z] === RUN TestDockerSuite/TestBuildAddTar [2020-10-27T03:47:10.768Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-10-27T03:47:10.769Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-10-27T03:47:10.769Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-10-27T03:47:10.916Z] --- PASS: TestInspect (2.55s) [2020-10-27T03:47:10.916Z] === RUN TestCreateJob [2020-10-27T03:47:11.331Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-10-27T03:47:12.701Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-10-27T03:47:12.701Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-10-27T03:47:13.657Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-10-27T03:47:14.452Z] --- PASS: TestCreateJob (3.03s) [2020-10-27T03:47:14.453Z] === RUN TestReplicatedJob [2020-10-27T03:47:15.549Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-10-27T03:47:15.549Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-10-27T03:47:16.113Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-10-27T03:47:18.004Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-10-27T03:47:18.004Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-10-27T03:47:18.260Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-10-27T03:47:18.260Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-10-27T03:47:18.823Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-10-27T03:47:18.945Z] --- PASS: TestReplicatedJob (4.89s) [2020-10-27T03:47:18.945Z] === RUN TestUpdateReplicatedJob [2020-10-27T03:47:20.190Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-10-27T03:47:20.191Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-10-27T03:47:21.122Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-10-27T03:47:21.378Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-10-27T03:47:21.635Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-10-27T03:47:21.700Z] --- PASS: TestUpdateReplicatedJob (3.01s) [2020-10-27T03:47:21.700Z] === RUN TestServiceListWithStatuses [2020-10-27T03:47:21.700Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-10-27T03:47:21.700Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-27T03:47:21.700Z] === RUN TestDockerNetworkConnectAlias [2020-10-27T03:47:21.892Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-10-27T03:47:22.457Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-10-27T03:47:22.457Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-10-27T03:47:23.388Z] === RUN TestDockerSuite/TestRunEnvironment [2020-10-27T03:47:23.950Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-10-27T03:47:24.514Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-10-27T03:47:24.514Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-10-27T03:47:25.076Z] === RUN TestDockerSuite/TestRunExitCode [2020-10-27T03:47:25.638Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-10-27T03:47:25.894Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-10-27T03:47:26.179Z] --- PASS: TestDockerNetworkConnectAlias (4.16s) [2020-10-27T03:47:26.179Z] === RUN TestDockerNetworkReConnect [2020-10-27T03:47:26.824Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-10-27T03:47:27.393Z] === RUN TestDockerSuite/TestRunExposePort [2020-10-27T03:47:27.393Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-10-27T03:47:27.393Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-10-27T03:47:27.960Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-10-27T03:47:28.522Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-10-27T03:47:29.724Z] --- PASS: TestDockerNetworkReConnect (3.18s) [2020-10-27T03:47:29.724Z] === RUN TestServicePlugin [2020-10-27T03:47:29.724Z] --- SKIP: TestServicePlugin (0.00s) [2020-10-27T03:47:29.724Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:47:29.724Z] === RUN TestServiceUpdateLabel [2020-10-27T03:47:29.890Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-10-27T03:47:29.890Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-10-27T03:47:29.890Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-10-27T03:47:31.247Z] --- PASS: TestServiceUpdateLabel (1.92s) [2020-10-27T03:47:31.247Z] === RUN TestServiceUpdateSecrets [2020-10-27T03:47:31.781Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-10-27T03:47:32.709Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-10-27T03:47:33.640Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-10-27T03:47:35.530Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-10-27T03:47:45.201Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-10-27T03:47:45.201Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-10-27T03:47:45.201Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-10-27T03:47:45.471Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-10-27T03:47:45.728Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-10-27T03:47:46.623Z] --- PASS: TestServiceUpdateSecrets (14.22s) [2020-10-27T03:47:46.623Z] === RUN TestServiceUpdateConfigs [2020-10-27T03:47:46.656Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-10-27T03:47:46.656Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-10-27T03:47:46.656Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-10-27T03:47:46.656Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-10-27T03:47:47.217Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-10-27T03:47:49.118Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-10-27T03:47:50.049Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-10-27T03:47:50.976Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-10-27T03:47:57.510Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-10-27T03:47:57.510Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-10-27T03:47:57.510Z] === RUN TestDockerSuite/TestRunModeHostname [2020-10-27T03:47:57.766Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-10-27T03:47:57.766Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-10-27T03:47:58.023Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-10-27T03:47:59.391Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-10-27T03:47:59.391Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-10-27T03:47:59.954Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-10-27T03:48:01.846Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-10-27T03:48:01.846Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-10-27T03:48:01.846Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-10-27T03:48:02.009Z] --- PASS: TestServiceUpdateConfigs (14.24s) [2020-10-27T03:48:02.009Z] === RUN TestServiceUpdateNetwork [2020-10-27T03:48:03.213Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-10-27T03:48:04.144Z] === RUN TestDockerSuite/TestRunMount [2020-10-27T03:48:08.315Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-10-27T03:48:08.573Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-10-27T03:48:09.145Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-10-27T03:48:09.707Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-10-27T03:48:11.074Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-10-27T03:48:11.636Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-10-27T03:48:12.389Z] --- PASS: TestServiceUpdateNetwork (12.29s) [2020-10-27T03:48:12.389Z] === RUN TestServiceUpdatePidsLimit [2020-10-27T03:48:12.685Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-10-27T03:48:13.004Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-10-27T03:48:13.731Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-10-27T03:48:15.243Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-10-27T03:48:15.243Z] === RUN TestDockerSuite/TestBuildBlankName [2020-10-27T03:48:15.243Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-10-27T03:48:15.523Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-10-27T03:48:16.453Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-10-27T03:48:17.824Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-10-27T03:48:18.753Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-10-27T03:48:19.974Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-10-27T03:48:20.120Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-10-27T03:48:20.120Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-10-27T03:48:20.120Z] === RUN TestDockerSuite/TestRunNetHost [2020-10-27T03:48:20.635Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-10-27T03:48:21.050Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-10-27T03:48:21.527Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-10-27T03:48:21.613Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-10-27T03:48:22.174Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-10-27T03:48:23.540Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-10-27T03:48:24.102Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-10-27T03:48:25.474Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-10-27T03:48:26.249Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-10-27T03:48:27.365Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-10-27T03:48:29.129Z] --- PASS: TestServiceUpdatePidsLimit (15.94s) [2020-10-27T03:48:29.129Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2020-10-27T03:48:29.129Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2020-10-27T03:48:29.129Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2020-10-27T03:48:29.129Z] PASS [2020-10-27T03:48:29.129Z] [2020-10-27T03:48:29.129Z] === Skipped [2020-10-27T03:48:29.129Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-10-27T03:48:29.129Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-27T03:48:29.129Z] [2020-10-27T03:48:29.129Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-10-27T03:48:29.129Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-27T03:48:29.129Z] [2020-10-27T03:48:29.129Z] [2020-10-27T03:48:29.129Z] DONE 27 tests, 2 skipped in 129.281s [2020-10-27T03:48:29.129Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-10-27T03:48:29.129Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:48:29.129Z] ++ set -e [2020-10-27T03:48:29.129Z] ++ '[' -n 0 ']' [2020-10-27T03:48:29.129Z] ++ set -x [2020-10-27T03:48:29.129Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:48:29.129Z] INFO: Testing against a local daemon [2020-10-27T03:48:29.129Z] === RUN TestSessionCreate [2020-10-27T03:48:29.129Z] --- PASS: TestSessionCreate (0.03s) [2020-10-27T03:48:29.129Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-27T03:48:29.129Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2020-10-27T03:48:29.129Z] PASS [2020-10-27T03:48:29.129Z] [2020-10-27T03:48:29.129Z] DONE 2 tests in 0.151s [2020-10-27T03:48:29.129Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-10-27T03:48:29.129Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:48:29.129Z] ++ set -e [2020-10-27T03:48:29.129Z] ++ '[' -n 0 ']' [2020-10-27T03:48:29.129Z] ++ set -x [2020-10-27T03:48:29.129Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:48:29.129Z] INFO: Testing against a local daemon [2020-10-27T03:48:29.129Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-27T03:48:29.129Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:48:29.129Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-27T03:48:29.129Z] === RUN TestEventsExecDie [2020-10-27T03:48:29.129Z] --- PASS: TestEventsExecDie (0.59s) [2020-10-27T03:48:29.129Z] === RUN TestEventsBackwardsCompatible [2020-10-27T03:48:29.129Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-10-27T03:48:29.129Z] === RUN TestInfoBinaryCommits [2020-10-27T03:48:29.129Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-10-27T03:48:29.129Z] === RUN TestInfoAPIVersioned [2020-10-27T03:48:29.129Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-10-27T03:48:29.129Z] === RUN TestInfoDiscoveryBackend [2020-10-27T03:48:29.129Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-10-27T03:48:29.129Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-10-27T03:48:29.263Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-10-27T03:48:29.519Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-10-27T03:48:29.519Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-10-27T03:48:30.083Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-10-27T03:48:30.174Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.01s) [2020-10-27T03:48:30.174Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-10-27T03:48:30.340Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-10-27T03:48:30.340Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-10-27T03:48:30.810Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-10-27T03:48:30.810Z] === RUN TestInfoAPI [2020-10-27T03:48:30.810Z] --- PASS: TestInfoAPI (0.03s) [2020-10-27T03:48:30.810Z] === RUN TestInfoAPIWarnings [2020-10-27T03:48:30.904Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-10-27T03:48:31.468Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-10-27T03:48:31.468Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-10-27T03:48:32.397Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-10-27T03:48:32.397Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-10-27T03:48:35.665Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-10-27T03:48:36.630Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-10-27T03:48:37.555Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-10-27T03:48:37.813Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-10-27T03:48:37.813Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-10-27T03:48:38.376Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-10-27T03:48:38.939Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-10-27T03:48:40.308Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-10-27T03:48:40.565Z] === RUN TestDockerSuite/TestRunPortInUse [2020-10-27T03:48:41.153Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-10-27T03:48:41.716Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-10-27T03:48:42.278Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-10-27T03:48:42.840Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-10-27T03:48:43.096Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-10-27T03:48:43.658Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-10-27T03:48:43.914Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-10-27T03:48:43.914Z] === RUN TestDockerSuite/TestRunPublishPort [2020-10-27T03:48:44.477Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-10-27T03:48:45.041Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-10-27T03:48:45.041Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-10-27T03:48:45.970Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-10-27T03:48:46.901Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-10-27T03:48:46.901Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-10-27T03:48:46.901Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-10-27T03:48:47.020Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-10-27T03:48:47.020Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-10-27T03:48:49.409Z] --- PASS: TestInfoAPIWarnings (16.31s) [2020-10-27T03:48:49.409Z] === RUN TestInfoDebug [2020-10-27T03:48:49.409Z] --- PASS: TestInfoDebug (0.53s) [2020-10-27T03:48:49.409Z] === RUN TestInfoInsecureRegistries [2020-10-27T03:48:49.409Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2020-10-27T03:48:49.409Z] === RUN TestInfoRegistryMirrors [2020-10-27T03:48:49.409Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-10-27T03:48:49.409Z] === RUN TestLoginFailsWithBadCredentials [2020-10-27T03:48:49.409Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s) [2020-10-27T03:48:49.409Z] === RUN TestPingCacheHeaders [2020-10-27T03:48:49.409Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-10-27T03:48:49.409Z] === RUN TestPingGet [2020-10-27T03:48:49.409Z] --- PASS: TestPingGet (0.02s) [2020-10-27T03:48:49.409Z] === RUN TestPingHead [2020-10-27T03:48:49.409Z] --- PASS: TestPingHead (0.04s) [2020-10-27T03:48:49.409Z] === RUN TestVersion [2020-10-27T03:48:49.409Z] --- PASS: TestVersion (0.04s) [2020-10-27T03:48:49.409Z] PASS [2020-10-27T03:48:49.409Z] [2020-10-27T03:48:49.409Z] === Skipped [2020-10-27T03:48:49.409Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-27T03:48:49.409Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-27T03:48:49.409Z] [2020-10-27T03:48:49.409Z] [2020-10-27T03:48:49.409Z] DONE 18 tests, 1 skipped in 21.274s [2020-10-27T03:48:49.409Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-10-27T03:48:49.409Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:48:49.409Z] ++ set -e [2020-10-27T03:48:49.409Z] ++ '[' -n 0 ']' [2020-10-27T03:48:49.409Z] ++ set -x [2020-10-27T03:48:49.409Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-10-27T03:48:49.409Z] INFO: Testing against a local daemon [2020-10-27T03:48:49.409Z] === RUN TestVolumesCreateAndList [2020-10-27T03:48:49.409Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-10-27T03:48:49.409Z] === RUN TestVolumesRemove [2020-10-27T03:48:49.409Z] --- PASS: TestVolumesRemove (0.07s) [2020-10-27T03:48:49.409Z] === RUN TestVolumesInspect [2020-10-27T03:48:49.409Z] --- PASS: TestVolumesInspect (0.02s) [2020-10-27T03:48:49.409Z] === RUN TestVolumesInvalidJSON [2020-10-27T03:48:49.409Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-27T03:48:49.409Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-27T03:48:49.409Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-27T03:48:49.409Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-10-27T03:48:49.409Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-27T03:48:49.409Z] PASS [2020-10-27T03:48:49.409Z] [2020-10-27T03:48:49.409Z] DONE 5 tests in 0.214s [2020-10-27T03:48:49.409Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-27T03:48:49.419Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-10-27T03:48:49.703Z] ++++ cat bundles/test-integration/docker.pid [2020-10-27T03:48:49.703Z] +++ kill 13920 [2020-10-27T03:48:50.745Z] +++ /etc/init.d/apparmor stop [2020-10-27T03:48:50.745Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-27T03:48:50.745Z] [2020-10-27T03:48:50.745Z] Unloading profiles will leave already running processes permanently [2020-10-27T03:48:50.745Z] unconfined, which can lead to unexpected situations. [2020-10-27T03:48:50.745Z] [2020-10-27T03:48:50.745Z] To set a process to complain mode, use the command line tool [2020-10-27T03:48:50.745Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-27T03:48:50.745Z] +++ true [2020-10-27T03:48:50.745Z] exiting test-integration [2020-10-27T03:48:50.745Z] ++ exit 0 [2020-10-27T03:48:50.745Z] [2020-10-27T03:48:50.787Z] === RUN TestDockerSuite/TestRunRm [2020-10-27T03:48:51.043Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-10-27T03:48:51.740Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-10-27T03:48:51.740Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-10-27T03:48:51.740Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion Post stage [Pipeline] junit [2020-10-27T03:48:52.346Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T03:48:52.932Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [Pipeline] // stage Post stage [Pipeline] sh [2020-10-27T03:48:53.318Z] + echo Ensuring container killed. [2020-10-27T03:48:53.318Z] Ensuring container killed. [2020-10-27T03:48:53.318Z] + docker rm -vf docker-pr1 [2020-10-27T03:48:53.318Z] Error: No such container: docker-pr1 [2020-10-27T03:48:53.318Z] + true [Pipeline] sh [2020-10-27T03:48:53.716Z] + echo Chowning /workspace to jenkins user [2020-10-27T03:48:53.716Z] Chowning /workspace to jenkins user [2020-10-27T03:48:53.716Z] + id -u [2020-10-27T03:48:53.716Z] + id -g [2020-10-27T03:48:53.716Z] + docker run --rm -v /home/docker/workspace/moby_PR-41593:/workspace busybox chown -R 1001:1001 /workspace [2020-10-27T03:48:53.716Z] Unable to find image 'busybox:latest' locally [2020-10-27T03:48:54.009Z] latest: Pulling from library/busybox [2020-10-27T03:48:54.009Z] a72ff6653ea1: Pulling fs layer [2020-10-27T03:48:54.303Z] a72ff6653ea1: Verifying Checksum [2020-10-27T03:48:54.303Z] a72ff6653ea1: Download complete [2020-10-27T03:48:54.606Z] a72ff6653ea1: Pull complete [2020-10-27T03:48:54.606Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d [2020-10-27T03:48:54.606Z] Status: Downloaded newer image for busybox:latest [2020-10-27T03:48:54.822Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-10-27T03:48:55.079Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-10-27T03:48:55.649Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-27T03:48:56.539Z] + bundleName=ppc64le-integration [2020-10-27T03:48:56.539Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-10-27T03:48:56.539Z] Creating ppc64le-integration-bundles.tar.gz [2020-10-27T03:48:56.539Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json+ -o -name *.log -oxargs -name tar *.prof -czf -o ppc64le-integration-bundles.tar.gz -name [2020-10-27T03:48:56.539Z] *-report.xml ) -print [Pipeline] archiveArtifacts [2020-10-27T03:48:56.585Z] Archiving artifacts [2020-10-27T03:48:57.069Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41593/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-27T03:48:57.460Z] + make clean [2020-10-27T03:48:57.550Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-10-27T03:48:57.551Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-10-27T03:48:57.569Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-10-27T03:48:57.570Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-10-27T03:48:57.570Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-10-27T03:48:57.570Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-10-27T03:48:57.570Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-10-27T03:48:57.752Z] make: command: Command not found [2020-10-27T03:48:57.752Z] make: command: Command not found [2020-10-27T03:48:57.752Z] docker volume rm -f docker-dev-cache [2020-10-27T03:48:57.752Z] docker-dev-cache [Pipeline] deleteDir [2020-10-27T03:48:57.807Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T03:49:01.077Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-10-27T03:49:03.595Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-10-27T03:49:03.852Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-10-27T03:49:04.416Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-10-27T03:49:04.672Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-10-27T03:49:05.235Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-10-27T03:49:05.796Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-10-27T03:49:06.053Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-10-27T03:49:06.615Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-10-27T03:49:07.182Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-10-27T03:49:07.438Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-10-27T03:49:09.954Z] === RUN TestDockerSuite/TestRunState [2020-10-27T03:49:10.882Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-10-27T03:49:11.138Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-10-27T03:49:11.701Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-10-27T03:49:12.281Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-10-27T03:49:12.537Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-10-27T03:49:12.537Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-10-27T03:49:13.099Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-10-27T03:49:14.027Z] === RUN TestDockerSuite/TestRunSysctls [2020-10-27T03:49:14.027Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-10-27T03:49:15.395Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-10-27T03:49:15.395Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-10-27T03:49:15.395Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-10-27T03:49:15.959Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-10-27T03:49:17.849Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-10-27T03:49:17.849Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-10-27T03:49:18.106Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-10-27T03:49:19.997Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-10-27T03:49:20.254Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-10-27T03:49:22.774Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-10-27T03:49:25.290Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-10-27T03:49:25.853Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-10-27T03:49:26.415Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-10-27T03:49:26.977Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-10-27T03:49:27.612Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-10-27T03:49:27.907Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-10-27T03:49:28.844Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-10-27T03:49:29.772Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-10-27T03:49:30.701Z] === RUN TestDockerSuite/TestRunUserByID [2020-10-27T03:49:31.373Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-10-27T03:49:31.630Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-10-27T03:49:31.630Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-10-27T03:49:31.886Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-10-27T03:49:32.142Z] === RUN TestDockerSuite/TestRunUserByName [2020-10-27T03:49:32.353Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-10-27T03:49:32.705Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-10-27T03:49:32.816Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-10-27T03:49:33.268Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-10-27T03:49:33.268Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-10-27T03:49:33.268Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-10-27T03:49:33.830Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-10-27T03:49:34.366Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-10-27T03:49:34.366Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-10-27T03:49:36.352Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-10-27T03:49:36.913Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-10-27T03:49:37.476Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-10-27T03:49:39.366Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-10-27T03:49:39.929Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-10-27T03:49:40.198Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-10-27T03:49:40.661Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-10-27T03:49:40.661Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-10-27T03:49:40.661Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-10-27T03:49:41.296Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-10-27T03:49:41.859Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-10-27T03:49:42.211Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-10-27T03:49:43.188Z] === RUN TestDockerSuite/TestBuildCmd [2020-10-27T03:49:43.230Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-10-27T03:49:43.652Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-10-27T03:49:43.793Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-10-27T03:49:44.116Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-10-27T03:49:44.580Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-10-27T03:49:44.722Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-10-27T03:49:45.285Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-10-27T03:49:45.285Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-10-27T03:49:45.285Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-10-27T03:49:45.285Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-10-27T03:49:45.285Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-10-27T03:49:45.285Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-10-27T03:49:45.847Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-10-27T03:49:46.103Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-10-27T03:49:47.032Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-10-27T03:49:47.595Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-10-27T03:49:48.157Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-10-27T03:49:48.157Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-10-27T03:49:48.721Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-10-27T03:49:48.721Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-10-27T03:49:48.721Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-10-27T03:49:48.721Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-10-27T03:49:48.721Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-10-27T03:49:48.721Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-10-27T03:49:48.721Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-10-27T03:49:48.721Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-10-27T03:49:48.721Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-10-27T03:49:48.721Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-10-27T03:49:49.286Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-10-27T03:49:49.543Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-10-27T03:49:50.107Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-10-27T03:49:50.107Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-10-27T03:49:50.417Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-10-27T03:49:50.670Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-10-27T03:49:50.670Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-10-27T03:49:51.232Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-10-27T03:49:51.232Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-10-27T03:49:51.489Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-10-27T03:49:52.050Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-10-27T03:49:52.050Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-10-27T03:49:52.050Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-10-27T03:49:52.612Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-10-27T03:49:52.614Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-10-27T03:49:52.614Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-10-27T03:49:53.539Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-10-27T03:49:53.591Z] === RUN TestDockerSuite/TestBuildContChar [2020-10-27T03:49:53.796Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-10-27T03:49:53.796Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-10-27T03:49:54.358Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-10-27T03:49:54.358Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-10-27T03:49:54.922Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-10-27T03:49:55.493Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-10-27T03:49:56.057Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-10-27T03:49:58.577Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-10-27T03:49:58.577Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-10-27T03:49:58.577Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-10-27T03:49:58.577Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-10-27T03:49:59.139Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-10-27T03:50:00.067Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-10-27T03:50:00.996Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-10-27T03:50:00.996Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-10-27T03:50:01.927Z] === RUN TestDockerSuite/TestSaveImageId [2020-10-27T03:50:02.184Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-10-27T03:50:02.440Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-10-27T03:50:03.807Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-10-27T03:50:03.807Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-10-27T03:50:05.173Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-10-27T03:50:05.173Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-10-27T03:50:05.173Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-10-27T03:50:06.542Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-10-27T03:50:07.470Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-10-27T03:50:07.725Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-10-27T03:50:07.981Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-10-27T03:50:07.981Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-10-27T03:50:07.981Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-10-27T03:50:08.464Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-10-27T03:50:08.464Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-10-27T03:50:08.543Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-10-27T03:50:08.799Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-10-27T03:50:08.928Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-10-27T03:50:10.714Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-10-27T03:50:11.129Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-10-27T03:50:11.641Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-10-27T03:50:12.106Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-10-27T03:50:12.570Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-10-27T03:50:12.570Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-10-27T03:50:13.551Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-10-27T03:50:14.015Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-10-27T03:50:14.015Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-10-27T03:50:14.015Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-10-27T03:50:15.809Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-10-27T03:50:16.737Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-10-27T03:50:17.666Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-10-27T03:50:18.595Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-10-27T03:50:19.847Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-10-27T03:50:21.863Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-10-27T03:50:23.227Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-10-27T03:50:23.483Z] === RUN TestDockerSuite/TestStartRecordError [2020-10-27T03:50:24.413Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-10-27T03:50:25.781Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-10-27T03:50:27.156Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-10-27T03:50:28.524Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-10-27T03:50:29.890Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-10-27T03:50:31.257Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-10-27T03:50:33.773Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-10-27T03:50:34.335Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-10-27T03:50:37.604Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-10-27T03:50:42.848Z] === RUN TestDockerSuite/TestStatsNoStream [2020-10-27T03:50:44.738Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-10-27T03:50:46.124Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-10-27T03:50:46.686Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-10-27T03:50:47.247Z] === RUN TestDockerSuite/TestTopPrivileged [2020-10-27T03:50:47.504Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-10-27T03:50:47.504Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-10-27T03:50:48.067Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-10-27T03:50:51.336Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-10-27T03:50:53.224Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-10-27T03:50:53.789Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-10-27T03:50:54.352Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-10-27T03:50:54.608Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-10-27T03:50:54.608Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-10-27T03:50:55.538Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-10-27T03:50:55.631Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-10-27T03:50:56.904Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-10-27T03:50:56.904Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-10-27T03:50:57.187Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-10-27T03:50:57.833Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-10-27T03:50:58.167Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-10-27T03:50:58.394Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-10-27T03:50:58.958Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-10-27T03:50:59.887Z] === RUN TestDockerSuite/TestUpdateStats [2020-10-27T03:51:01.786Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-10-27T03:51:03.677Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-10-27T03:51:03.677Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-10-27T03:51:04.007Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-10-27T03:51:04.471Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-10-27T03:51:04.606Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-10-27T03:51:04.606Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-10-27T03:51:04.936Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-10-27T03:51:04.936Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-10-27T03:51:05.402Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-10-27T03:51:05.402Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-10-27T03:51:05.535Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-10-27T03:51:06.098Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-10-27T03:51:08.616Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-10-27T03:51:11.135Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-10-27T03:51:13.028Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-10-27T03:51:14.918Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-10-27T03:51:16.810Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-10-27T03:51:19.339Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-10-27T03:51:19.595Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-10-27T03:51:21.488Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-10-27T03:51:23.380Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-10-27T03:51:24.309Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-10-27T03:51:25.237Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-10-27T03:51:26.606Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-10-27T03:51:27.973Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-10-27T03:51:29.340Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-10-27T03:51:30.707Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-10-27T03:51:32.074Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-10-27T03:51:35.446Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-10-27T03:51:35.446Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-10-27T03:51:35.446Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-10-27T03:51:38.615Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-10-27T03:51:46.699Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-10-27T03:51:46.956Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-10-27T03:51:46.956Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-10-27T03:51:46.956Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-10-27T03:51:47.518Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-10-27T03:51:47.518Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-10-27T03:51:47.518Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-10-27T03:51:47.774Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-10-27T03:51:48.337Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-10-27T03:51:48.337Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-10-27T03:51:49.269Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-10-27T03:51:49.269Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-10-27T03:51:49.525Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-10-27T03:51:49.525Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-10-27T03:51:49.525Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-10-27T03:51:51.417Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-10-27T03:51:51.417Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-10-27T03:51:51.417Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-10-27T03:51:51.417Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-10-27T03:51:51.417Z] === RUN TestDockerSuite/TestVolumeEvents [2020-10-27T03:51:57.952Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-10-27T03:51:58.208Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-10-27T03:51:58.208Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-10-27T03:51:58.208Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-10-27T03:52:00.127Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-10-27T03:52:00.675Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-10-27T03:52:00.675Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-10-27T03:52:00.675Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-10-27T03:52:02.645Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite (1382.24s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.17s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.76s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.59s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.18s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.41s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.41s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.10s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.23s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.66s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.65s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.23s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.06s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.90s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.24s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.28s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.01s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.06s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.78s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAttachDetach (1.11s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.82s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.63s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.01s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.00s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.25s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.67s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.17s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.09s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.16s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.77s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.42s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.59s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.41s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.91s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.21s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.37s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.88s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.63s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.19s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.64s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.00s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.35s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.95s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.14s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.09s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.43s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.24s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.82s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.30s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.04s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.33s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.39s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.25s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.05s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.34s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.47s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.68s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.77s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.14s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.36s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.74s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.92s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.96s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.38s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.80s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (10.72s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.37s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.81s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.88s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.47s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.92s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.23s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.25s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.65s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.96s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (7.15s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.66s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.11s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.90s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.31s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.63s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.74s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.44s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCmd (0.29s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.31s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.23s) [2020-10-27T03:52:02.645Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-10-27T03:52:02.645Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.25s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.39s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.07s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildContChar (3.21s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.18s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.48s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.27s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.86s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (12.58s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.04s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.53s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.36s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.71s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.40s) [2020-10-27T03:52:02.645Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-10-27T03:52:02.645Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.645Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-10-27T03:52:02.645Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.645Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-10-27T03:52:02.645Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.645Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-10-27T03:52:02.645Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.02s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.54s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.95s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.85s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.68s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.96s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.54s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.80s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.80s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.25s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.31s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.34s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.30s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.28s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.96s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.61s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.41s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.78s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.49s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.31s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.44s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.38s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.55s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.70s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.14s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.55s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.35s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.54s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.84s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.23s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.32s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.07s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.50s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.82s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEnv (1.61s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.39s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.06s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.25s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (18.96s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.39s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.24s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.90s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.52s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.49s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.24s) [2020-10-27T03:52:02.645Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-10-27T03:52:02.645Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.33s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildExpose (0.38s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.75s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.57s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildFails (0.73s) [2020-10-27T03:52:02.645Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.85s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.83s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.74s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildFromGit (0.91s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.24s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.65s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.47s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.68s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.37s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.05s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.92s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.97s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildHistory (3.21s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.47s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.31s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.52s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.43s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.80s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLabel (0.36s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.37s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.38s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.32s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLabels (0.37s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.99s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.31s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.05s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.19s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.23s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.36s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.07s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.34s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.35s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.23s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.80s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.89s) [2020-10-27T03:52:02.646Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-10-27T03:52:02.646Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.73s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.47s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.69s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.32s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.03s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.69s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.17s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.06s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.75s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.63s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.38s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.41s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.79s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.85s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.66s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.16s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.20s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.82s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.00s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.39s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.44s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.65s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildPATH (1.85s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.64s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.89s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.96s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.21s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.40s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildRm (3.03s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.70s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.11s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.53s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.74s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.84s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.10s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.83s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.59s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.20s) [2020-10-27T03:52:02.646Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-10-27T03:52:02.646Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.61s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildStderr (0.61s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.63s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.66s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.69s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.36s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.61s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.94s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildUser (1.22s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.73s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (15.25s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.73s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.24s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.64s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.72s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.03s) [2020-10-27T03:52:02.646Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-10-27T03:52:02.646Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.646Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-10-27T03:52:02.646Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.646Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-10-27T03:52:02.646Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.646Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2020-10-27T03:52:02.646Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.51s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.99s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.06s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.10s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.17s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.58s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.69s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.85s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.32s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.48s) [2020-10-27T03:52:02.646Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-10-27T03:52:02.646Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.87s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.07s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-10-27T03:52:02.646Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-10-27T03:52:02.646Z] docker_cli_sni_test.go:18: Flakey test [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.84s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.11s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCommitChange (1.22s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.80s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.65s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.68s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.72s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCommitTTY (1.26s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.75s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.75s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.22s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.32s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.69s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.64s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.53s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.54s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.78s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.78s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.12s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.12s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.74s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.72s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.12s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.03s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.77s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.57s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.63s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.61s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.62s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.69s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.61s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.65s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.65s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.14s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.69s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.24s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.39s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.51s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.33s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.88s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.93s) [2020-10-27T03:52:02.646Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-10-27T03:52:02.646Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.44s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.47s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.08s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (2.91s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.59s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.86s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.19s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.39s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.42s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.41s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.58s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008c2fe0_} (1.32s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1183812916_/foo_false____} (1.48s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1183812916_/foo_true____} (1.35s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3831178499_/foo_false____} (1.32s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3831178499_/foo_true____} (1.33s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3831178499_/foo_true__0xc0008c3040__} (1.31s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008c3060_} (1.35s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008c3080_} (0.45s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008c30a0_} (1.32s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008c30c0_} (1.38s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.50s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.34s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.05s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.11s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.90s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.73s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.46s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.69s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.63s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.71s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.88s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.73s) [2020-10-27T03:52:02.646Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.69s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.91s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.37s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.15s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.21s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.71s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.60s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.03s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.10s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.70s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.70s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.77s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.93s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.12s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.91s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.76s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.25s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.62s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.04s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.74s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.45s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.54s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.88s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.89s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.77s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.73s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.76s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToDot (0.66s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.19s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.95s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToStdout (0.57s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.98s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.57s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.84s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateArgs (0.08s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.40s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.78s) [2020-10-27T03:52:02.647Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-10-27T03:52:02.647Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.13s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.95s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.40s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2020-10-27T03:52:02.647Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-10-27T03:52:02.647Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.75s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.12s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.08s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.79s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.42s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.88s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.49s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.96s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.98s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.60s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.46s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.05s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.45s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.79s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.54s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.05s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.03s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.89s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.64s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.67s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.26s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.69s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsAttach (0.54s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsCommit (0.64s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.65s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.52s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.50s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.52s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.37s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.34s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.16s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsCopy (0.79s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.95s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.44s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.41s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.83s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.79s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.33s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFilters (0.96s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFormat (1.06s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.60s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.33s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2020-10-27T03:52:02.647Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-10-27T03:52:02.647Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-10-27T03:52:02.647Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-10-27T03:52:02.647Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.00s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.56s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsRename (0.60s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsResize (0.65s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.64s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.78s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.46s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.72s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsTop (0.57s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.81s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExec (0.79s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.70s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.57s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.72s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.16s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.79s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.70s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.93s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.68s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.68s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.77s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.03s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecCgroup (0.79s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecEnv (0.54s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.08s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.50s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecInspectID (1.60s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecInteractive (0.85s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.62s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.58s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecParseError (0.47s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.51s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.50s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.00s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.54s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecStartFails (0.58s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.73s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.50s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecTTY (0.65s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.57s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.48s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecUlimits (0.55s) [2020-10-27T03:52:02.647Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-10-27T03:52:02.647Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.25s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.52s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.55s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestExecWithUser (0.64s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.51s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.49s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.51s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.52s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.44s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestHealth (18.79s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.64s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.60s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.32s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.60s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.69s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.58s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.53s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.64s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImportDisplay (1.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImportFile (1.12s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.13s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImportGzipped (1.24s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.28s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.77s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.80s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.02s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.05s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.03s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.83s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.61s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.61s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.48s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.78s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.60s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.35s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.65s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.80s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.08s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.67s) [2020-10-27T03:52:02.647Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-10-27T03:52:02.647Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.72s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.02s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectDefault (0.56s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectHistory (0.58s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-10-27T03:52:02.647Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-10-27T03:52:02.647Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.47s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.47s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.47s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.65s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.45s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectStatus (0.71s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.04s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.46s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.59s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.49s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.46s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-10-27T03:52:02.647Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.62s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.42s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.16s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.33s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.76s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.90s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.37s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.41s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.27s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.55s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.53s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.93s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.76s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.54s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.58s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.48s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.48s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.45s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.48s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.81s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.03s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.28s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.06s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.97s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.15s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.83s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.54s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.87s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.61s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsSince (6.67s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.48s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.51s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsTail (0.58s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.50s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.48s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.23s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.49s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestNetHostname (1.37s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.25s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.70s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.34s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.46s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPluginActive (1.58s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.92s) [2020-10-27T03:52:02.648Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-10-27T03:52:02.648Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.30s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.36s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.66s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.16s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.53s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.49s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.84s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.87s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPortList (6.47s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.57s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.60s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.47s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.46s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.93s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.86s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.96s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.48s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsByOrder (2.04s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.72s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.88s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.53s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.31s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.91s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.29s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.80s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.08s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.88s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.50s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.49s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.08s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.54s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.46s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.67s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.52s) [2020-10-27T03:52:02.648Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-10-27T03:52:02.648Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.70s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.91s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.94s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.47s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.75s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.86s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.75s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.96s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.92s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.16s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.41s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.62s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.32s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.11s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.84s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.20s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.83s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiTag (0.34s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.62s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.57s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.46s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.58s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.87s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAddHost (0.59s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.32s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.72s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.67s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.50s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.56s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.58s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.89s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.88s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.66s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.61s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.58s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.53s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.59s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.65s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.47s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.42s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.47s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.81s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.77s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.69s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.53s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.67s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.43s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.47s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.46s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.59s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.43s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.83s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.62s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.49s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.48s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.10s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.68s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.99s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.04s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.06s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.45s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.50s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.49s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.53s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.61s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.14s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.87s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.44s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.45s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.39s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.29s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.10s) [2020-10-27T03:52:02.648Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-10-27T03:52:02.648Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.648Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-10-27T03:52:02.648Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.77s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.39s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.05s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.87s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.54s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.62s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.56s) [2020-10-27T03:52:02.648Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-10-27T03:52:02.648Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.54s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.16s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.90s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.64s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.47s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.52s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.60s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.66s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.67s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.48s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunExitCode (0.54s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.46s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.60s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.75s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunExposePort (0.04s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.56s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.53s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.16s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.28s) [2020-10-27T03:52:02.648Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-10-27T03:52:02.648Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.87s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.71s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.39s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.88s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.88s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.44s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.84s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.96s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.94s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.53s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.33s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.33s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.68s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.15s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.26s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.86s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.47s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.04s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.21s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.29s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.08s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunMount (4.43s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.46s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.65s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.41s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.66s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.31s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.35s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.44s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.01s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.96s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.39s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunNetHost (0.67s) [2020-10-27T03:52:02.648Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.59s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.52s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.35s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.85s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.70s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.57s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.67s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.53s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.55s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.74s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.61s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.56s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.64s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.53s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.66s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.46s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.56s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.59s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.66s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.51s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.49s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.62s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.70s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.11s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-10-27T03:52:02.649Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.51s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.05s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunRm (0.61s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.54s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.48s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.50s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.61s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.53s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.89s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.75s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.45s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.43s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.45s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.48s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.43s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.43s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.46s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.46s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.44s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.42s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunState (1.32s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.61s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.47s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.73s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.78s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunSysctls (1.10s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.71s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.83s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.47s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.74s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.90s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.05s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.58s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.47s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.74s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.96s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.15s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUserByID (0.68s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.18s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.45s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUserByName (0.44s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.48s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.45s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.65s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.72s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.44s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.91s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.39s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.95s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.60s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.73s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.54s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.15s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.49s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.45s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.91s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.50s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.48s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.44s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.03s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.46s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.44s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.47s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.49s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.15s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.41s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.44s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.49s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.44s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.88s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.44s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.33s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.17s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.63s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.02s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.44s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.66s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.71s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.81s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.19s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.40s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.40s) [2020-10-27T03:52:02.649Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents182868805 [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.09s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.20s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.15s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.48s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.95s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.96s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.44s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.66s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.13s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.70s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.63s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.50s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStartRecordError (1.06s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.30s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.34s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.81s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.40s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.79s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.48s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.49s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.49s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.50s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.66s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.86s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.62s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.43s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.83s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.18s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-10-27T03:52:02.649Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.95s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.62s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.55s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdateStats (3.52s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.11s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.02s) [2020-10-27T03:52:02.649Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.00s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.73s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.29s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.40s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.24s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.44s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.25s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.87s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.70s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.87s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.11s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.90s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.36s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.32s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.35s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.27s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.31s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.08s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.04s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.06s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.48s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.07s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.06s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.74s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.03s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.77s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.09s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.10s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.61s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.43s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.31s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.76s) [2020-10-27T03:52:02.649Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.41s) [2020-10-27T03:52:02.649Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-10-27T03:52:02.649Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-10-27T03:52:02.649Z] === RUN TestDockerRegistrySuite [2020-10-27T03:52:02.649Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-10-27T03:52:03.578Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-10-27T03:52:04.443Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-10-27T03:52:04.505Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-10-27T03:52:05.871Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-10-27T03:52:06.128Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-10-27T03:52:07.384Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-10-27T03:52:08.646Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-10-27T03:52:09.588Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-10-27T03:52:11.914Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-10-27T03:52:14.432Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-10-27T03:52:14.996Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-10-27T03:52:15.926Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-10-27T03:52:16.861Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-10-27T03:52:18.228Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-10-27T03:52:19.156Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-10-27T03:52:20.523Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-10-27T03:52:21.452Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-10-27T03:52:23.343Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-10-27T03:52:25.235Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-10-27T03:52:26.162Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-10-27T03:52:28.054Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-10-27T03:52:28.982Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-10-27T03:52:28.982Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-10-27T03:52:29.910Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-10-27T03:52:30.839Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-10-27T03:52:31.773Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-10-27T03:52:34.290Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-10-27T03:52:34.546Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-10-27T03:52:35.475Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-10-27T03:52:36.037Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-10-27T03:52:36.037Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-10-27T03:52:36.295Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-10-27T03:52:36.551Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-10-27T03:52:36.807Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-10-27T03:52:37.065Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-10-27T03:52:37.998Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-10-27T03:52:39.366Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-10-27T03:52:40.294Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-10-27T03:52:41.225Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-10-27T03:52:42.154Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite (40.58s) [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.16s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d6f7433c29caa] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.06s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d55cf989a4061] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.29s) [2020-10-27T03:52:43.083Z] check_test.go:196: [da68ec70f57e2] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2020-10-27T03:52:43.083Z] check_test.go:196: [df65e558e5be5] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.72s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d6a76e60089c1] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.80s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d5695c4ca2f3f] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.57s) [2020-10-27T03:52:43.083Z] check_test.go:196: [db9ac16fd1afc] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.99s) [2020-10-27T03:52:43.083Z] check_test.go:196: [dbe7b86a84986] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.82s) [2020-10-27T03:52:43.083Z] check_test.go:196: [dac8664d5ca01] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.03s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d7bfa4dc38dcb] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.07s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d5f9c86e04fbd] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.09s) [2020-10-27T03:52:43.083Z] check_test.go:196: [dd42fcba2dd86] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.17s) [2020-10-27T03:52:43.083Z] check_test.go:196: [dc16628f7db58] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.05s) [2020-10-27T03:52:43.083Z] check_test.go:196: [dd9fc6031779a] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.86s) [2020-10-27T03:52:43.083Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:85f4eb2a2d82d08ffa7d400cb5dc0298bd1661f07c1beb1174d2f366fde04c09 [2020-10-27T03:52:43.083Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d2e4f7f002dd230c5ccd255b25746bec0b875b30c69560ccc98fbb73e8f9822d [2020-10-27T03:52:43.083Z] check_test.go:196: [d166901b95243] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.79s) [2020-10-27T03:52:43.083Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:291a66b1b3ac97172c229220a32fdba404f2178f3f88e93afa1ef6e588b8d353 [2020-10-27T03:52:43.083Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b9077bbeacb4352f3b20400ac4436fbee9f57fba6d3f7dac8d3d8d9c95b4fb45 [2020-10-27T03:52:43.083Z] check_test.go:196: [d6b13273b3d1f] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.97s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d4d9db09e00f8] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.04s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d64bedb151390] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.93s) [2020-10-27T03:52:43.083Z] check_test.go:196: [dba04ad9b5ba4] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-10-27T03:52:43.083Z] check_test.go:196: [df7c0440eb309] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.94s) [2020-10-27T03:52:43.083Z] check_test.go:196: [db982e8960565] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.85s) [2020-10-27T03:52:43.083Z] check_test.go:196: [dc906071d728b] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d30bac656a6e4] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.35s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d29e40f77d156] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d6bbd3890a6d9] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.01s) [2020-10-27T03:52:43.083Z] check_test.go:196: [dbfda2c9b6ef5] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.40s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d881aa4d27fd4] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d158bcf42ff3b] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d8a459d41dfb4] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d595f82f57393] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d49b6961206b2] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d41a6c27ec532] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.01s) [2020-10-27T03:52:43.083Z] check_test.go:196: [dc8176d210e73] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.42s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d43846043cb0b] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.80s) [2020-10-27T03:52:43.083Z] check_test.go:196: [ddd337ab3680d] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.07s) [2020-10-27T03:52:43.083Z] check_test.go:196: [d5dc36582e8ff] daemon is not started [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2020-10-27T03:52:43.083Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2020-10-27T03:52:43.083Z] === RUN TestDockerSchema1RegistrySuite [2020-10-27T03:52:43.083Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-10-27T03:52:43.083Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-10-27T03:52:46.354Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-10-27T03:52:48.877Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-10-27T03:52:52.147Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-10-27T03:52:52.711Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-10-27T03:52:53.640Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-10-27T03:52:53.640Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-10-27T03:52:54.568Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-10-27T03:52:55.497Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-10-27T03:52:56.426Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-10-27T03:52:58.945Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-10-27T03:52:59.202Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-10-27T03:52:59.764Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-10-27T03:52:59.764Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-10-27T03:53:00.021Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-10-27T03:53:00.277Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-10-27T03:53:00.841Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite (17.83s) [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d936ebecf7409] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.77s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d8841fcb6610e] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.81s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d3fece4619b57] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.84s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d1ca5eb61ad4d] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.02s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d5941ab64aa1c] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.97s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d30d629bf37d9] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d8db8f373722f] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.01s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d90446b5f3027] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d9297d0e3e445] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.85s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d8a70b607e605] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.44s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d64b2a7f05927] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d0414385a0af6] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.37s) [2020-10-27T03:53:00.841Z] check_test.go:223: [dbce659e65bf7] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-10-27T03:53:00.841Z] check_test.go:223: [dcea0ad7cd2f8] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-10-27T03:53:00.841Z] check_test.go:223: [ded27c31b05a2] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2020-10-27T03:53:00.841Z] check_test.go:223: [d3111c58ae674] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s) [2020-10-27T03:53:00.841Z] check_test.go:223: [dc9dd5d31ef80] daemon is not started [2020-10-27T03:53:00.841Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-10-27T03:53:00.841Z] check_test.go:223: [dc763d4399aa2] daemon is not started [2020-10-27T03:53:00.841Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-10-27T03:53:00.841Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-10-27T03:53:01.404Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-10-27T03:53:01.966Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-10-27T03:53:02.222Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-10-27T03:53:03.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-10-27T03:53:03.590Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-10-27T03:53:03.846Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-10-27T03:53:04.409Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-10-27T03:53:04.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.74s) [2020-10-27T03:53:04.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.74s) [2020-10-27T03:53:04.409Z] check_test.go:252: [d9803f1229d4d] daemon is not started [2020-10-27T03:53:04.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.48s) [2020-10-27T03:53:04.409Z] check_test.go:252: [dd5a9e31ba968] daemon is not started [2020-10-27T03:53:04.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-10-27T03:53:04.409Z] check_test.go:252: [d6a4bd99f8bc2] daemon is not started [2020-10-27T03:53:04.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.11s) [2020-10-27T03:53:04.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-10-27T03:53:04.409Z] check_test.go:252: [dede01b4f2bc7] daemon is not started [2020-10-27T03:53:04.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s) [2020-10-27T03:53:04.409Z] check_test.go:252: [dd8235f407a4e] daemon is not started [2020-10-27T03:53:04.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.50s) [2020-10-27T03:53:04.409Z] check_test.go:252: [dcc3e1ead6a8b] daemon is not started [2020-10-27T03:53:04.409Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-10-27T03:53:04.409Z] check_test.go:252: [dc71abc5c6a63] daemon is not started [2020-10-27T03:53:04.409Z] === RUN TestDockerRegistryAuthTokenSuite [2020-10-27T03:53:04.409Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-10-27T03:53:09.653Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-10-27T03:53:09.909Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-10-27T03:53:09.909Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-10-27T03:53:10.165Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-10-27T03:53:10.165Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2020-10-27T03:53:10.165Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-10-27T03:53:10.165Z] check_test.go:279: [d871e6ed5e08b] daemon is not started [2020-10-27T03:53:10.165Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-10-27T03:53:10.165Z] check_test.go:279: [da721362aeec3] daemon is not started [2020-10-27T03:53:10.165Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-10-27T03:53:10.165Z] check_test.go:279: [d1aeb7a96026c] daemon is not started [2020-10-27T03:53:10.165Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-10-27T03:53:10.165Z] check_test.go:279: [ddca9b04d0df3] daemon is not started [2020-10-27T03:53:10.165Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2020-10-27T03:53:10.165Z] check_test.go:279: [d251eb1da8025] daemon is not started [2020-10-27T03:53:10.165Z] === RUN TestDockerNetworkSuite [2020-10-27T03:53:10.165Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-10-27T03:53:12.683Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-10-27T03:53:12.940Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-10-27T03:53:16.210Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-10-27T03:53:17.575Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-10-27T03:53:20.095Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-10-27T03:53:21.462Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-10-27T03:53:21.816Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-10-27T03:53:21.816Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-10-27T03:53:21.816Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-10-27T03:53:26.725Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-10-27T03:53:29.243Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-10-27T03:53:30.609Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-10-27T03:53:30.866Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-10-27T03:53:31.428Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-10-27T03:53:32.357Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-10-27T03:53:32.919Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-10-27T03:53:33.175Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-10-27T03:53:33.431Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-10-27T03:53:34.362Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-10-27T03:53:34.362Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-10-27T03:53:34.362Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-10-27T03:53:34.618Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-10-27T03:53:35.546Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-10-27T03:53:36.474Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-10-27T03:53:36.474Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-10-27T03:53:36.731Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-10-27T03:53:36.987Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-10-27T03:53:39.524Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-10-27T03:53:40.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-10-27T03:53:47.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-10-27T03:53:47.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-10-27T03:53:47.688Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-10-27T03:53:47.944Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-10-27T03:53:47.944Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-10-27T03:53:48.201Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-10-27T03:53:48.458Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-10-27T03:53:48.458Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-10-27T03:53:50.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-10-27T03:53:50.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-10-27T03:53:50.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-10-27T03:53:51.540Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-10-27T03:53:55.708Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-10-27T03:53:58.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-10-27T03:53:58.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-10-27T03:53:59.154Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-10-27T03:54:00.539Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-10-27T03:54:00.539Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-10-27T03:54:01.467Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-10-27T03:54:01.723Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-10-27T03:54:03.090Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite (57.57s) [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.04s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d44b125ea4d4f] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.71s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [dda81497eff88] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.82s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [dc1b81afda78d] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.48s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d92a126bff48e] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.50s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:1233: [d2de987d220fb] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.41s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [daac8b0c8e45a] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.45s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d5eb0ab98e114] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.50s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d57e77f862d29] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.16s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d72bf41525080] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.53s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [db05a8d0e10eb] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [dc0ce7764c4dd] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.88s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d30a5abc693c6] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.87s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [dabb8e64441b6] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [dc415d6eeccb8] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d0927f7009db9] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.72s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [ddf98338a2ee2] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d4707d5eb5dc7] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [dcaffe7c7a758] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [daf3bc461dcd1] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.74s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [da81f3cbb69c0] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.13s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d8cb8fef43b07] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [dd2c29d4dfef8] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [db449c96c06a3] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [df267db0d55d0] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.38s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:968: [da98da6c1acaa] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.72s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d89b8adcb8302] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.83s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:1116: [dec177b0b0ad9] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d84f1aa59a927] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.80s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d79277a881de7] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d85d5a4f3e46e] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [dd06efea67028] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [df6f0b91d06af] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [dace922452a0e] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [de2c929406c2f] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.44s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d098cefefcef9] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [d0449f845bc94] daemon is not started [2020-10-27T03:54:08.337Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [dfb701ecdcfde] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.80s) [2020-10-27T03:54:08.337Z] docker_cli_network_unix_test.go:46: [dcccf1ab3fe7c] daemon is not started [2020-10-27T03:54:08.337Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.40s) [2020-10-27T03:54:08.338Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.14s) [2020-10-27T03:54:08.338Z] docker_cli_network_unix_test.go:1084: [d3763f5023755] daemon is not started [2020-10-27T03:54:08.338Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-10-27T03:54:08.338Z] docker_cli_network_unix_test.go:46: [d7b4a784b19ad] daemon is not started [2020-10-27T03:54:08.338Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.79s) [2020-10-27T03:54:08.338Z] docker_cli_network_unix_test.go:46: [d620aa32d09e4] daemon is not started [2020-10-27T03:54:08.338Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.56s) [2020-10-27T03:54:08.338Z] docker_cli_network_unix_test.go:46: [da27f0497e6b8] daemon is not started [2020-10-27T03:54:08.338Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-10-27T03:54:08.338Z] docker_cli_network_unix_test.go:46: [d48a9241060db] daemon is not started [2020-10-27T03:54:08.338Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.75s) [2020-10-27T03:54:08.338Z] docker_cli_network_unix_test.go:46: [dbf35debf993a] daemon is not started [2020-10-27T03:54:08.338Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.46s) [2020-10-27T03:54:08.338Z] docker_cli_network_unix_test.go:46: [db31d6f3c1b7a] daemon is not started [2020-10-27T03:54:08.338Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.10s) [2020-10-27T03:54:08.338Z] docker_cli_network_unix_test.go:46: [d3606e416865f] daemon is not started [2020-10-27T03:54:08.338Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.91s) [2020-10-27T03:54:08.338Z] docker_cli_network_unix_test.go:46: [dcd4bb1bc90b7] daemon is not started [2020-10-27T03:54:08.338Z] === RUN TestDockerHubPullSuite [2020-10-27T03:54:08.338Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-10-27T03:54:10.227Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-10-27T03:54:12.743Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-10-27T03:54:12.743Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-10-27T03:54:15.260Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-10-27T03:54:15.260Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-10-27T03:54:15.260Z] --- PASS: TestDockerHubPullSuite (7.27s) [2020-10-27T03:54:15.260Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.15s) [2020-10-27T03:54:15.260Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2020-10-27T03:54:15.260Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.39s) [2020-10-27T03:54:15.260Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.23s) [2020-10-27T03:54:15.260Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2020-10-27T03:54:15.260Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.05s) [2020-10-27T03:54:15.260Z] PASS [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === Skipped [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_sni_test.go:18: Flakey test [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-10-27T03:54:15.260Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-10-27T03:54:15.260Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-10-27T03:54:15.260Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.260Z] [2020-10-27T03:54:15.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-10-27T03:54:15.260Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-10-27T03:54:15.261Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.02s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.02s) [2020-10-27T03:54:15.261Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-10-27T03:54:15.261Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-10-27T03:54:15.261Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-10-27T03:54:15.261Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-10-27T03:54:15.261Z] docker_cli_network_unix_test.go:46: [dfb701ecdcfde] daemon is not started [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] [2020-10-27T03:54:15.261Z] DONE 1277 tests, 51 skipped in 1556.688s [2020-10-27T03:54:15.261Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-27T03:54:15.261Z] ++++ cat bundles/test-integration/docker.pid [2020-10-27T03:54:15.261Z] +++ kill 7667 [2020-10-27T03:54:16.188Z] +++ /etc/init.d/apparmor stop [2020-10-27T03:54:16.188Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-27T03:54:16.188Z] [2020-10-27T03:54:16.188Z] Unloading profiles will leave already running processes permanently [2020-10-27T03:54:16.188Z] unconfined, which can lead to unexpected situations. [2020-10-27T03:54:16.188Z] [2020-10-27T03:54:16.189Z] To set a process to complain mode, use the command line tool [2020-10-27T03:54:16.189Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-27T03:54:16.189Z] +++ true [2020-10-27T03:54:16.189Z] exiting test-integration [2020-10-27T03:54:16.189Z] ++ exit 0 [2020-10-27T03:54:16.189Z] [2020-10-27T03:54:16.445Z] + for job in $(jobs -p) [2020-10-27T03:54:16.445Z] + wait 22465 [2020-10-27T03:54:22.985Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-10-27T03:54:26.254Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-10-27T03:54:32.793Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-10-27T03:54:34.029Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-10-27T03:54:34.029Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-10-27T03:54:34.029Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-10-27T03:54:38.040Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-10-27T03:54:38.967Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-10-27T03:54:44.215Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-10-27T03:54:46.118Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-10-27T03:54:49.387Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-10-27T03:54:49.387Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-10-27T03:54:51.784Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-10-27T03:54:54.632Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-10-27T03:54:54.632Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-10-27T03:54:55.194Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-10-27T03:54:57.084Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-10-27T03:55:09.541Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-10-27T03:55:19.970Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-10-27T03:55:50.013Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-10-27T03:55:53.252Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-10-27T03:56:00.541Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-10-27T03:56:15.415Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-10-27T03:56:49.419Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-10-27T03:56:50.346Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-10-27T03:56:55.592Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-10-27T03:57:56.801Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-10-27T03:57:56.801Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-10-27T03:57:56.801Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-10-27T03:57:56.801Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-10-27T03:57:56.801Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-10-27T03:57:56.801Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-10-27T03:57:56.801Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-10-27T03:57:56.801Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-10-27T03:57:57.270Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-10-27T03:58:02.007Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-10-27T03:58:04.948Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-10-27T03:58:10.786Z] === RUN TestDockerSuite/TestBuildEnv [2020-10-27T03:58:10.786Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-10-27T03:58:10.786Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-10-27T03:58:10.786Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-10-27T03:58:10.786Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-10-27T03:58:10.786Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-10-27T03:58:13.726Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-10-27T03:58:13.726Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-10-27T03:58:14.190Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-10-27T03:58:14.190Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-10-27T03:58:14.655Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-10-27T03:58:20.502Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-10-27T03:58:38.279Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-10-27T03:58:38.279Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-10-27T03:58:38.279Z] === RUN TestDockerSuite/TestBuildExpose [2020-10-27T03:58:38.279Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-10-27T03:58:38.279Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-10-27T03:58:38.279Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-10-27T03:58:38.279Z] === RUN TestDockerSuite/TestBuildFails [2020-10-27T03:58:40.481Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-10-27T03:58:40.481Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-10-27T03:58:45.208Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-10-27T03:58:51.047Z] === RUN TestDockerSuite/TestBuildForceRm [2020-10-27T03:58:58.173Z] === RUN TestDockerSuite/TestBuildFromGit [2020-10-27T03:59:04.025Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-10-27T03:59:05.577Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-10-27T03:59:11.418Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-10-27T03:59:11.418Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-10-27T03:59:11.883Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-10-27T03:59:12.863Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-10-27T03:59:12.863Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-10-27T03:59:17.008Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-10-27T03:59:23.251Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-10-27T03:59:23.251Z] === RUN TestDockerSuite/TestBuildHistory [2020-10-27T03:59:26.952Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-10-27T03:59:26.952Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-10-27T03:59:26.952Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-10-27T03:59:26.952Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-10-27T03:59:26.952Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-10-27T03:59:27.518Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-10-27T03:59:29.410Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-10-27T03:59:31.876Z] === RUN TestDockerSuite/TestBuildIidFile [2020-10-27T03:59:32.680Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-10-27T03:59:32.856Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-10-27T03:59:34.590Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-10-27T03:59:35.057Z] === RUN TestDockerSuite/TestBuildInheritance [2020-10-27T03:59:35.057Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-10-27T03:59:36.035Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-10-27T03:59:36.035Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-10-27T03:59:40.773Z] === RUN TestDockerSuite/TestBuildLabel [2020-10-27T03:59:41.752Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-10-27T03:59:42.216Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-10-27T03:59:43.196Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-10-27T03:59:43.661Z] === RUN TestDockerSuite/TestBuildLabels [2020-10-27T03:59:44.662Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-10-27T03:59:46.224Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-10-27T03:59:52.059Z] === RUN TestDockerSuite/TestBuildLastModified [2020-10-27T03:59:52.059Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-10-27T03:59:52.059Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-10-27T03:59:52.059Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-10-27T03:59:52.059Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-10-27T03:59:52.059Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-10-27T03:59:52.059Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-10-27T03:59:52.525Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-10-27T03:59:53.504Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-10-27T03:59:59.345Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-10-27T04:00:17.112Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-10-27T04:00:17.112Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-10-27T04:00:17.112Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-10-27T04:00:30.758Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-10-27T04:00:30.758Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-10-27T04:00:33.277Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-10-27T04:00:35.166Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-10-27T04:00:38.435Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-10-27T04:00:40.988Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-10-27T04:00:59.746Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-10-27T04:01:02.877Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-10-27T04:01:15.046Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-10-27T04:01:16.936Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-10-27T04:01:17.514Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-10-27T04:01:18.826Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-10-27T04:01:21.284Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-10-27T04:01:21.359Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-10-27T04:01:28.012Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-10-27T04:01:29.461Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-10-27T04:01:32.728Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-10-27T04:01:33.848Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-10-27T04:01:34.620Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-10-27T04:01:37.889Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-10-27T04:01:40.407Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-10-27T04:01:42.924Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-10-27T04:01:46.194Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-10-27T04:01:48.089Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-10-27T04:01:51.628Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-10-27T04:01:51.628Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-10-27T04:02:00.257Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-10-27T04:02:00.257Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-10-27T04:02:00.257Z] === RUN TestDockerSuite/TestBuildNetNone [2020-10-27T04:02:00.257Z] === RUN TestDockerSuite/TestBuildNoContext [2020-10-27T04:02:03.194Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-10-27T04:02:07.924Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-10-27T04:02:10.125Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-10-27T04:02:10.590Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-10-27T04:02:10.590Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-10-27T04:02:12.789Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-10-27T04:02:13.784Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-10-27T04:02:15.339Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-10-27T04:02:36.517Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-10-27T04:02:36.517Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-10-27T04:02:44.256Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-10-27T04:02:45.139Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-10-27T04:02:48.071Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-10-27T04:02:58.458Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-10-27T04:02:59.092Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-10-27T04:03:03.183Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-10-27T04:03:09.018Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-10-27T04:03:09.482Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-10-27T04:03:09.482Z] === RUN TestDockerSuite/TestBuildPATH [2020-10-27T04:03:09.482Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-10-27T04:03:11.682Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-10-27T04:03:11.682Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite (1699.31s) [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.71s) [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.20s) [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.06s) [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.53s) [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.02s) [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.99s) [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:562: [d03a1f6ca85f0] joining swarm manager [d7d39f6ff508f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:584: [d89a0d750723d] joining swarm manager [d7d39f6ff508f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.940Z] check_test.go:380: [d03a1f6ca85f0] daemon is not started [2020-10-27T04:03:13.940Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.68s) [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:45: [d06bb616a32ca] joining swarm manager [dedd931fbb330]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.99s) [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.50s) [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (41.49s) [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:303: [dfaedccaf7e28] joining swarm manager [d4af69ae8b5a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:304: [dac14bdfe52fc] joining swarm manager [d4af69ae8b5a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.88s) [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:271: [db41b41776bbe] joining swarm manager [dea566d1a8e91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:272: [de1fff5ea7701] joining swarm manager [dea566d1a8e91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.15s) [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.27s) [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.12s) [2020-10-27T04:03:13.940Z] docker_api_swarm_node_test.go:19: [d3b06b69ddb04] joining swarm manager [d508feee93a00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.940Z] docker_api_swarm_node_test.go:20: [d6567d5ee5bbd] joining swarm manager [d508feee93a00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.940Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.87s) [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:501: [d8203db1bb10c] joining swarm manager [d99948c75946f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.940Z] docker_api_swarm_test.go:506: [d29c6e56f812e] joining swarm manager [d99948c75946f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.59s) [2020-10-27T04:03:13.941Z] docker_api_swarm_node_test.go:80: [db40def37e371] joining swarm manager [d0697dde88aa4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.57s) [2020-10-27T04:03:13.941Z] docker_api_swarm_node_test.go:52: [d1893d4afbf12] joining swarm manager [d71c899e8a775]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_api_swarm_node_test.go:53: [d9d637a95ae2b] joining swarm manager [d71c899e8a775]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.43s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (16.79s) [2020-10-27T04:03:13.941Z] docker_api_swarm_test.go:201: [da3c605185786] joining swarm manager [d58b89ae1997e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.11s) [2020-10-27T04:03:13.941Z] docker_api_swarm_test.go:383: [d1b2d2ccaafe1] joining swarm manager [dc645895543c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_api_swarm_test.go:384: [d54eda64e272a] joining swarm manager [dc645895543c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] check_test.go:380: [d54eda64e272a] daemon is not started [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (62.91s) [2020-10-27T04:03:13.941Z] docker_api_swarm_test.go:801: [d206c25648a49] joining swarm manager [d91ae00cce993]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_api_swarm_test.go:801: [db4dcbceb8964] joining swarm manager [d91ae00cce993]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] docker_api_swarm_test.go:801: [d47cad6d7244c] joining swarm manager [d91ae00cce993]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-10-27T04:03:13.941Z] docker_api_swarm_test.go:801: [dc6a9b4dccb57] joining swarm manager [d91ae00cce993]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-10-27T04:03:13.941Z] docker_api_swarm_test.go:809: [d4e7bc5ec2df8] joining swarm manager [d91ae00cce993]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.30s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.10s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.19s) [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:394: [d178df1e4bbd8] joining swarm manager [dc9e481bd9995]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:394: [d68796129badd] joining swarm manager [dc9e481bd9995]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.74s) [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:342: [d56909728032b] joining swarm manager [d96447e0211da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:342: [d5acbef0816c4] joining swarm manager [d96447e0211da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.17s) [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:489: [defc8a8e3f4c3] joining swarm manager [d2edfc87b0dbf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:489: [d56d02c7f8082] joining swarm manager [d2edfc87b0dbf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.75s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.42s) [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:127: [d4008ee704892] joining swarm manager [d4f0615fb810d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:128: [d10b8993173db] joining swarm manager [d4f0615fb810d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:136: [d0544d6fdd938] joining swarm manager [d4f0615fb810d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:137: [d4a69afc26950] joining swarm manager [d4f0615fb810d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.68s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.15s) [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:303: [d947d157a8a4f] joining swarm manager [d2aa9de1f728c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:303: [d0505f3fbac2d] joining swarm manager [d2aa9de1f728c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (25.80s) [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:99: [dc0967009f612] joining swarm manager [d02a3683858c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:100: [d8c073115b36f] joining swarm manager [d02a3683858c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] check_test.go:380: [dc0967009f612] daemon is not started [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.14s) [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:532: [db6898e65c6e7] joining swarm manager [dce0d1288f709]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:533: [dca62d479793b] joining swarm manager [dce0d1288f709]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.72s) [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:147: [ddd318e44ebbb] joining swarm manager [dd71aa9cbe68a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_api_swarm_service_test.go:147: [d55053b05e572] joining swarm manager [dd71aa9cbe68a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.01s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.09s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.72s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.78s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.42s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.09s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.92s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.37s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.74s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.68s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.58s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.79s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.59s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.08s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.85s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.27s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.80s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.53s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.78s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.76s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.50s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.03s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (4.75s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.51s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.05s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.49s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.84s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.96s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.39s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.23s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.09s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.67s) [2020-10-27T04:03:13.941Z] docker_cli_service_logs_test.go:245: checking task t74fx4f7vxx7 [2020-10-27T04:03:13.941Z] docker_cli_service_logs_test.go:250: checking messages for t74fx4f7vxx7 [2020-10-27T04:03:13.941Z] docker_cli_service_logs_test.go:245: checking task wv44vdtxueak [2020-10-27T04:03:13.941Z] docker_cli_service_logs_test.go:250: checking messages for wv44vdtxueak [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.75s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.20s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.63s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.29s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.60s) [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1901: [d83021eae7306] joining swarm manager [d9b501588c18e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1902: [db6b4b04cb1fd] joining swarm manager [d9b501588c18e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.24s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.34s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.46s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.39s) [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1802: [d32417fb60a1b] joining swarm manager [daa6a2b3d9a07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1803: [d1a21c5d8370e] joining swarm manager [daa6a2b3d9a07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.71s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (156.37s) [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1321: [d2080d309a8ee] joining swarm manager [df952e003ffdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1322: [d762ddcd233de] joining swarm manager [df952e003ffdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.30s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.85s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.36s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (1.87s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.44s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.36s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (2.94s) [2020-10-27T04:03:13.941Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.92s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.72s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.73s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (1.84s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.72s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.98s) [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1186: [d977e72d69459] joining swarm manager [d6fa690a3da80]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1195: [dee9d7b041e32] joining swarm manager [d6fa690a3da80]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.60s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.35s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (137.26s) [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1118: [d78660e815bfa] joining swarm manager [d6907815b256d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1119: [d3d54c54bbdc3] joining swarm manager [d6907815b256d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1172: [dbf9e9cafedeb] joining swarm manager [d6907815b256d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.39s) [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1453: [d6c9d46af4fdf] joining swarm manager [defc088724f7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] docker_cli_swarm_test.go:1454: [d324f979192e0] joining swarm manager [defc088724f7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.31s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (1.82s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (2.96s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.29s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.73s) [2020-10-27T04:03:13.941Z] docker_cli_swarm_unix_test.go:62: [da791a607efc2] joining swarm manager [dcd3606227008]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.28s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.08s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.32s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.31s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.67s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.13s) [2020-10-27T04:03:13.941Z] docker_api_swarm_test.go:961: [d1a0cd07a5862] joining swarm manager [da85cd5d77674]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.36s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.30s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (1.91s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.53s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.95s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.23s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.20s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.84s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.58s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.62s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.02s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.29s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.48s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.28s) [2020-10-27T04:03:13.941Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (16.83s) [2020-10-27T04:03:13.941Z] === RUN TestDockerExternalVolumeSuite [2020-10-27T04:03:13.941Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-10-27T04:03:31.982Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-10-27T04:04:02.488Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-10-27T04:04:23.663Z] === RUN TestDockerSuite/TestBuildRm [2020-10-27T04:04:38.554Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-10-27T04:04:39.603Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-10-27T04:04:41.486Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-10-27T04:04:41.486Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-10-27T04:04:41.951Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-10-27T04:04:43.504Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-10-27T04:04:46.136Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-10-27T04:04:47.277Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-10-27T04:04:51.054Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-10-27T04:04:55.784Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-10-27T04:05:16.966Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-10-27T04:05:17.431Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-10-27T04:05:18.159Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-10-27T04:05:18.410Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-10-27T04:05:30.864Z] === RUN TestDockerSuite/TestBuildSpaces [2020-10-27T04:05:30.864Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-10-27T04:05:32.996Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-10-27T04:05:36.700Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-10-27T04:05:36.700Z] === RUN TestDockerSuite/TestBuildStderr [2020-10-27T04:05:41.430Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-10-27T04:06:02.609Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-10-27T04:06:03.075Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-10-27T04:06:05.023Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-10-27T04:06:06.842Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-10-27T04:06:07.826Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-10-27T04:06:13.664Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-10-27T04:06:17.189Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-10-27T04:06:18.398Z] === RUN TestDockerSuite/TestBuildUser [2020-10-27T04:06:18.398Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-10-27T04:06:18.867Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-10-27T04:06:18.867Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-10-27T04:06:23.597Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-10-27T04:06:24.062Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-10-27T04:06:26.996Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-10-27T04:06:26.996Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-10-27T04:06:26.996Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-10-27T04:06:49.218Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-10-27T04:06:52.237Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-10-27T04:06:52.237Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-10-27T04:07:02.633Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-10-27T04:07:07.259Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-10-27T04:07:07.370Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-10-27T04:07:07.835Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-10-27T04:07:07.835Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-10-27T04:07:10.770Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-10-27T04:07:10.770Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2020-10-27T04:07:22.095Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-10-27T04:07:25.727Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-10-27T04:07:28.659Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-10-27T04:07:29.123Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-10-27T04:07:44.011Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-10-27T04:07:44.011Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-10-27T04:07:44.476Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-10-27T04:07:44.476Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-10-27T04:07:45.454Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-10-27T04:07:55.840Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-10-27T04:07:56.821Z] === RUN TestDockerSuite/TestBuildXZHost [2020-10-27T04:07:57.286Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-10-27T04:07:57.286Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-10-27T04:07:57.286Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-10-27T04:07:59.491Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-10-27T04:08:05.332Z] === RUN TestDockerSuite/TestCommitChange [2020-10-27T04:08:08.710Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-10-27T04:08:10.063Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-10-27T04:08:20.463Z] === RUN TestDockerSuite/TestCommitHardlink [2020-10-27T04:08:20.463Z] === RUN TestDockerSuite/TestCommitNewFile [2020-10-27T04:08:26.749Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-10-27T04:08:27.587Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-10-27T04:08:27.587Z] === RUN TestDockerSuite/TestCommitTTY [2020-10-27T04:08:40.038Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-10-27T04:08:43.807Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-10-27T04:08:43.807Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-10-27T04:08:43.807Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-10-27T04:08:43.807Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-10-27T04:08:43.807Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-10-27T04:08:43.807Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-10-27T04:08:43.807Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-10-27T04:08:43.807Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-10-27T04:08:43.807Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-10-27T04:08:50.935Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-10-27T04:08:58.770Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-10-27T04:09:03.380Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-10-27T04:09:03.380Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-10-27T04:09:04.931Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-10-27T04:09:04.931Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-10-27T04:09:04.931Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-10-27T04:09:04.931Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-10-27T04:09:07.129Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-10-27T04:09:07.130Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-10-27T04:09:07.130Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-10-27T04:09:10.063Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-10-27T04:09:10.063Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-10-27T04:09:10.063Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-10-27T04:09:10.063Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-10-27T04:09:10.063Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-10-27T04:09:12.307Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-10-27T04:09:14.509Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-10-27T04:09:16.071Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-10-27T04:09:16.071Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-10-27T04:09:16.071Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-10-27T04:09:19.011Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-10-27T04:09:19.011Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-10-27T04:09:21.219Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-10-27T04:09:21.219Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-10-27T04:09:21.219Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-10-27T04:09:23.425Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-10-27T04:09:23.425Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-10-27T04:09:24.979Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-10-27T04:09:24.979Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-10-27T04:09:27.909Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-10-27T04:09:27.910Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-10-27T04:09:30.112Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-10-27T04:09:30.800Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-10-27T04:09:33.881Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-10-27T04:09:37.652Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-10-27T04:09:37.652Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-10-27T04:09:37.652Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-10-27T04:09:38.116Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-10-27T04:09:38.116Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-10-27T04:09:39.670Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-10-27T04:09:39.670Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-10-27T04:09:45.635Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-10-27T04:09:46.790Z] === RUN TestDockerSuite/TestContainerAPITop [2020-10-27T04:09:46.790Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-10-27T04:09:48.991Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-10-27T04:09:48.991Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-10-27T04:09:53.718Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-10-27T04:09:54.694Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-10-27T04:09:54.694Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-10-27T04:09:55.159Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-10-27T04:09:55.159Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-10-27T04:09:55.159Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-10-27T04:09:55.159Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2020-10-27T04:09:57.364Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-10-27T04:09:57.364Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2020-10-27T04:09:59.562Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2020-10-27T04:10:00.472Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-10-27T04:10:01.760Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2020-10-27T04:10:03.960Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2020-10-27T04:10:06.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00046e6e0_} [2020-10-27T04:10:08.372Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1451032746_c:\foo_false____} [2020-10-27T04:10:11.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1451032746_c:\foo_true____} [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-10-27T04:10:13.501Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-10-27T04:10:18.519Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-10-27T04:10:20.630Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-10-27T04:10:23.564Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-10-27T04:10:23.564Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-10-27T04:10:23.564Z] === RUN TestDockerSuite/TestCpRelativePath [2020-10-27T04:10:25.763Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-10-27T04:10:25.763Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-10-27T04:10:25.763Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-10-27T04:10:25.763Z] === RUN TestDockerSuite/TestCpToCaseA [2020-10-27T04:10:30.490Z] === RUN TestDockerSuite/TestCpToCaseB [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite (437.17s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2020-10-27T04:10:30.685Z] docker_cli_external_volume_driver_test.go:53: [d4be128bc9fad] daemon is not started [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.25s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-10-27T04:10:30.685Z] docker_cli_external_volume_driver_test.go:53: [d62d521b4c15d] daemon is not started [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-10-27T04:10:30.685Z] docker_cli_external_volume_driver_test.go:53: [dc9a91f31aa7a] daemon is not started [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-10-27T04:10:30.685Z] docker_cli_external_volume_driver_test.go:53: [dad63adbaf03d] daemon is not started [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.23s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.22s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.30s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.62s) [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s) [2020-10-27T04:10:30.685Z] docker_cli_external_volume_driver_test.go:485: [d7a3a17cac6b5] daemon is not started [2020-10-27T04:10:30.685Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-10-27T04:10:30.685Z] docker_cli_external_volume_driver_test.go:53: [d28ccab873844] daemon is not started [2020-10-27T04:10:30.685Z] PASS [2020-10-27T04:10:30.685Z] [2020-10-27T04:10:30.685Z] === Skipped [2020-10-27T04:10:30.685Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-10-27T04:10:30.685Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-10-27T04:10:30.685Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-10-27T04:10:30.685Z] check_test.go:309: [d58c39f5f02b3] daemon is not started [2020-10-27T04:10:30.685Z] [2020-10-27T04:10:30.685Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-10-27T04:10:30.685Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-10-27T04:10:30.685Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-10-27T04:10:30.685Z] check_test.go:309: [d4a89a937f359] daemon is not started [2020-10-27T04:10:30.685Z] [2020-10-27T04:10:30.685Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-10-27T04:10:30.685Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-10-27T04:10:30.685Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-10-27T04:10:30.685Z] check_test.go:309: [da5b653fa1a8e] daemon is not started [2020-10-27T04:10:30.685Z] [2020-10-27T04:10:30.685Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-10-27T04:10:30.685Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-10-27T04:10:30.685Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-10-27T04:10:30.685Z] [2020-10-27T04:10:30.685Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-10-27T04:10:30.685Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-10-27T04:10:30.685Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-10-27T04:10:30.685Z] [2020-10-27T04:10:30.685Z] [2020-10-27T04:10:30.685Z] DONE 273 tests, 5 skipped in 2532.312s [2020-10-27T04:10:30.943Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-27T04:10:31.199Z] ++++ cat bundles/test-integration/docker.pid [2020-10-27T04:10:31.199Z] +++ kill 7649 [2020-10-27T04:10:32.126Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc24b166db2e2/docker.pid [2020-10-27T04:10:32.126Z] +++ kill 5468 [2020-10-27T04:10:32.126Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5468 is not a child of this shell [2020-10-27T04:10:32.126Z] warning: PID 5468 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc24b166db2e2/docker.pid had a nonzero exit code [2020-10-27T04:10:32.126Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc24b166db2e2/root: target is busy. [2020-10-27T04:10:32.126Z] +++ /etc/init.d/apparmor stop [2020-10-27T04:10:32.126Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-27T04:10:32.126Z] [2020-10-27T04:10:32.126Z] Unloading profiles will leave already running processes permanently [2020-10-27T04:10:32.126Z] unconfined, which can lead to unexpected situations. [2020-10-27T04:10:32.126Z] [2020-10-27T04:10:32.126Z] To set a process to complain mode, use the command line tool [2020-10-27T04:10:32.126Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-27T04:10:32.126Z] +++ true [2020-10-27T04:10:32.126Z] exiting test-integration [2020-10-27T04:10:32.126Z] ++ exit 0 [2020-10-27T04:10:32.126Z] [2020-10-27T04:10:32.688Z] + exit 0 [2020-10-27T04:10:32.688Z] ++ jobs -p [2020-10-27T04:10:32.688Z] + pids= [2020-10-27T04:10:32.688Z] + echo 'Remaining pids to kill: []' [2020-10-27T04:10:32.688Z] Remaining pids to kill: [] [2020-10-27T04:10:32.688Z] + '[' -z '' ']' [2020-10-27T04:10:32.689Z] === RUN TestDockerSuite/TestCpToCaseC [2020-10-27T04:10:32.689Z] === RUN TestDockerSuite/TestCpToCaseD [2020-10-27T04:10:32.689Z] === RUN TestDockerSuite/TestCpToCaseE Post stage [Pipeline] junit [2020-10-27T04:10:32.699Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-10-27T04:10:33.743Z] + echo Ensuring container killed. [2020-10-27T04:10:33.743Z] Ensuring container killed. [2020-10-27T04:10:33.743Z] + docker ps -aq -f name=docker-pr1-* [2020-10-27T04:10:33.743Z] + cids=9816a157c5af [2020-10-27T04:10:33.743Z] 488a4dd5fc51 [2020-10-27T04:10:33.743Z] 9deff18bcf5e [2020-10-27T04:10:33.743Z] + [ -n 9816a157c5af [2020-10-27T04:10:33.743Z] 488a4dd5fc51 [2020-10-27T04:10:33.743Z] 9deff18bcf5e ] [2020-10-27T04:10:33.743Z] + docker rm -vf 9816a157c5af 488a4dd5fc51 9deff18bcf5e [2020-10-27T04:10:35.109Z] 9816a157c5af [2020-10-27T04:10:35.109Z] 488a4dd5fc51 [2020-10-27T04:10:36.038Z] 9deff18bcf5e [Pipeline] sh [2020-10-27T04:10:36.355Z] + echo Chowning /workspace to jenkins user [2020-10-27T04:10:36.355Z] Chowning /workspace to jenkins user [2020-10-27T04:10:36.355Z] + id -u [2020-10-27T04:10:36.355Z] + id -g [2020-10-27T04:10:36.355Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41593:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-27T04:10:39.961Z] + bundleName=amd64 [2020-10-27T04:10:39.961Z] + echo Creating amd64-bundles.tar.gz [2020-10-27T04:10:39.961Z] Creating amd64-bundles.tar.gz [2020-10-27T04:10:39.961Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-10-27T04:10:39.961Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-10-27T04:10:40.898Z] Archiving artifacts [2020-10-27T04:10:41.308Z] === RUN TestDockerSuite/TestCpToCaseF [2020-10-27T04:10:41.308Z] === RUN TestDockerSuite/TestCpToCaseG [2020-10-27T04:10:41.308Z] === RUN TestDockerSuite/TestCpToCaseH [2020-10-27T04:10:46.843Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41593/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-27T04:10:47.148Z] + make clean [2020-10-27T04:10:47.404Z] docker volume rm -f docker-dev-cache [2020-10-27T04:10:47.404Z] docker-dev-cache [Pipeline] deleteDir [2020-10-27T04:10:51.692Z] === RUN TestDockerSuite/TestCpToCaseI [2020-10-27T04:10:51.692Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-10-27T04:10:51.692Z] === RUN TestDockerSuite/TestCpToDot [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T04:10:57.532Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-10-27T04:10:57.532Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-10-27T04:10:57.532Z] === RUN TestDockerSuite/TestCpToStdout [2020-10-27T04:10:59.733Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-10-27T04:10:59.733Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-10-27T04:11:00.197Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-10-27T04:11:00.197Z] === RUN TestDockerSuite/TestCpVolumePath [2020-10-27T04:11:00.197Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-10-27T04:11:00.197Z] === RUN TestDockerSuite/TestCreateArgs [2020-10-27T04:11:00.197Z] === RUN TestDockerSuite/TestCreateByImageID [2020-10-27T04:11:02.396Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-10-27T04:11:04.597Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-10-27T04:11:04.597Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-10-27T04:11:04.597Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-10-27T04:11:06.798Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-10-27T04:11:07.262Z] === RUN TestDockerSuite/TestCreateLabels [2020-10-27T04:11:07.726Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-10-27T04:11:07.726Z] === RUN TestDockerSuite/TestCreateRM [2020-10-27T04:11:07.726Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-10-27T04:11:07.726Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-10-27T04:11:08.191Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-10-27T04:11:08.655Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-10-27T04:11:17.274Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-10-27T04:11:17.274Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-10-27T04:11:17.739Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-10-27T04:11:22.544Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-10-27T04:11:22.544Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-10-27T04:11:22.544Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-10-27T04:11:24.746Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-10-27T04:11:24.746Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-10-27T04:11:24.746Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-10-27T04:11:24.746Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-10-27T04:11:24.746Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestDevicePermissions [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestDockerFails [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestEventsAttach [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestEventsCommit [2020-10-27T04:11:25.210Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-10-27T04:11:27.408Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-10-27T04:11:29.606Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-10-27T04:11:32.541Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-10-27T04:11:41.156Z] === RUN TestDockerSuite/TestEventsCopy [2020-10-27T04:11:45.890Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-10-27T04:11:51.734Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-10-27T04:11:53.287Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-10-27T04:11:54.267Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-10-27T04:11:58.035Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-10-27T04:11:58.500Z] === RUN TestDockerSuite/TestEventsFilterType [2020-10-27T04:11:59.477Z] === RUN TestDockerSuite/TestEventsFilters [2020-10-27T04:12:04.201Z] === RUN TestDockerSuite/TestEventsFormat [2020-10-27T04:12:08.932Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-10-27T04:12:08.932Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-10-27T04:12:08.932Z] === RUN TestDockerSuite/TestEventsImageImport [2020-10-27T04:12:08.932Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-10-27T04:12:08.932Z] === RUN TestDockerSuite/TestEventsImagePull [2020-10-27T04:12:08.932Z] === RUN TestDockerSuite/TestEventsImageTag [2020-10-27T04:12:09.910Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-10-27T04:12:09.910Z] === RUN TestDockerSuite/TestEventsRename [2020-10-27T04:12:12.111Z] === RUN TestDockerSuite/TestEventsResize [2020-10-27T04:12:15.044Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-10-27T04:12:17.245Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-10-27T04:12:19.444Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-10-27T04:12:24.177Z] === RUN TestDockerSuite/TestEventsTop [2020-10-27T04:12:24.177Z] === RUN TestDockerSuite/TestEventsUntag [2020-10-27T04:12:27.106Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-10-27T04:12:30.038Z] === RUN TestDockerSuite/TestExec [2020-10-27T04:12:30.038Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-10-27T04:12:30.038Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-10-27T04:12:32.237Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-10-27T04:12:33.791Z] === RUN TestDockerSuite/TestExecAPIStart [2020-10-27T04:12:33.791Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-10-27T04:12:33.791Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-10-27T04:12:33.791Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-10-27T04:12:35.991Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-10-27T04:12:38.188Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-10-27T04:12:40.392Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-10-27T04:12:41.946Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-10-27T04:12:46.675Z] === RUN TestDockerSuite/TestExecCgroup [2020-10-27T04:12:46.675Z] === RUN TestDockerSuite/TestExecEnv [2020-10-27T04:12:46.675Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-10-27T04:12:46.675Z] === RUN TestDockerSuite/TestExecExitStatus [2020-10-27T04:12:48.873Z] === RUN TestDockerSuite/TestExecInspectID [2020-10-27T04:12:53.599Z] === RUN TestDockerSuite/TestExecInteractive [2020-10-27T04:12:53.599Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-10-27T04:12:53.599Z] === RUN TestDockerSuite/TestExecParseError [2020-10-27T04:12:53.599Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-10-27T04:12:53.599Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-10-27T04:12:53.599Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-10-27T04:12:56.530Z] === RUN TestDockerSuite/TestExecSetEnv [2020-10-27T04:12:56.530Z] === RUN TestDockerSuite/TestExecStartFails [2020-10-27T04:12:56.530Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-10-27T04:12:56.530Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-10-27T04:12:56.530Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-10-27T04:12:56.530Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-10-27T04:12:58.086Z] === RUN TestDockerSuite/TestExecUlimits [2020-10-27T04:12:58.550Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-10-27T04:13:05.679Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-10-27T04:13:05.679Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-10-27T04:13:05.679Z] === RUN TestDockerSuite/TestExecWithUser [2020-10-27T04:13:05.679Z] === RUN TestDockerSuite/TestGetContainerStats [2020-10-27T04:13:11.513Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-10-27T04:13:17.351Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-10-27T04:13:21.115Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-10-27T04:13:26.955Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-10-27T04:13:26.955Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-10-27T04:13:26.955Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-10-27T04:13:26.955Z] === RUN TestDockerSuite/TestHealth [2020-10-27T04:13:26.955Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-10-27T04:13:26.955Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-10-27T04:13:26.955Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-10-27T04:13:26.955Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-10-27T04:13:31.679Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-10-27T04:13:31.679Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-10-27T04:13:31.679Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-10-27T04:13:32.144Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-10-27T04:13:32.144Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-10-27T04:13:32.610Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-10-27T04:13:33.075Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-10-27T04:13:33.075Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-10-27T04:13:34.051Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-10-27T04:13:34.051Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-10-27T04:13:35.603Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-10-27T04:13:36.067Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-10-27T04:13:38.265Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-10-27T04:13:41.195Z] === RUN TestDockerSuite/TestImagesFormat [2020-10-27T04:13:41.195Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-10-27T04:13:41.195Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-10-27T04:13:44.962Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-10-27T04:13:44.962Z] === RUN TestDockerSuite/TestImportBadURL [2020-10-27T04:13:47.158Z] === RUN TestDockerSuite/TestImportDisplay [2020-10-27T04:13:47.158Z] === RUN TestDockerSuite/TestImportFile [2020-10-27T04:13:47.158Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-10-27T04:13:47.158Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-10-27T04:13:47.158Z] === RUN TestDockerSuite/TestImportGzipped [2020-10-27T04:13:47.158Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-10-27T04:13:47.158Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-10-27T04:13:47.158Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-10-27T04:13:47.158Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-10-27T04:13:47.158Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-10-27T04:13:47.622Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-10-27T04:13:47.622Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-10-27T04:13:47.622Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-10-27T04:13:49.820Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-10-27T04:13:52.036Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-10-27T04:13:52.036Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-10-27T04:13:52.036Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-10-27T04:13:52.036Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-10-27T04:13:52.036Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-10-27T04:13:54.236Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-10-27T04:13:54.236Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-10-27T04:13:56.434Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-10-27T04:13:56.434Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-10-27T04:13:56.434Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-10-27T04:13:56.434Z] === RUN TestDockerSuite/TestInspectDefault [2020-10-27T04:13:58.639Z] === RUN TestDockerSuite/TestInspectHistory [2020-10-27T04:14:03.367Z] === RUN TestDockerSuite/TestInspectImage [2020-10-27T04:14:03.367Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-10-27T04:14:03.367Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-10-27T04:14:03.367Z] === RUN TestDockerSuite/TestInspectInt64 [2020-10-27T04:14:05.568Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-10-27T04:14:07.768Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-10-27T04:14:08.234Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-10-27T04:14:10.443Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-10-27T04:14:11.994Z] === RUN TestDockerSuite/TestInspectPlugin [2020-10-27T04:14:11.994Z] === RUN TestDockerSuite/TestInspectRootFS [2020-10-27T04:14:11.994Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-10-27T04:14:14.200Z] === RUN TestDockerSuite/TestInspectStatus [2020-10-27T04:14:17.132Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-10-27T04:14:20.898Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-10-27T04:14:23.106Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-10-27T04:14:25.308Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-10-27T04:14:27.512Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-10-27T04:14:29.774Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-10-27T04:14:31.973Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-10-27T04:14:33.527Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-10-27T04:14:33.527Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-10-27T04:14:33.527Z] === RUN TestDockerSuite/TestLinksEnvs [2020-10-27T04:14:33.527Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-10-27T04:14:33.991Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-10-27T04:14:36.190Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-10-27T04:14:37.753Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-10-27T04:14:43.587Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-10-27T04:14:45.788Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-10-27T04:14:45.788Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-10-27T04:14:47.987Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-10-27T04:14:47.987Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-10-27T04:14:56.620Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-10-27T04:15:03.748Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-10-27T04:15:12.366Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-10-27T04:15:13.920Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-10-27T04:15:16.851Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-10-27T04:15:16.851Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-10-27T04:15:19.049Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-10-27T04:15:21.246Z] === RUN TestDockerSuite/TestLogsSince [2020-10-27T04:15:31.627Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-10-27T04:15:31.627Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-10-27T04:15:31.627Z] === RUN TestDockerSuite/TestLogsTail [2020-10-27T04:15:33.180Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-10-27T04:15:36.112Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestMountIntoProc [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestMountIntoSys [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestNetHostname [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPluginActive [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPortHostBinding [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPortList [2020-10-27T04:15:38.308Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-10-27T04:15:43.031Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-10-27T04:15:43.031Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-10-27T04:15:43.031Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-10-27T04:15:43.031Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-10-27T04:15:43.031Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-10-27T04:15:43.031Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-10-27T04:15:43.031Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-10-27T04:15:43.031Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-10-27T04:15:43.031Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-10-27T04:15:43.031Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-10-27T04:15:46.803Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-10-27T04:15:46.803Z] === RUN TestDockerSuite/TestPsByOrder [2020-10-27T04:15:55.422Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-10-27T04:15:55.422Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-10-27T04:16:05.806Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-10-27T04:16:20.684Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-10-27T04:16:20.684Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-10-27T04:16:20.684Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-10-27T04:16:35.575Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-10-27T04:16:37.774Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-10-27T04:16:44.893Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-10-27T04:16:48.663Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-10-27T04:16:48.663Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-10-27T04:16:48.663Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-10-27T04:16:53.390Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-10-27T04:16:53.390Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-10-27T04:16:53.390Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-10-27T04:16:53.390Z] === RUN TestDockerSuite/TestPsRightTagName [2020-10-27T04:16:53.390Z] === RUN TestDockerSuite/TestPsShowMounts [2020-10-27T04:17:02.015Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-10-27T04:17:02.015Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-10-27T04:17:02.478Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-10-27T04:17:02.478Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-10-27T04:17:04.029Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-10-27T04:17:05.007Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-10-27T04:17:05.007Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-10-27T04:17:13.623Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-10-27T04:17:17.392Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-10-27T04:17:19.590Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-10-27T04:17:55.364Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-10-27T04:17:55.364Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-10-27T04:17:59.129Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-10-27T04:17:59.129Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-10-27T04:17:59.129Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-10-27T04:18:00.111Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-10-27T04:18:03.877Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-10-27T04:18:14.248Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-10-27T04:18:14.248Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-10-27T04:18:17.185Z] === RUN TestDockerSuite/TestRmiBlank [2020-10-27T04:18:17.185Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-10-27T04:18:17.652Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-10-27T04:18:32.551Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-10-27T04:18:34.753Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-10-27T04:18:35.217Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-10-27T04:18:42.337Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-10-27T04:18:48.171Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-10-27T04:18:56.788Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-10-27T04:19:00.553Z] === RUN TestDockerSuite/TestRmiTag [2020-10-27T04:19:01.534Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-10-27T04:19:03.736Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-10-27T04:19:21.490Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-10-27T04:19:23.694Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-10-27T04:19:29.530Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-10-27T04:19:30.140Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-10-27T04:19:30.140Z] === RUN TestDockerSuite/TestRunAddHost [2020-10-27T04:19:30.140Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-10-27T04:19:30.140Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-10-27T04:19:30.140Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-10-27T04:19:30.140Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-10-27T04:19:30.140Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-10-27T04:19:30.140Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-10-27T04:19:32.343Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-10-27T04:19:32.343Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-10-27T04:19:32.343Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-10-27T04:19:37.068Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-10-27T04:19:39.999Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-10-27T04:19:42.199Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-10-27T04:19:44.400Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-10-27T04:19:45.951Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-10-27T04:19:45.951Z] === RUN TestDockerSuite/TestRunBindMounts [2020-10-27T04:19:50.674Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-10-27T04:19:50.675Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-10-27T04:19:50.675Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-10-27T04:19:50.675Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-10-27T04:19:50.675Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-10-27T04:19:50.675Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-10-27T04:19:50.675Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-10-27T04:19:50.675Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-10-27T04:19:50.675Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-10-27T04:19:50.675Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-10-27T04:19:50.675Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-10-27T04:19:50.675Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-10-27T04:19:52.873Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-10-27T04:19:52.873Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-10-27T04:19:55.807Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-10-27T04:19:55.807Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-10-27T04:19:55.807Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-10-27T04:19:58.006Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-10-27T04:19:58.006Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-10-27T04:19:58.006Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-10-27T04:19:58.006Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-10-27T04:19:58.006Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-10-27T04:19:58.006Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-10-27T04:19:58.006Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-10-27T04:19:58.006Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-10-27T04:20:00.203Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-10-27T04:20:02.403Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-10-27T04:20:03.954Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-10-27T04:20:03.954Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-10-27T04:20:03.954Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-10-27T04:20:03.954Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-10-27T04:20:06.152Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-10-27T04:20:06.152Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-10-27T04:20:06.152Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-10-27T04:20:06.152Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-10-27T04:20:06.152Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-10-27T04:20:08.350Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-10-27T04:20:14.187Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-10-27T04:20:14.187Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-10-27T04:20:14.187Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-10-27T04:20:14.187Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-10-27T04:20:14.187Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-10-27T04:20:14.187Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-10-27T04:20:14.187Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-10-27T04:20:16.390Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-10-27T04:20:16.390Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-10-27T04:20:16.390Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-10-27T04:20:16.390Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-10-27T04:20:18.591Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-10-27T04:20:20.791Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-10-27T04:20:20.791Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-10-27T04:20:22.991Z] === RUN TestDockerSuite/TestRunEnvironment [2020-10-27T04:20:22.991Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-10-27T04:20:22.991Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-10-27T04:20:22.991Z] === RUN TestDockerSuite/TestRunExitCode [2020-10-27T04:20:30.119Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-10-27T04:20:32.321Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-10-27T04:20:34.522Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-10-27T04:20:36.721Z] === RUN TestDockerSuite/TestRunExposePort [2020-10-27T04:20:36.721Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-10-27T04:20:36.721Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-10-27T04:20:36.721Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-10-27T04:20:36.721Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-10-27T04:20:36.721Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-10-27T04:20:36.721Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-10-27T04:20:36.721Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-10-27T04:20:36.721Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-10-27T04:20:45.349Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-10-27T04:20:45.349Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-10-27T04:20:45.349Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-10-27T04:20:45.349Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-10-27T04:20:45.349Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-10-27T04:20:45.349Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-10-27T04:20:45.349Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-10-27T04:20:53.974Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-10-27T04:20:53.974Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-10-27T04:20:54.959Z] === RUN TestDockerSuite/TestRunModeHostname [2020-10-27T04:20:54.959Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-10-27T04:20:54.959Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunMount [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-10-27T04:20:55.424Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-10-27T04:21:02.549Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-10-27T04:21:02.549Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-10-27T04:21:02.549Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-10-27T04:21:02.549Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-10-27T04:21:07.287Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-10-27T04:21:11.068Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-10-27T04:21:11.068Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-10-27T04:21:11.068Z] === RUN TestDockerSuite/TestRunNetHost [2020-10-27T04:21:11.068Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-10-27T04:21:11.068Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-10-27T04:21:11.068Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-10-27T04:21:11.068Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-10-27T04:21:11.068Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-10-27T04:21:11.068Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-10-27T04:21:11.068Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-10-27T04:21:11.068Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-10-27T04:21:12.053Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-10-27T04:21:14.260Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-10-27T04:21:15.814Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-10-27T04:21:16.792Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-10-27T04:21:18.991Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-10-27T04:21:18.991Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-10-27T04:21:18.991Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-10-27T04:21:18.991Z] === RUN TestDockerSuite/TestRunPortInUse [2020-10-27T04:21:18.991Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-10-27T04:21:18.991Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-10-27T04:21:18.991Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-10-27T04:21:18.991Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-10-27T04:21:19.456Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-10-27T04:21:22.386Z] === RUN TestDockerSuite/TestRunPublishPort [2020-10-27T04:21:22.386Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-10-27T04:21:22.386Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-10-27T04:21:22.386Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-10-27T04:21:22.386Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-10-27T04:21:22.386Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-10-27T04:21:37.271Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-10-27T04:21:37.271Z] === RUN TestDockerSuite/TestRunRm [2020-10-27T04:21:37.271Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-10-27T04:21:43.115Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-10-27T04:21:45.316Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-10-27T04:21:46.870Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-10-27T04:21:49.074Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-10-27T04:21:51.272Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-10-27T04:21:51.272Z] === RUN TestDockerSuite/TestRunState [2020-10-27T04:21:51.272Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-10-27T04:21:53.474Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-10-27T04:21:53.474Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-10-27T04:21:55.682Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-10-27T04:21:55.682Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-10-27T04:21:55.682Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-10-27T04:21:55.682Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-10-27T04:21:55.682Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-10-27T04:21:55.682Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-10-27T04:22:01.523Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-10-27T04:22:01.523Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-10-27T04:22:01.523Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-10-27T04:22:01.523Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-10-27T04:22:01.523Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-10-27T04:22:01.523Z] === RUN TestDockerSuite/TestRunUserByID [2020-10-27T04:22:01.523Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-10-27T04:22:01.523Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-10-27T04:22:01.523Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-10-27T04:22:01.523Z] === RUN TestDockerSuite/TestRunUserByName [2020-10-27T04:22:01.523Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-10-27T04:22:03.075Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-10-27T04:22:03.075Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-10-27T04:22:05.275Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-10-27T04:22:05.275Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-10-27T04:22:05.275Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-10-27T04:22:09.042Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-10-27T04:22:14.884Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-10-27T04:22:19.614Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-10-27T04:22:26.747Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-10-27T04:22:26.747Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-10-27T04:22:26.747Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-10-27T04:22:26.747Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-10-27T04:22:26.747Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-10-27T04:22:28.946Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-10-27T04:22:31.145Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-10-27T04:22:33.345Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-10-27T04:22:33.345Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-10-27T04:22:33.345Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-10-27T04:22:33.345Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-10-27T04:22:33.345Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-10-27T04:22:33.345Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-10-27T04:22:33.345Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-10-27T04:22:33.345Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-10-27T04:22:33.345Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-10-27T04:22:38.075Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-10-27T04:22:39.634Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-10-27T04:22:41.834Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-10-27T04:22:45.605Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-10-27T04:22:45.605Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-10-27T04:22:45.605Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-10-27T04:22:45.605Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-10-27T04:22:45.605Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-10-27T04:22:45.605Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSaveImageId [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-10-27T04:22:46.070Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-10-27T04:22:48.273Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-10-27T04:22:48.737Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-10-27T04:22:49.202Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-10-27T04:22:49.202Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-10-27T04:22:51.401Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-10-27T04:22:57.237Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-10-27T04:22:57.237Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-10-27T04:23:05.877Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-10-27T04:23:05.877Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-10-27T04:23:09.648Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-10-27T04:23:09.648Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-10-27T04:23:09.648Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-10-27T04:23:09.648Z] === RUN TestDockerSuite/TestStartRecordError [2020-10-27T04:23:09.648Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-10-27T04:23:20.033Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-10-27T04:23:20.033Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-10-27T04:23:20.033Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-10-27T04:23:20.033Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-10-27T04:23:20.033Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-10-27T04:23:20.033Z] === RUN TestDockerSuite/TestStatsNoStream [2020-10-27T04:23:20.033Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-10-27T04:23:21.013Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-10-27T04:23:23.214Z] === RUN TestDockerSuite/TestTopPrivileged [2020-10-27T04:23:23.678Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-10-27T04:23:25.238Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-10-27T04:23:25.238Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-10-27T04:23:25.238Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-10-27T04:23:25.238Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-10-27T04:23:25.238Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-10-27T04:23:25.238Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-10-27T04:23:25.238Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-10-27T04:23:43.003Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-10-27T04:23:43.003Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-10-27T04:23:43.003Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-10-27T04:23:43.003Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-10-27T04:23:43.003Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-10-27T04:23:43.003Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-10-27T04:23:43.003Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-10-27T04:23:44.556Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-10-27T04:23:45.020Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-10-27T04:23:47.952Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-10-27T04:23:47.952Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-10-27T04:23:48.416Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-10-27T04:23:48.416Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-10-27T04:23:48.880Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-10-27T04:23:57.511Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-10-27T04:23:57.511Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-10-27T04:23:57.511Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-10-27T04:23:57.511Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-10-27T04:23:57.511Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-10-27T04:24:04.642Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-10-27T04:24:04.642Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-10-27T04:24:04.642Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-10-27T04:24:13.268Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-10-27T04:24:13.268Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite (2597.43s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-10-27T04:24:14.247Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-10-27T04:24:14.247Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.82s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.44s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.58s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (167.65s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.30s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-10-27T04:24:14.247Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-10-27T04:24:14.247Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-10-27T04:24:14.247Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-10-27T04:24:14.247Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-10-27T04:24:14.247Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-10-27T04:24:14.247Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2020-10-27T04:24:14.247Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.04s) [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-10-27T04:24:14.247Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.52s) [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-10-27T04:24:14.247Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2020-10-27T04:24:14.247Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.11s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.08s) [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-10-27T04:24:14.247Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2020-10-27T04:24:14.247Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-10-27T04:24:14.247Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2020-10-27T04:24:14.247Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.12s) [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-10-27T04:24:14.247Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-10-27T04:24:14.247Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.56s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (124.26s) [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2020-10-27T04:24:14.247Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.28s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.62s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.06s) [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-10-27T04:24:14.247Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2020-10-27T04:24:14.247Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-10-27T04:24:14.247Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.82s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.00s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.40s) [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-10-27T04:24:14.247Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-10-27T04:24:14.247Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.34s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.51s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.06s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.89s) [2020-10-27T04:24:14.247Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-10-27T04:24:14.247Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.15s) [2020-10-27T04:24:14.247Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.40s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.07s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildAddTar (33.68s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (27.41s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.77s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.64s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.49s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.08s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.25s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.53s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.97s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.48s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.53s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (28.98s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.85s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.82s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.51s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.05s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.41s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-10-27T04:24:14.248Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.30s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.91s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCmd (0.55s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.49s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.61s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.92s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.04s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.08s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildContChar (14.73s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.50s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.18s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.88s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.47s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.72s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.65s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.07s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (35.28s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.73s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.31s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.80s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.39s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.55s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.38s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.69s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.40s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.12s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.84s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.88s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.36s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.74s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.48s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignore (64.61s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.33s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.42s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (67.65s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.70s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.98s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.86s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (16.30s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.53s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (29.92s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.24s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.50s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (98.02s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.52s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.39s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.56s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.29s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.43s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.47s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.81s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.02s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.17s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.14s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.88s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.07s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.16s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.74s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildFails (2.13s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.98s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.22s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.87s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.30s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.66s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.92s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.85s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.50s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.51s) [2020-10-27T04:24:14.248Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2020-10-27T04:24:14.248Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildHistory (9.84s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.87s) [2020-10-27T04:24:14.248Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.09s) [2020-10-27T04:24:14.249Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2020-10-27T04:24:14.249Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.82s) [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.82s) [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildLabel (0.91s) [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.61s) [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.89s) [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.56s) [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildLabels (0.93s) [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.49s) [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.31s) [2020-10-27T04:24:14.249Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2020-10-27T04:24:14.249Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.249Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2020-10-27T04:24:14.249Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2020-10-27T04:24:14.249Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.51s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.75s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.24s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.04s) [2020-10-27T04:24:14.715Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2020-10-27T04:24:14.715Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.09s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (38.77s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.19s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.27s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.13s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.68s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.80s) [2020-10-27T04:24:14.715Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2020-10-27T04:24:14.715Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.99s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.69s) [2020-10-27T04:24:14.715Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2020-10-27T04:24:14.715Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.715Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2020-10-27T04:24:14.715Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.72s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.87s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.26s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.18s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.19s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.17s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.10s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildOnBuild (19.42s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.47s) [2020-10-27T04:24:14.715Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.81s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.45s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.59s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.56s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.11s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.06s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.03s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (47.29s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.70s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildRm (14.65s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.31s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.42s) [2020-10-27T04:24:14.716Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.38s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.48s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.57s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.09s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.87s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.06s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.66s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.93s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.53s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildStderr (5.25s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.35s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.22s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.20s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.28s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.75s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.81s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.50s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.60s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.12s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.95s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.49s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.08s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.43s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.64s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.85s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.05s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.50s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.26s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.45s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.42s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.24s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.44s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.86s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s) [2020-10-27T04:24:14.716Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-10-27T04:24:14.716Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-10-27T04:24:14.716Z] docker_cli_sni_test.go:18: Flakey test [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.12s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.16s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestCommitChange (5.33s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (9.70s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.04s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestCommitTTY (11.87s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.86s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-10-27T04:24:14.716Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.97s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (12.01s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.20s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.13s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.53s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.47s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.05s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.96s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.03s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.30s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.21s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.23s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.89s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.55s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.22s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.07s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.75s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.21s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.84s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.05s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.87s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.31s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.81s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-10-27T04:24:14.716Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-10-27T04:24:14.716Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-10-27T04:24:14.716Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.00s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.20s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.28s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.43s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.24s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.30s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00046e6e0_} (2.28s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1451032746_c:\foo_false____} (2.37s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1451032746_c:\foo_true____} (2.27s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-10-27T04:24:14.716Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.18s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-10-27T04:24:14.716Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.08s) [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-10-27T04:24:14.716Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.716Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.49s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2020-10-27T04:24:14.717Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.29s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2020-10-27T04:24:14.717Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.41s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.24s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.92s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2020-10-27T04:24:14.717Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-10-27T04:24:14.717Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.84s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCpToDot (7.36s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCpToStdout (2.31s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.64s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.28s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.09s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.61s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateLabels (0.18s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateRM (0.33s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.34s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.34s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.20s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.53s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.74s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.16s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-10-27T04:24:14.717Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.31s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-10-27T04:24:14.717Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2020-10-27T04:24:14.717Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2020-10-27T04:24:14.717Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-10-27T04:24:14.717Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2020-10-27T04:24:14.717Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-10-27T04:24:14.717Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-10-27T04:24:14.717Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2020-10-27T04:24:14.717Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2020-10-27T04:24:14.717Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.26s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.27s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.40s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.23s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsCopy (5.57s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.03s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.25s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.76s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.68s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.63s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.99s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsFilters (4.54s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsFormat (4.44s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsRename (2.31s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsResize (2.58s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.28s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.58s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.48s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-10-27T04:24:14.717Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.45s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-10-27T04:24:14.717Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.79s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.82s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2020-10-27T04:24:14.717Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2020-10-27T04:24:14.717Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-10-27T04:24:14.717Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.00s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.13s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.03s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.14s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.28s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.23s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecInspectID (4.64s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2020-10-27T04:24:14.717Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.61s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2020-10-27T04:24:14.717Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.16s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.35s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.96s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.86s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.04s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.91s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2020-10-27T04:24:14.717Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.82s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.37s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.60s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.90s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.68s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.17s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.54s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.65s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImportBadURL (2.44s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-10-27T04:24:14.717Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-10-27T04:24:14.717Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-10-27T04:24:14.717Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-10-27T04:24:14.717Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.34s) [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.04s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2020-10-27T04:24:14.717Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2020-10-27T04:24:14.717Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.717Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2020-10-27T04:24:14.717Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-10-27T04:24:14.718Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.19s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.20s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectDefault (2.03s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectHistory (4.73s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.22s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.28s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.06s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.91s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.96s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectStatus (2.58s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.18s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.13s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.11s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.01s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.19s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.24s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.02s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-10-27T04:24:14.718Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-10-27T04:24:14.718Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.86s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.89s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.62s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.46s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-10-27T04:24:14.718Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.17s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.72s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.88s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.80s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.53s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.56s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.50s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.23s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsSince (8.98s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsTail (2.79s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.56s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.10s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-10-27T04:24:14.718Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-10-27T04:24:14.718Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.26s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2020-10-27T04:24:14.718Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-10-27T04:24:14.718Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2020-10-27T04:24:14.718Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-10-27T04:24:14.718Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-10-27T04:24:14.718Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-10-27T04:24:14.718Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-10-27T04:24:14.718Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-10-27T04:24:14.718Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.18s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-10-27T04:24:14.718Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPsByOrder (8.44s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.58s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.38s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.36s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.34s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.74s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.54s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2020-10-27T04:24:14.718Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-10-27T04:24:14.718Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.75s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-10-27T04:24:14.718Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.51s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.44s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2020-10-27T04:24:14.718Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (8.61s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.08s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.26s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (32.86s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.06s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.71s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.27s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.78s) [2020-10-27T04:24:14.718Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-10-27T04:24:14.718Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.22s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.48s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.68s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.62s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.91s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.51s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.05s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.71s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiTag (0.82s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.32s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.26s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.55s) [2020-10-27T04:24:14.718Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.39s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.03s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.16s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.47s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.14s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.04s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.20s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.05s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.39s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.08s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.77s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.98s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.08s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.16s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.04s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.04s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.17s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.43s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.09s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.09s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.44s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.03s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.07s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunExitCode (7.10s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.27s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.19s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.22s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.61s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.98s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.71s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.77s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.55s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.72s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.34s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.95s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.97s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.90s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.95s) [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.01s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.39s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.16s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.719Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.61s) [2020-10-27T04:24:14.719Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-10-27T04:24:14.719Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunRm (2.17s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.66s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.14s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.96s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.99s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.42s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.14s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.94s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.87s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.21s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.22s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.06s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.58s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.29s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.76s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.73s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.14s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.14s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.14s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.75s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.05s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.24s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.29s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.29s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.63s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.27s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.95s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.01s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.56s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-10-27T04:24:14.720Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.09s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.30s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2020-10-27T04:24:14.720Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.81s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-10-27T04:24:14.720Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.35s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.41s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.32s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.74s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.75s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.43s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.45s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.57s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.64s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.25s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-10-27T04:24:14.720Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.49s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.32s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.54s) [2020-10-27T04:24:14.720Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-10-27T04:24:14.720Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-10-27T04:24:14.720Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.45s) [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-10-27T04:24:14.720Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-10-27T04:24:14.721Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-10-27T04:24:14.721Z] --- PASS: TestDockerRegistrySuite (0.18s) [2020-10-27T04:24:14.721Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-27T04:24:15.187Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.187Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-10-27T04:24:15.188Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-10-27T04:24:15.188Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-10-27T04:24:15.188Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.04s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthTokenSuite [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-10-27T04:24:15.188Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-10-27T04:24:15.188Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] === RUN TestDockerDaemonSuite [2020-10-27T04:24:15.188Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-10-27T04:24:15.188Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-10-27T04:24:15.188Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-10-27T04:24:15.188Z] --- PASS: TestDockerDaemonSuite (0.00s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] === RUN TestDockerSwarmSuite [2020-10-27T04:24:15.188Z] --- PASS: TestDockerSwarmSuite (0.00s) [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite/TestPluginCreate [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite/TestPluginInspect [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2020-10-27T04:24:15.188Z] === RUN TestDockerPluginSuite/TestPluginSet [2020-10-27T04:24:15.188Z] --- PASS: TestDockerPluginSuite (0.03s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] === RUN TestDockerExternalVolumeSuite [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] === RUN TestDockerNetworkSuite [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] === RUN TestDockerHubPullSuite [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2020-10-27T04:24:15.188Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] PASS [2020-10-27T04:24:15.188Z] ok github.com/docker/docker/integration-cli 2598.318s [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === Skipped [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-10-27T04:24:15.188Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-10-27T04:24:15.188Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-10-27T04:24:15.188Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-10-27T04:24:15.188Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-10-27T04:24:15.188Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-10-27T04:24:15.188Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-10-27T04:24:15.188Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-10-27T04:24:15.188Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2020-10-27T04:24:15.188Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-10-27T04:24:15.188Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-10-27T04:24:15.188Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2020-10-27T04:24:15.188Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-10-27T04:24:15.188Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2020-10-27T04:24:15.188Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-10-27T04:24:15.188Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2020-10-27T04:24:15.188Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-10-27T04:24:15.188Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-10-27T04:24:15.188Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-10-27T04:24:15.188Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2020-10-27T04:24:15.189Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.77s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.77s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.82s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.82s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.43s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-10-27T04:24:15.189Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.39s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.39s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.40s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.40s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.42s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.42s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.39s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.39s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.42s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-10-27T04:24:15.189Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-10-27T04:24:15.189Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.189Z] [2020-10-27T04:24:15.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.42s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.42s) [2020-10-27T04:24:15.190Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.42s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.43s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.43s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.45s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.45s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.42s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.42s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.42s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s) [2020-10-27T04:24:15.190Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-10-27T04:24:15.190Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-10-27T04:24:15.190Z] docker_cli_sni_test.go:18: Flakey test [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-10-27T04:24:15.190Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-10-27T04:24:15.190Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-10-27T04:24:15.190Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-10-27T04:24:15.190Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-10-27T04:24:15.190Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-10-27T04:24:15.190Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2020-10-27T04:24:15.190Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2020-10-27T04:24:15.190Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.190Z] [2020-10-27T04:24:15.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2020-10-27T04:24:15.191Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2020-10-27T04:24:15.191Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.03s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2020-10-27T04:24:15.191Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-10-27T04:24:15.191Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-10-27T04:24:15.191Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-10-27T04:24:15.191Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2020-10-27T04:24:15.191Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2020-10-27T04:24:15.191Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-10-27T04:24:15.191Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2020-10-27T04:24:15.191Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-10-27T04:24:15.191Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-10-27T04:24:15.191Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2020-10-27T04:24:15.191Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2020-10-27T04:24:15.191Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-10-27T04:24:15.191Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-10-27T04:24:15.191Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2020-10-27T04:24:15.191Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2020-10-27T04:24:15.191Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-10-27T04:24:15.191Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2020-10-27T04:24:15.191Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2020-10-27T04:24:15.191Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.191Z] [2020-10-27T04:24:15.191Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2020-10-27T04:24:15.191Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2020-10-27T04:24:15.192Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.192Z] [2020-10-27T04:24:15.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-10-27T04:24:15.192Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-10-27T04:24:15.192Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.192Z] [2020-10-27T04:24:15.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2020-10-27T04:24:15.192Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2020-10-27T04:24:15.192Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.192Z] [2020-10-27T04:24:15.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2020-10-27T04:24:15.192Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-10-27T04:24:15.192Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.192Z] [2020-10-27T04:24:15.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2020-10-27T04:24:15.192Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2020-10-27T04:24:15.192Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.192Z] [2020-10-27T04:24:15.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-10-27T04:24:15.192Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-10-27T04:24:15.192Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.192Z] [2020-10-27T04:24:15.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2020-10-27T04:24:15.192Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2020-10-27T04:24:15.192Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.192Z] [2020-10-27T04:24:15.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2020-10-27T04:24:15.192Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2020-10-27T04:24:15.192Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.192Z] [2020-10-27T04:24:15.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2020-10-27T04:24:15.192Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-10-27T04:24:15.192Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.192Z] [2020-10-27T04:24:15.192Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2020-10-27T04:24:15.192Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-10-27T04:24:15.660Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-10-27T04:24:15.660Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-10-27T04:24:15.660Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2020-10-27T04:24:15.660Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2020-10-27T04:24:15.660Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-10-27T04:24:15.660Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-10-27T04:24:15.660Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-10-27T04:24:15.660Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-10-27T04:24:15.660Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2020-10-27T04:24:15.660Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2020-10-27T04:24:15.660Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.660Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-10-27T04:24:15.661Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-10-27T04:24:15.661Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2020-10-27T04:24:15.661Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-10-27T04:24:15.661Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2020-10-27T04:24:15.661Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-10-27T04:24:15.661Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-10-27T04:24:15.661Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-10-27T04:24:15.661Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-10-27T04:24:15.661Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-10-27T04:24:15.661Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-10-27T04:24:15.661Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2020-10-27T04:24:15.661Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-10-27T04:24:15.661Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-10-27T04:24:15.661Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2020-10-27T04:24:15.661Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.03s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-10-27T04:24:15.661Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-10-27T04:24:15.661Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.661Z] [2020-10-27T04:24:15.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.39s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.39s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-10-27T04:24:15.662Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-10-27T04:24:15.662Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.662Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-10-27T04:24:15.663Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.663Z] [2020-10-27T04:24:15.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2020-10-27T04:24:15.663Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2020-10-27T04:24:15.663Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2020-10-27T04:24:15.664Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.03s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2020-10-27T04:24:15.664Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-10-27T04:24:15.664Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-10-27T04:24:15.664Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-10-27T04:24:15.664Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2020-10-27T04:24:15.664Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-10-27T04:24:15.664Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2020-10-27T04:24:15.664Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-10-27T04:24:15.664Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-10-27T04:24:15.664Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-10-27T04:24:15.664Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-10-27T04:24:15.664Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-27T04:24:15.664Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.664Z] [2020-10-27T04:24:15.664Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-27T04:24:15.664Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:15.665Z] [2020-10-27T04:24:15.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-10-27T04:24:15.665Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-10-27T04:24:15.665Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.129Z] [2020-10-27T04:24:16.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-10-27T04:24:16.129Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-10-27T04:24:16.129Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.129Z] [2020-10-27T04:24:16.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-10-27T04:24:16.129Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-10-27T04:24:16.129Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.129Z] [2020-10-27T04:24:16.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-10-27T04:24:16.129Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-10-27T04:24:16.129Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.129Z] [2020-10-27T04:24:16.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-10-27T04:24:16.129Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-10-27T04:24:16.129Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.129Z] [2020-10-27T04:24:16.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-10-27T04:24:16.129Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-10-27T04:24:16.129Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.129Z] [2020-10-27T04:24:16.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-10-27T04:24:16.129Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-10-27T04:24:16.129Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.129Z] [2020-10-27T04:24:16.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-10-27T04:24:16.129Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-10-27T04:24:16.129Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.129Z] [2020-10-27T04:24:16.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-10-27T04:24:16.129Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-10-27T04:24:16.129Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.129Z] [2020-10-27T04:24:16.130Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-10-27T04:24:16.130Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-10-27T04:24:16.130Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-10-27T04:24:16.130Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-10-27T04:24:16.130Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-10-27T04:24:16.130Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-10-27T04:24:16.130Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-10-27T04:24:16.130Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-10-27T04:24:16.130Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-10-27T04:24:16.130Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-10-27T04:24:16.130Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-10-27T04:24:16.130Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-10-27T04:24:16.130Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-10-27T04:24:16.130Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-10-27T04:24:16.130Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-10-27T04:24:16.130Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-10-27T04:24:16.130Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-10-27T04:24:16.130Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-10-27T04:24:16.130Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-10-27T04:24:16.130Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] DONE 1096 tests, 549 skipped in 2608.601s [2020-10-27T04:24:16.130Z] INFO: Integration tests ended at 10/27/2020 04:24:15. Duration:00:43:28.6901098 [2020-10-27T04:24:16.130Z] INFO: Docker info of the daemon under test at end of run [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] Containers: 2 [2020-10-27T04:24:16.130Z] Running: 0 [2020-10-27T04:24:16.130Z] Paused: 0 [2020-10-27T04:24:16.130Z] Stopped: 2 [2020-10-27T04:24:16.130Z] Images: 18 [2020-10-27T04:24:16.130Z] Server Version: 0.0.0-dev [2020-10-27T04:24:16.130Z] Storage Driver: windowsfilter [2020-10-27T04:24:16.130Z] Windows: [2020-10-27T04:24:16.130Z] Logging Driver: json-file [2020-10-27T04:24:16.130Z] Plugins: [2020-10-27T04:24:16.130Z] Volume: local [2020-10-27T04:24:16.130Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-10-27T04:24:16.130Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-10-27T04:24:16.130Z] Swarm: inactive [2020-10-27T04:24:16.130Z] Default Isolation: process [2020-10-27T04:24:16.130Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-10-27T04:24:16.130Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-10-27T04:24:16.130Z] OSType: windows [2020-10-27T04:24:16.130Z] Architecture: x86_64 [2020-10-27T04:24:16.130Z] CPUs: 4 [2020-10-27T04:24:16.130Z] Total Memory: 32GiB [2020-10-27T04:24:16.130Z] Name: azwin-2-d8e6d0 [2020-10-27T04:24:16.130Z] ID: WRVB:FC7Q:LLXM:I7WL:EQK3:F2QE:PGYB:G7JZ:JJGN:WEBO:JQPB:UCDJ [2020-10-27T04:24:16.130Z] Docker Root Dir: D:\CI\PR-41593\1\daemon [2020-10-27T04:24:16.130Z] Debug Mode (client): false [2020-10-27T04:24:16.130Z] Debug Mode (server): true [2020-10-27T04:24:16.130Z] File Descriptors: -1 [2020-10-27T04:24:16.130Z] Goroutines: 18 [2020-10-27T04:24:16.130Z] System Time: 2020-10-27T04:24:15.6726006Z [2020-10-27T04:24:16.130Z] EventsListeners: 0 [2020-10-27T04:24:16.130Z] Registry: https://index.docker.io/v1/ [2020-10-27T04:24:16.130Z] Labels: [2020-10-27T04:24:16.130Z] Experimental: false [2020-10-27T04:24:16.130Z] Insecure Registries: [2020-10-27T04:24:16.130Z] 127.0.0.0/8 [2020-10-27T04:24:16.130Z] Live Restore Enabled: false [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] [2020-10-27T04:24:16.130Z] INFO: Stopping daemon under test [2020-10-27T04:24:16.130Z] SUCCESS: The process with PID 1584 (child process of PID 5876) has been terminated. [2020-10-27T04:24:16.130Z] SUCCESS: The process with PID 5876 (child process of PID 8692) has been terminated. [2020-10-27T04:24:16.130Z] INFO: Stop tailing logs of the daemon under tests [2020-10-27T04:24:16.130Z] INFO: executeCI.ps1 Completed successfully at 10/27/2020 04:24:15. [2020-10-27T04:24:16.130Z] INFO: Tidying up at end of run [2020-10-27T04:24:16.130Z] INFO: Saving daemon under test log (d:\CI\PR-41593\1\dut.out) to bundles\CIDUT.out [2020-10-27T04:24:16.130Z] INFO: Saving daemon under test log (d:\CI\PR-41593\1\dut.err) to bundles\CIDUT.err [2020-10-27T04:24:16.130Z] INFO: Nuke-Everything... [2020-10-27T04:24:16.595Z] INFO: Container count on control daemon to delete is 2 [2020-10-27T04:24:17.061Z] fde1c7849852 [2020-10-27T04:24:17.061Z] 99fc5f5b5bda [2020-10-27T04:24:17.061Z] INFO: Non-base image count on control daemon to delete is 1 [2020-10-27T04:24:19.263Z] Deleted: sha256:7c259a713ba0d88c86455540c30de8eace51e1f2a858a762065e340acfd3fcbb [2020-10-27T04:24:19.263Z] Deleted: sha256:f163287c8e52146a9836accff3829a7f992be91ee1595e56fdc87d1e1186b15c [2020-10-27T04:24:19.263Z] INFO: Tidying pidfile d:\CI\PR-41593\1\docker.pid [2020-10-27T04:24:19.263Z] INFO: Nuking d:\CI [2020-10-27T04:24:55.066Z] INFO: Zapped successfully [2020-10-27T04:24:55.066Z] [2020-10-27T04:24:55.067Z] INFO: executeCI.ps1 exiting at Tue Oct 27 04:24:53 CUT 2020. Duration 01:03:45.8963371 [2020-10-27T04:24:55.067Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-10-27T04:24:55.317Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-10-27T04:24:57.595Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-10-27T04:25:00.012Z] Archiving artifacts [2020-10-27T04:25:01.155Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41593/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-27T04:25:02.097Z] + make clean [2020-10-27T04:25:03.077Z] docker volume rm -f docker-dev-cache [2020-10-27T04:25:03.220Z] 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